File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 406406 For web integration, PHP is an excellent interface. It is at
407407 http://www.php.net
408408
409- For complex cases, many use the perl interface and CGI.pm.
409+ For complex cases, many use the Perl interface and CGI.pm.
410410
411- A WWW gateway based on WDB using perl can be downloaded from
411+ A WWW gateway based on WDB using Perl can be downloaded from
412412 http://www.eol.ists.ca/~dunlop/wdb-p95
413413
414414 2.3) Does PostgreSQL have a graphical user interface? A report generator?
@@ -866,7 +866,7 @@ BYTEA bytea variable-length array of bytes
866866
867867 Finally, you could use the OID returned from the INSERT statement to
868868 lookup the default value, though this is probably the least portable
869- approach. In perl , using DBI with Edmund Mergl's DBD::Pg module, the
869+ approach. In Perl , using DBI with Edmund Mergl's DBD::Pg module, the
870870 oid value is made available via $sth->{pg_oid_status} after
871871 $sth->execute().
872872
Original file line number Diff line number Diff line change @@ -522,9 +522,9 @@ <H4><A NAME="2.2">2.2</A>) What tools are available for hooking
522522For web integration, PHP is an excellent interface. It is at
523523< A HREF ="http://www.php.net "> http://www.php.net</ A > < P >
524524
525- For complex cases, many use the perl interface and CGI.pm.< P >
525+ For complex cases, many use the Perl interface and CGI.pm.< P >
526526
527- A WWW gateway based on WDB using perl can be downloaded from < A
527+ A WWW gateway based on WDB using Perl can be downloaded from < A
528528HREF ="http://www.eol.ists.ca/~dunlop/wdb-p95 "> http://www.eol.ists.ca/~dunlop/wdb-p95</ A >
529529
530530< H4 > < A NAME ="2.3 "> 2.3</ A > ) Does PostgreSQL have a graphical user interface?
@@ -1052,7 +1052,7 @@ <H4><A NAME="4.16.2">4.16.2</A>) How do I get the value of a
10521052</ PRE >
10531053Finally, you could use the < A HREF ="#4.17 "> < small > OID</ small > </ A > returned from the
10541054INSERT statement to lookup the default value, though this is probably
1055- the least portable approach. In perl , using DBI with Edmund Mergl's
1055+ the least portable approach. In Perl , using DBI with Edmund Mergl's
10561056DBD::Pg module, the oid value is made available via
10571057< I > $sth->{pg_oid_status} after $sth->execute().</ I >
10581058
You can’t perform that action at this time.
0 commit comments