Update FAQ.
authorBruce Momjian
Fri, 8 Sep 2000 19:15:23 +0000 (19:15 +0000)
committerBruce Momjian
Fri, 8 Sep 2000 19:15:23 +0000 (19:15 +0000)
doc/FAQ
doc/src/FAQ/FAQ.html

diff --git a/doc/FAQ b/doc/FAQ
index 3da94879db916139c65c4d86106889154801e8eb..6ecfb7f23f267cd5e1e0260bdbdbedcf8e1061ce 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
    For web integration, PHP is an excellent interface. It is at
    http://www.php.net
    
-   For complex cases, many use the perl interface and CGI.pm.
+   For complex cases, many use the Perl interface and CGI.pm.
    
-   A WWW gateway based on WDB using perl can be downloaded from
+   A WWW gateway based on WDB using Perl can be downloaded from
    http://www.eol.ists.ca/~dunlop/wdb-p95
    
     2.3) Does PostgreSQL have a graphical user interface? A report generator?
@@ -866,7 +866,7 @@ BYTEA           bytea           variable-length array of bytes
 
    Finally, you could use the OID returned from the INSERT statement to
    lookup the default value, though this is probably the least portable
-   approach. In perl, using DBI with Edmund Mergl's DBD::Pg module, the
+   approach. In Perl, using DBI with Edmund Mergl's DBD::Pg module, the
    oid value is made available via $sth->{pg_oid_status} after
    $sth->execute().
    
index 04f76e42493ce0d45cb25948ace126e677b35f09..4fb0626d96ea8057549e97fd06ba2c6f9f2dad0d 100644 (file)
@@ -522,9 +522,9 @@ http://www.phone.net/home/mwm/hotlist/.

 For web integration, PHP is an excellent interface.  It is at
 http://www.php.net

 
-For complex cases, many use the perl interface and CGI.pm.

+For complex cases, many use the Perl interface and CGI.pm.

 
-A WWW gateway based on WDB using perl can be downloaded from 
+A WWW gateway based on WDB using Perl can be downloaded from 
 HREF="http://www.eol.ists.ca/~dunlop/wdb-p95">http://www.eol.ists.ca/~dunlop/wdb-p95
 
 

2.3) Does PostgreSQL have a graphical user interface?

@@ -1052,7 +1052,7 @@ Alternatively, you could retrieve the just-assigned SERIAL value with the cur
 
 Finally, you could use the OID returned from the
 INSERT statement to lookup the default value, though this is probably
-the least portable approach. In perl, using DBI with Edmund Mergl's
+the least portable approach. In Perl, using DBI with Edmund Mergl's
 DBD::Pg module, the oid value is made available via
 $sth->{pg_oid_status} after $sth->execute().