Commit 040450be authored by Bruce Momjian's avatar Bruce Momjian

Use backslash in %USERPROFILE%\.pgpass.

parent 04854a89
<!-- <!--
$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"> <chapter id="libpq">
...@@ -137,7 +137,7 @@ PGconn *PQconnectdb(const char *conninfo); ...@@ -137,7 +137,7 @@ PGconn *PQconnectdb(const char *conninfo);
that is not the name of the machine at <literal>hostaddr</>.) Also, that is not the name of the machine at <literal>hostaddr</>.) Also,
<literal>host</> rather than <literal>hostaddr</> is used to identify <literal>host</> rather than <literal>hostaddr</> is used to identify
the connection in <filename>$HOME/.pgpass</> (or the connection in <filename>$HOME/.pgpass</> (or
<filename>%USERPROFILE%/.pgpass</> on Win32). <filename>%USERPROFILE%\.pgpass</> on Win32).
</para> </para>
<para> <para>
Without either a host name or host address, Without either a host name or host address,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment