aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/sgml/ref/psql-ref.sgml18
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>