diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-02-05 22:18:11 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-02-05 22:18:11 +0000 |
commit | b70e536e4d82d72745a7bd71556ff7bbecb568a2 (patch) | |
tree | c08eb388f746cb86adba9d40792daace6b109c2a | |
parent | fdd4a1ff0d19cf844d5ee8c196077566d837867f (diff) |
Trim down environment variable instructions for Win32, backpatch to 8.2.X.
-rw-r--r-- | doc/src/sgml/libpq.sgml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 4ad04dbd993..ca6e4df2850 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.226 2007/02/04 04:00:28 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.227 2007/02/05 22:18:11 momjian Exp $ --> <chapter id="libpq"> <title><application>libpq</application> - C Library</title> @@ -4357,12 +4357,11 @@ installs too. The file's location can also be specified by the <envar>PGSYSCONFDIR</envar> environment variable. </para> +<hint> <para> -To set an environment variable on Windows, from <literal>My Computer</>, -choose <literal>View System Information</>, and from the <literal>Advanced</> -tab, choose <literal>Environment Variables</>, then add a user or system -variable. +Environment variables on Windows are set as a property of <literal>My Computer</>. </para> +</hint> </sect1> |