File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.102 2002/11/15 03:11:17 momjian Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.103 2002/12/13 05:49:10 momjian Exp $
3
3
-->
4
4
5
5
<chapter id="libpq">
@@ -2136,14 +2136,14 @@ for information on correct values for these environment variables.
2136
2136
<primary>files</primary>
2137
2137
</indexterm>
2138
2138
<para>
2139
- <anchor id="pgpassfile"/ >
2139
+ <anchor id="pgpassfile">
2140
2140
<indexterm>
2141
2141
<primary>password</primary>
2142
2142
<secondary>.pgpass</secondary>
2143
2143
</indexterm>
2144
- The file <filename>.pgpass</filename> in the home directory is a file
2145
- that can contain passwords to be used if the connection requires a
2146
- password. This file should have the format:
2144
+ The <filename>.pgpass</filename> file in a user's home directory is a
2145
+ file that can contain passwords to be used if the connection requires
2146
+ a password. This file should have the format:
2147
2147
<synopsis>
2148
2148
<replaceable>hostname</replaceable>:<replaceable>port</replaceable>:<replaceable>database</replaceable>:<replaceable>username</replaceable>:<replaceable>password</replaceable>
2149
2149
</synopsis>
@@ -2155,7 +2155,7 @@ with <literal>\</literal>.
2155
2155
<para>
2156
2156
The permissions on <filename>.pgpass</filename> must disallow any
2157
2157
access to world or group; achieve this by the command
2158
- <command>chmod 0600 .pgaccess </command>.
2158
+ <command>chmod 0600 ~/.pgpass </command>.
2159
2159
If the permissions are less strict than this, the file will be ignored.
2160
2160
</para>
2161
2161
</sect1>
You can’t perform that action at this time.
0 commit comments