|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.226 2007/02/04 04:00:28 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.227 2007/02/05 22:18:11 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="libpq">
|
4 | 4 | <title><application>libpq</application> - C Library</title>
|
@@ -4357,12 +4357,11 @@ installs too. The file's location can also be specified by the
|
4357 | 4357 | <envar>PGSYSCONFDIR</envar> environment variable.
|
4358 | 4358 | </para>
|
4359 | 4359 |
|
| 4360 | +<hint> |
4360 | 4361 | <para>
|
4361 |
| -To set an environment variable 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. |
| 4362 | +Environment variables on Windows are set as a property of <literal>My Computer</>. |
4365 | 4363 | </para>
|
| 4364 | +</hint> |
4366 | 4365 | </sect1>
|
4367 | 4366 |
|
4368 | 4367 |
|
|