|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.224 2007/02/01 00:28:17 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.225 2007/02/04 03:55:51 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="libpq">
|
4 | 4 | <title><application>libpq</application> - C Library</title>
|
@@ -4356,6 +4356,13 @@ service names and parameters. This file can be used for client-only
|
4356 | 4356 | installs too. The file's location can also be specified by the
|
4357 | 4357 | <envar>PGSYSCONFDIR</envar> environment variable.
|
4358 | 4358 | </para>
|
| 4359 | + |
| 4360 | +<para> |
| 4361 | +To set environment variables on Windows, from <literal>My Computer</>, |
| 4362 | +choose <literal>View System Information</>, and from the <literal>Advanced</> |
| 4363 | +tab, choose <literal>Environment Variables</>, then add a user or system |
| 4364 | +variable. |
| 4365 | +</para> |
4359 | 4366 | </sect1>
|
4360 | 4367 |
|
4361 | 4368 |
|
|