Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 040450b

Browse files
committed
Use backslash in %USERPROFILE%\.pgpass.
1 parent 04854a8 commit 040450b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/libpq.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.161 2004/08/19 00:00:34 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.162 2004/08/19 16:39:13 momjian Exp $
33
-->
44

55
<chapter id="libpq">
@@ -137,7 +137,7 @@ PGconn *PQconnectdb(const char *conninfo);
137137
that is not the name of the machine at <literal>hostaddr</>.) Also,
138138
<literal>host</> rather than <literal>hostaddr</> is used to identify
139139
the connection in <filename>$HOME/.pgpass</> (or
140-
<filename>%USERPROFILE%/.pgpass</> on Win32).
140+
<filename>%USERPROFILE%\.pgpass</> on Win32).
141141
</para>
142142
<para>
143143
Without either a host name or host address,

0 commit comments

Comments
 (0)