]> granicus.if.org Git - postgresql/commitdiff
Add mention of libpgtcl's options to manual, libpq++ markup fixes.
authorBruce Momjian <bruce@momjian.us>
Mon, 30 Apr 2001 04:26:01 +0000 (04:26 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 30 Apr 2001 04:26:01 +0000 (04:26 +0000)
doc/src/sgml/libpgtcl.sgml
doc/src/sgml/libpq++.sgml

index 37344ba0e9d81e59dfd0db53e6d4effd4547cb20..c57766cd4230cb1dc0c408f2155d4ab739688bda 100644 (file)
@@ -188,6 +188,8 @@ pg_connect <REPLACEABLE CLASS="PARAMETER">dbName</REPLACEABLE> <OPTIONAL>-host <
 </TERM>
 <LISTITEM>
 <PARA>A string of connection options, each written in the form keyword = value.
+A list of valid options can be found in <filename>libpq</>'s
+<function>PQconnectdb()</> manual entry.
 </PARA>
 </LISTITEM>
 </VARLISTENTRY>
index 38a02104aa8a7de20d3e41225ab996f8556ef503..06ab5238a8afd9361ed9766cc98abc6973ba1f49 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.24 2001/01/20 20:59:28 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.25 2001/04/30 04:26:01 momjian Exp $
 -->
 
  <chapter id="libpqplusplus">
@@ -65,13 +65,15 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.24 2001/01/20 20:59:
 
     <para>
      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.
+     connection parameter values, which will be used by
+     <function>PQconnectdb</> or
+     <function>PQsetdbLogin</> if no value is directly specified by the calling code.
      These are useful to avoid hard-coding database names into simple
      application programs.
      <note>
       <para>
-       <filename>libpq++</filename> uses only environment variables or PQconnectdb
+       <filename>libpq++</filename> uses only environment variables or
+       <filename>libpq</>'s <function>PQconnectdb</>
        conninfo style strings.
       </para>
      </note>