mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-05 19:09:58 +08:00
Trim down environment variable instructions for Win32, backpatch to 8.2.X.
This commit is contained in:
parent
e7c63e522c
commit
de9acc94f1
@ -1,4 +1,4 @@
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.220.2.3 2007/02/04 04:00:33 momjian Exp $ -->
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.220.2.4 2007/02/05 22:18:18 momjian Exp $ -->
|
||||
|
||||
<chapter id="libpq">
|
||||
<title><application>libpq</application> - C Library</title>
|
||||
@ -4351,12 +4351,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>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user