Index: doc/src/sgml/libpgtcl.sgml =================================================================== RCS file: /home/projects/pgsql/cvsroot/pgsql/doc/src/sgml/libpgtcl.sgml,v retrieving revision 1.13 diff -c -r1.13 libpgtcl.sgml *** doc/src/sgml/libpgtcl.sgml 2000/09/29 20:21:34 1.13 --- doc/src/sgml/libpgtcl.sgml 2001/04/30 04:24:19 *************** *** 188,193 **** --- 188,195 ---- A string of connection options, each written in the form keyword = value. + A list of valid options can be found in libpq's + PQconnectdb() manual entry. Index: doc/src/sgml/libpq++.sgml =================================================================== RCS file: /home/projects/pgsql/cvsroot/pgsql/doc/src/sgml/libpq++.sgml,v retrieving revision 1.24 diff -c -r1.24 libpq++.sgml *** doc/src/sgml/libpq++.sgml 2001/01/20 20:59:28 1.24 --- doc/src/sgml/libpq++.sgml 2001/04/30 04:24:20 *************** *** 65,77 **** The following environment variables can be used to select default ! connection parameter values, which will be used by PQconnectdb or ! PQsetdbLogin if no value is directly specified by the calling code. These are useful to avoid hard-coding database names into simple application programs. ! libpq++ uses only environment variables or PQconnectdb conninfo style strings. --- 65,79 ---- The following environment variables can be used to select default ! connection parameter values, which will be used by ! PQconnectdb or ! PQsetdbLogin if no value is directly specified by the calling code. These are useful to avoid hard-coding database names into simple application programs. ! libpq++ uses only environment variables or ! libpq's PQconnectdb conninfo style strings.