mirror of
https://github.com/postgres/postgres.git
synced 2025-06-03 00:02:26 -04:00
Add mention of libpgtcl's options to manual, libpq++ markup fixes.
This commit is contained in:
parent
189a752ef9
commit
9a878b4ec7
@ -188,6 +188,8 @@ pg_connect <REPLACEABLE CLASS="PARAMETER">dbName</REPLACEABLE> <OPTIONAL>-host <
|
|||||||
</TERM>
|
</TERM>
|
||||||
<LISTITEM>
|
<LISTITEM>
|
||||||
<PARA>A string of connection options, each written in the form keyword = value.
|
<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>
|
</PARA>
|
||||||
</LISTITEM>
|
</LISTITEM>
|
||||||
</VARLISTENTRY>
|
</VARLISTENTRY>
|
||||||
|
@ -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">
|
<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>
|
<para>
|
||||||
The following environment variables can be used to select default
|
The following environment variables can be used to select default
|
||||||
connection parameter values, which will be used by PQconnectdb or
|
connection parameter values, which will be used by
|
||||||
PQsetdbLogin if no value is directly specified by the calling code.
|
<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
|
These are useful to avoid hard-coding database names into simple
|
||||||
application programs.
|
application programs.
|
||||||
<note>
|
<note>
|
||||||
<para>
|
<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.
|
conninfo style strings.
|
||||||
</para>
|
</para>
|
||||||
</note>
|
</note>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user