Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
e60b5d53
Commit
e60b5d53
authored
Dec 13, 2002
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
This patch fixes a few typos in the documentation for the '~/.pgpass'
libpq feature. Neil Conway
parent
1b706651
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
doc/src/sgml/libpq.sgml
doc/src/sgml/libpq.sgml
+6
-6
No files found.
doc/src/sgml/libpq.sgml
View file @
e60b5d53
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.10
2 2002/11/15 03:11:17
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.10
3 2002/12/13 05:49:10
momjian Exp $
-->
<chapter id="libpq">
...
...
@@ -2136,14 +2136,14 @@ for information on correct values for these environment variables.
<primary>files</primary>
</indexterm>
<para>
<anchor id="pgpassfile"
/
>
<anchor id="pgpassfile">
<indexterm>
<primary>password</primary>
<secondary>.pgpass</secondary>
</indexterm>
The
file <filename>.pgpass</filename> in the home directory is a file
that can contain passwords to be used if the connection requires a
password. This file should have the format:
The
<filename>.pgpass</filename> file in a user's home directory is a
file that can contain passwords to be used if the connection requires
a
password. This file should have the format:
<synopsis>
<replaceable>hostname</replaceable>:<replaceable>port</replaceable>:<replaceable>database</replaceable>:<replaceable>username</replaceable>:<replaceable>password</replaceable>
</synopsis>
...
...
@@ -2155,7 +2155,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
.pgacce
ss</command>.
<command>chmod 0600
~/.pgpa
ss</command>.
If the permissions are less strict than this, the file will be ignored.
</para>
</sect1>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment