]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix doc chmod .pgpass line in 7.3.X. Head already fixed.
authorBruce Momjian <bruce@momjian.us>
Tue, 7 Jan 2003 22:52:50 +0000 (22:52 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 7 Jan 2003 22:52:50 +0000 (22:52 +0000)
doc/src/sgml/libpq.sgml

index db205bb7dd033d817288b853000fe97e7bc9ea86..c025387e17ada1681fab97967287268e24ee681f 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.98.2.2 2002/11/08 05:10:00 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.98.2.3 2003/01/07 22:52:50 momjian Exp $
 -->
 
  <chapter id="libpq">
@@ -2153,7 +2153,7 @@ with <literal>\</literal>.
 <para>
 The permissions on <filename>.pgpass</filename> must disallow any
 access to world or group; achieve this by the command
-<command>chmod 0600 .pgaccess</command>.
+<command>chmod 0600 .pgpass</command>.
 If the permissions are less strict than this, the file will be ignored.
 </para>
 </sect1>