Update FAQ.
authorBruce Momjian
Wed, 26 Jul 2000 19:20:00 +0000 (19:20 +0000)
committerBruce Momjian
Wed, 26 Jul 2000 19:20:00 +0000 (19:20 +0000)
doc/FAQ
doc/src/FAQ/FAQ.html

diff --git a/doc/FAQ b/doc/FAQ
index 40a61f677dbf1f9bfa8f40ac18ded660faa45f4e..a2fb694fd5a5f624c319224a7cee796f9855f080 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,24 +1,15 @@
 
                 Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Fri Jun 2 11:32:13 EDT 2000
+   Last updated: Wed Jul 26 13:33:21 EDT 2000
    
    Current maintainer: Bruce Momjian ([email protected])
    
    The most recent version of this document can be viewed at
    http://www.PostgreSQL.org/docs/faq-english.html.
    
-   Linux-specific questions are answered in
-   http://www.PostgreSQL.org/docs/faq-linux.html.
-   
-   HPUX-specific questions are answered in
-   http://www.PostgreSQL.org/docs/faq-hpux.html.
-   
-   Solaris-specific questions are answered in
-   http://www.PostgreSQL.org/docs/faq-solaris.html.
-   
-   Irix-specific questions are answered in
-   http://www.PostgreSQL.org/docs/faq-irix.html.
+   Platform-specific questions are answered at
+   http://www.PostgreSQL.org/docs/.
      _________________________________________________________________
    
                              General Questions
@@ -86,7 +77,7 @@
    4.11) What is an R-tree index?
    4.12) What is Genetic Query Optimization?
    4.13) How do I do regular expression searches and case-insensitive
-   regular expression searching?
+   regular expression searches?
    4.14) In a query, how do I detect if a field is NULL?
    4.15) What is the difference between the various character types?
    4.16.1) How do I create a serial/auto-incrementing field?
    replaces the PostQuel query language with an extended subset of SQL.
    PostgreSQL is free and the complete source is available.
    
-   PostgreSQL development is being performed by a team of Internet
-   developers who all subscribe to the PostgreSQL development mailing
-   list. The current coordinator is Marc G. Fournier
-   ([email protected]). (See below on how to join). This team is now
-   responsible for all development of PostgreSQL.
+   PostgreSQL development is performed by a team of Internet developers
+   who all subscribe to the PostgreSQL development mailing list. The
+   current coordinator is Marc G. Fournier ([email protected]). (See
+   below on how to join). This team is now responsible for all
+   development of PostgreSQL.
    
    The authors of PostgreSQL 1.01 were Andrew Yu and Jolly Chen. Many
    others have contributed to the porting, testing, debugging and
    
     1.6) Where can I get support?
     
-   There is no official support for PostgreSQL from the University of
-   California, Berkeley. It is maintained through volunteer effort.
+   There is no support for PostgreSQL from the University of California,
+   Berkeley. It is maintained through volunteer effort.
    
    The main mailing list is: [email protected]. It is
    available for discussion of matters pertaining to PostgreSQL. To
    For web integration, PHP is an excellent interface. It is at
    http://www.php.net
    
-   PHP is great for simple stuff, but for more 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
    http://www.eol.ists.ca/~dunlop/wdb-p95
     2.4) What languages are available to communicate with PostgreSQL?
     
    We have:
-     * C(libpq)
-     * C++(libpq++)
-     * Embedded C(ecpg)
-     * Java(jdbc)
-     * Perl(perl5)
-     * ODBC(odbc)
-     * Python(PyGreSQL)
-     * TCL(libpgtcl)
-     * C Easy API(libpgeasy)
+     * C (libpq)
+     * C++ (libpq++)
+     * Embedded C (ecpg)
+     * Java (jdbc)
+     * Perl (perl5)
+     * ODBC (odbc)
+     * Python (PyGreSQL)
+     * TCL (libpgtcl)
+     * C Easy API (libpgeasy)
      * Embedded HTML (PHP from http://www.php.net)
      _________________________________________________________________
    
    requires more space than the backend's -S parameter allows, then
    temporary files are created to hold the extra data.
    
-   The temp files should be deleted automatically, but might not if a
-   backend crashes during a sort. If you have no backends running at the
-   time, it is safe to delete the pg_tempNNN.NN files.
+   The temporary files should be deleted automatically, but might not if
+   a backend crashes during a sort. If you have no backends running at
+   the time, it is safe to delete the pg_tempNNN.NN files.
      _________________________________________________________________
    
                            Operational Questions
@@ -796,7 +786,7 @@ Maximum number of indexes on a table?    unlimited
    join queries through non-exhaustive search.
    
     4.13) How do I do regular expression searches and case-insensitive regular
-    expression searching?
+    expression searches?
     
    The ~ operator does regular-expression matching, and ~* does
    case-insensitive regular-expression matching. There is no
index 6444af3206cede5fd056f2d9dadefde27bd94ed4..9a1bdd1dd09c5391624f5293210e4cae7e948592 100644 (file)
@@ -7,7 +7,7 @@
 Frequently Asked Questions (FAQ) for PostgreSQL
 
 

