aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-01-07 22:52:50 +0000
committerBruce Momjian <bruce@momjian.us>2003-01-07 22:52:50 +0000
commita4ee77543f03bb1787c6f8546d2c95af29f9a7b9 (patch)
tree53e7177ffe8e9b825bc56828079795510ba9e970
parent9ee86665ef1ef2f0532162794fa7ab5ff56cae44 (diff)
downloadpostgresql-a4ee77543f03bb1787c6f8546d2c95af29f9a7b9.tar.gz
postgresql-a4ee77543f03bb1787c6f8546d2c95af29f9a7b9.zip
Fix doc chmod .pgpass line in 7.3.X. Head already fixed.
-rw-r--r--doc/src/sgml/libpq.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index db205bb7dd0..c025387e17a 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -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>