@@ -522,9 +522,9 @@ <H4><A NAME="2.2">2.2</A>) What tools are available for hooking
522
522
For web integration, PHP is an excellent interface. It is at
523
523
< A HREF ="http://www.php.net "> http://www.php.net</ A > < P >
524
524
525
- For complex cases, many use theperl interface and CGI.pm.< P >
525
+ For complex cases, many use thePerl interface and CGI.pm.< P >
526
526
527
- A WWW gateway based on WDB usingperl can be downloaded from< A
527
+ A WWW gateway based on WDB usingPerl can be downloaded from< A
528
528
HREF ="http://www.eol.ists.ca/~dunlop/wdb-p95 "> http://www.eol.ists.ca/~dunlop/wdb-p95</ A >
529
529
530
530
< 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
1052
1052
</ PRE >
1053
1053
Finally, you could use the< A HREF ="#4.17 "> < small > OID</ small > </ A > returned from the
1054
1054
INSERT statement to lookup the default value, though this is probably
1055
- the least portable approach. Inperl , using DBI with Edmund Mergl's
1055
+ the least portable approach. InPerl , using DBI with Edmund Mergl's
1056
1056
DBD::Pg module, the oid value is made available via
1057
1057
< I > $sth->{pg_oid_status} after $sth->execute().</ I >
1058
1058