diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-11-21 17:01:58 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-11-21 17:01:58 +0000 |
commit | ae81a6329d12a15fd9546247d2ff492aa5b7571d (patch) | |
tree | 60347f08419034c352e80e0cf84826f9d7583e5b | |
parent | f87fcd43c671a4d78528df925e9e326bce42f869 (diff) |
Move libpq environment reference in psql documentation to a more
appropriate place, per Andrew Dunstan.
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 6f16b1994b0..88d6c22a910 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.174 2006/10/31 02:29:15 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.175 2006/11/21 17:01:58 momjian Exp $ PostgreSQL documentation --> @@ -2677,6 +2677,14 @@ $endif </listitem> </varlistentry> </variablelist> + + <para> + Because <application>psql</application> uses <application>libpq</application> + internally, all <application>libpq</application> environment variables are + also honored by <application>psql</application>. For a complete list of those + variables, see <xref linkend="libpq-envars">. + </para> + </refsect1> @@ -2896,12 +2904,4 @@ second | four </refsect1> - <refsect1> - <title>See Also</title> - - <simplelist type="inline"> - <member>Environment Variables (<xref linkend="libpq-envars">)</member> - </simplelist> - </refsect1> - </refentry> |