-Last updated:      Fri Jun  2 11:32:13 EDT 2000
+Last updated:      Wed Jul 26 13:33:21 EDT 2000
 

 Current maintainer:    Bruce Momjian (
@@ -16,17 +16,8 @@ The most recent version of this document can be viewed at
 
 http://www.PostgreSQL.org/docs/faq-english.html.

 
-Linux-specific questions are answered in 
-HREF="http://www.PostgreSQL.org/docs/faq-linux.html">http://www.PostgreSQL.org/docs/faq-linux.html.

-
-HPUX-specific questions are answered in 
-HREF="http://www.PostgreSQL.org/docs/faq-hpux.html">http://www.PostgreSQL.org/docs/faq-hpux.html.

-
-Solaris-specific questions are answered in 
-HREF="http://www.PostgreSQL.org/docs/faq-solaris.html">http://www.PostgreSQL.org/docs/faq-solaris.html.

-
-Irix-specific questions are answered in 
-HREF="http://www.PostgreSQL.org/docs/faq-irix.html">http://www.PostgreSQL.org/docs/faq-irix.html.

+Platform-specific questions are answered at 
+HREF="http://www.PostgreSQL.org/docs/">http://www.PostgreSQL.org/docs/.

 
 

 
@@ -115,7 +106,7 @@ evaluating my query?
 4.12) What is Genetic Query Optimization?
 
 4.13) How do I do regular expression searches
-and case-insensitive regular expression searching?
+and case-insensitive regular expression searches?
 4.14) In a query, how do I detect if a field
 is NULL?
 4.15) What is the difference between the
@@ -169,7 +160,7 @@ powerful data model and rich data types of POSTGRES, it replaces the
 PostQuel query language with an extended subset of SQL.  PostgreSQL is
 free and the complete source is available.

 
-PostgreSQL development is being performed by a team of Internet
+PostgreSQL development is performed by a team of Internet
 developers who all subscribe to the PostgreSQL development mailing list.
 The current coordinator is Marc G. Fournier (
 HREF="mailto:[email protected]">[email protected]). (See
@@ -252,13 +243,13 @@ platforms (some of these compiles require gcc):
 
 

1.4) What non-unix ports are available?

 
-It is possible to compile the libpq C library, psql, and other
+It is possible to compile the libpq C library, psql, and other
 interfaces and binaries to run on MS Windows platforms.  In this case,
 the client is running on MS Windows, and communicates via TCP/IP to a
 server running on one of our supported Unix platforms.

 
 A file win31.mak is included in the distribution for making a
-Win32 libpq library and psql.

+Win32 libpq library and psql.

 
 The database server is now working on Windows NT using the Cygnus
 Unix/NT porting library.  See pgsql/doc/FAQ_NT in the distribution.

@@ -272,7 +263,7 @@ For mirror sites, see our main web site.
 
 

1.6) Where can I get support?

 
-There is no official support for PostgreSQL from the  University of
+There is no support for PostgreSQL from the  University of
 California, Berkeley.  It is maintained through volunteer effort.

 
 The main mailing list is: 
@@ -531,8 +522,7 @@ http://www.phone.net/home/mwm/hotlist/.

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

 
-PHP is great for simple stuff, but for more 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 
 HREF="http://www.eol.ists.ca/~dunlop/wdb-p95">http://www.eol.ists.ca/~dunlop/wdb-p95
@@ -553,15 +543,15 @@ communicate with PostgreSQL?

 
 We have:
 
    -
  • C(libpq)
  • -
  • C++(libpq++)
  • -
  • Embedded C(ecpg)
  • -
  • Java(jdbc)
  • -
  • Perl(perl5)
  • -
  • ODBC(odbc)
  • -
  • Python(PyGreSQL)
  • -
  • TCL(libpgtcl)
  • -
  • C Easy API(libpgeasy)
  • +
  • C (libpq)
  • +
  • C++ (libpq++)
  • +
  • Embedded C (ecpg)
  • +
  • Java (jdbc)
  • +
  • Perl (perl5)
  • +
  • ODBC (odbc)
  • +
  • Python (PyGreSQL)
  • +
  • TCL (libpgtcl)
  • +
  • C Easy API (libpgeasy)
  •  
  • Embedded HTML (PHP from http://www.php.net)
  •  

     
    @@ -783,7 +773,7 @@ example, if a sort needs to be done to satisfy an ORDER BY, and
     the sort requires more space than the backend's -S parameter allows,
     then temporary files are created to hold the extra data.

     
    -The temp files should be deleted automatically, but might not if a backend
    +The temporary files should be deleted automatically, but might not if a backend
     crashes during a sort.  If you have no backends running at the time,
     it is safe to delete the pg_tempNNN.NN files.

     
    @@ -977,7 +967,7 @@ Algorithm (GA). It allows the handling of large join queries through
     non-exhaustive search.

     
     

    4.13) How do I do regular expression searches and

    -case-insensitive regular expression searching?

    +case-insensitive regular expression searches?

     
     The ~ operator does regular-expression matching, and ~*
     does case-insensitive regular-expression matching. There is no
    @@ -1231,7 +1221,7 @@ Beware of mixing malloc/free and palloc/pfree.
     functions to PostgreSQL?

     
     
    -Send your extensions to the pgsql-hackers mailing list, and they will
    +Send your extensions to the pgsql-hackers mailing list, and they will
     eventually end up in the contrib/ subdirectory.