]> granicus.if.org Git - postgresql/commitdiff
Use backslash in %USERPROFILE%\.pgpass.
authorBruce Momjian <bruce@momjian.us>
Thu, 19 Aug 2004 16:39:13 +0000 (16:39 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 19 Aug 2004 16:39:13 +0000 (16:39 +0000)
doc/src/sgml/libpq.sgml

index c3f2a70acf696d5eab460a55b0118575cc634ed3..3b340364b5e66393bc382d19143b4034880a5422 100644 (file)
@@ -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,