We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04854a8 commit 040450bCopy full SHA for 040450b
doc/src/sgml/libpq.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$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 $
3
-->
4
5
<chapter id="libpq">
@@ -137,7 +137,7 @@ PGconn *PQconnectdb(const char *conninfo);
137
that is not the name of the machine at <literal>hostaddr</>.) Also,
138
<literal>host</> rather than <literal>hostaddr</> is used to identify
139
the connection in <filename>$HOME/.pgpass</> (or
140
- <filename>%USERPROFILE%/.pgpass</> on Win32).
+ <filename>%USERPROFILE%\.pgpass</> on Win32).
141
</para>
142
<para>
143
Without either a host name or host address,
0 commit comments