Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9a878b4

Browse files
committed
Add mention of libpgtcl's options to manual, libpq++ markup fixes.
1 parent 189a752 commit 9a878b4

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

doc/src/sgml/libpgtcl.sgml

+2
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ pg_connect <REPLACEABLE CLASS="PARAMETER">dbName</REPLACEABLE> <OPTIONAL>-host <
188188
</TERM>
189189
<LISTITEM>
190190
<PARA>A string of connection options, each written in the form keyword = value.
191+
A list of valid options can be found in <filename>libpq</>'s
192+
<function>PQconnectdb()</> manual entry.
191193
</PARA>
192194
</LISTITEM>
193195
</VARLISTENTRY>

doc/src/sgml/libpq++.sgml

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.24 2001/01/20 20:59:28 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.25 2001/04/30 04:26:01 momjian Exp $
33
-->
44

55
<chapter id="libpqplusplus">
@@ -65,13 +65,15 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.24 2001/01/20 20:59:
6565

6666
<para>
6767
The following environment variables can be used to select default
68-
connection parameter values, which will be used by PQconnectdb or
69-
PQsetdbLogin if no value is directly specified by the calling code.
68+
connection parameter values, which will be used by
69+
<function>PQconnectdb</> or
70+
<function>PQsetdbLogin</> if no value is directly specified by the calling code.
7071
These are useful to avoid hard-coding database names into simple
7172
application programs.
7273
<note>
7374
<para>
74-
<filename>libpq++</filename> uses only environment variables or PQconnectdb
75+
<filename>libpq++</filename> uses only environment variables or
76+
<filename>libpq</>'s <function>PQconnectdb</>
7577
conninfo style strings.
7678
</para>
7779
</note>

0 commit comments

Comments
 (0)