|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.174 2006/10/31 02:29:15 tgl Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.175 2006/11/21 17:01:58 momjian Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -2677,6 +2677,14 @@ $endif
|
2677 | 2677 | </listitem>
|
2678 | 2678 | </varlistentry>
|
2679 | 2679 | </variablelist>
|
| 2680 | + |
| 2681 | + <para> |
| 2682 | + Because <application>psql</application> uses <application>libpq</application> |
| 2683 | + internally, all <application>libpq</application> environment variables are |
| 2684 | + also honored by <application>psql</application>. For a complete list of those |
| 2685 | + variables, see <xref linkend="libpq-envars">. |
| 2686 | + </para> |
| 2687 | + |
2680 | 2688 | </refsect1>
|
2681 | 2689 |
|
2682 | 2690 |
|
@@ -2896,12 +2904,4 @@ second | four
|
2896 | 2904 |
|
2897 | 2905 | </refsect1>
|
2898 | 2906 |
|
2899 |
| - <refsect1> |
2900 |
| - <title>See Also</title> |
2901 |
| - |
2902 |
| - <simplelist type="inline"> |
2903 |
| - <member>Environment Variables (<xref linkend="libpq-envars">)</member> |
2904 |
| - </simplelist> |
2905 |
| - </refsect1> |
2906 |
| - |
2907 | 2907 | </refentry>
|