Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9a878b4

Browse files
committed
Add mention of libpgtcl's options to manual, libpq++ markup fixes.
1 parent189a752 commit9a878b4

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

‎doc/src/sgml/libpgtcl.sgml

Lines changed: 2 additions & 0 deletions
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

Lines changed: 6 additions & 4 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp