diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-08-19 16:39:13 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-08-19 16:39:13 +0000 |
commit | 040450beef4f3fdafaa9e20dbb0ee3e00c5856ba (patch) | |
tree | a8e68fd707fb899f3652519eebc718a8a02f183d | |
parent | 04854a89ef6d22c05bf5219250fe6176e113abfc (diff) | |
download | postgresql-040450beef4f3fdafaa9e20dbb0ee3e00c5856ba.tar.gz postgresql-040450beef4f3fdafaa9e20dbb0ee3e00c5856ba.zip |
Use backslash in %USERPROFILE%\.pgpass.
-rw-r--r-- | doc/src/sgml/libpq.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index c3f2a70acf6..3b340364b5e 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.161 2004/08/19 00:00:34 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.162 2004/08/19 16:39:13 momjian Exp $ --> <chapter id="libpq"> @@ -137,7 +137,7 @@ PGconn *PQconnectdb(const char *conninfo); that is not the name of the machine at <literal>hostaddr</>.) Also, <literal>host</> rather than <literal>hostaddr</> is used to identify the connection in <filename>$HOME/.pgpass</> (or - <filename>%USERPROFILE%/.pgpass</> on Win32). + <filename>%USERPROFILE%\.pgpass</> on Win32). </para> <para> Without either a host name or host address, |