From: Bruce Momjian Date: Mon, 30 Apr 2001 04:26:01 +0000 (+0000) Subject: Add mention of libpgtcl's options to manual, libpq++ markup fixes. X-Git-Tag: REL7_1_1~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a878b4ec736c86b986f667ffe1edc456f793ac3;p=postgresql Add mention of libpgtcl's options to manual, libpq++ markup fixes. --- diff --git a/doc/src/sgml/libpgtcl.sgml b/doc/src/sgml/libpgtcl.sgml index 37344ba0e9..c57766cd42 100644 --- a/doc/src/sgml/libpgtcl.sgml +++ b/doc/src/sgml/libpgtcl.sgml @@ -188,6 +188,8 @@ pg_connect dbName -host < 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. diff --git a/doc/src/sgml/libpq++.sgml b/doc/src/sgml/libpq++.sgml index 38a02104aa..06ab5238a8 100644 --- a/doc/src/sgml/libpq++.sgml +++ b/doc/src/sgml/libpq++.sgml @@ -1,5 +1,5 @@ @@ -65,13 +65,15 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.24 2001/01/20 20:59: 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 + 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 + libpq++ uses only environment variables or + libpq's PQconnectdb conninfo style strings.