diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-02-04 03:55:51 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-02-04 03:55:51 +0000 |
commit | 43aa1e59f56ec6828e5cc57caa30ef6a4f6fbede (patch) | |
tree | 36fbd697afd96b1290a68e6e3b519a2e3b971262 | |
parent | c29a0bd52c6361c65d8d5bbe0ce80f21adac7829 (diff) | |
download | postgresql-43aa1e59f56ec6828e5cc57caa30ef6a4f6fbede.tar.gz postgresql-43aa1e59f56ec6828e5cc57caa30ef6a4f6fbede.zip |
Add documentation for Windows on how to set an environment variable.
Backpatch to 8.2.X.
-rw-r--r-- | doc/src/sgml/libpq.sgml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 4b8af8bc167..49d12b6a9ad 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.224 2007/02/01 00:28:17 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.225 2007/02/04 03:55:51 momjian Exp $ --> <chapter id="libpq"> <title><application>libpq</application> - C Library</title> @@ -4356,6 +4356,13 @@ service names and parameters. This file can be used for client-only installs too. The file's location can also be specified by the <envar>PGSYSCONFDIR</envar> environment variable. </para> + +<para> +To set environment variables 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. +</para> </sect1> |