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-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=5e9220e87d3606827370e6c66cc025166abf58c7;p=users%2Fbernd%2Fpostgres.git 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 c3cf3e41ce..34bdff652e 100644 --- a/doc/src/sgml/libpq++.sgml +++ b/doc/src/sgml/libpq++.sgml @@ -65,13 +65,15 @@ $Header$ 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.