|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.161 2004/08/1900:00:34 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.162 2004/08/1916:39:13 momjian Exp $ |
3 | 3 | --> |
4 | 4 |
|
5 | 5 | <chapter id="libpq"> |
@@ -137,7 +137,7 @@ PGconn *PQconnectdb(const char *conninfo); |
137 | 137 | that is not the name of the machine at <literal>hostaddr</>.) Also, |
138 | 138 | <literal>host</> rather than <literal>hostaddr</> is used to identify |
139 | 139 | the connection in <filename>$HOME/.pgpass</> (or |
140 | | - <filename>%USERPROFILE%/.pgpass</> on Win32). |
| 140 | + <filename>%USERPROFILE%\.pgpass</> on Win32). |
141 | 141 | </para> |
142 | 142 | <para> |
143 | 143 | Without either a host name or host address, |
|