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
41ca7563
Commit
41ca7563
authored
Jan 06, 2005
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spell APPDATA as %APPDATA%, per recommendation from Magnus.
parent
c2f7e3e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
8 deletions
+9
-8
doc/src/sgml/libpq.sgml
doc/src/sgml/libpq.sgml
+6
-5
doc/src/sgml/ref/psql-ref.sgml
doc/src/sgml/ref/psql-ref.sgml
+3
-3
No files found.
doc/src/sgml/libpq.sgml
View file @
41ca7563
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.17
5 2005/01/06 18:29:07
tgl Exp $
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.17
6 2005/01/06 21:20:43
tgl Exp $
-->
-->
<chapter id="libpq">
<chapter id="libpq">
...
@@ -3882,7 +3882,8 @@ The file <filename>.pgpass</filename> in a user's home directory is a file
...
@@ -3882,7 +3882,8 @@ The file <filename>.pgpass</filename> in a user's home directory is a file
that can contain passwords to be used if the connection requires a
that can contain passwords to be used if the connection requires a
password (and no password has been specified otherwise).
password (and no password has been specified otherwise).
On Microsoft Windows the file is named
On Microsoft Windows the file is named
<filename>APPDATA/postgresql/pgpass.txt</>.
<filename>%APPDATA%\postgresql\pgpass.txt</> (where <filename>%APPDATA%</>
refers to the Application Data subdirectory in the user's profile).
</para>
</para>
<para>
<para>
...
@@ -3932,8 +3933,8 @@ however.)
...
@@ -3932,8 +3933,8 @@ however.)
A matching private key file <filename>~/.postgresql/postgresql.key</>
A matching private key file <filename>~/.postgresql/postgresql.key</>
must also be present, and must not be world-readable.
must also be present, and must not be world-readable.
(On Microsoft Windows these files are named
(On Microsoft Windows these files are named
<filename>
APPDATA/postgresql/
postgresql.crt</filename> and
<filename>
%APPDATA%\postgresql\
postgresql.crt</filename> and
<filename>
APPDATA/postgresql/
postgresql.key</filename>.)
<filename>
%APPDATA%\postgresql\
postgresql.key</filename>.)
</para>
</para>
<para>
<para>
...
@@ -3942,7 +3943,7 @@ however.)
...
@@ -3942,7 +3943,7 @@ however.)
<application>libpq</application> will use the certificate list stored
<application>libpq</application> will use the certificate list stored
therein to verify the server's certificate.
therein to verify the server's certificate.
(On Microsoft Windows the file is named
(On Microsoft Windows the file is named
<filename>
APPDATA/postgresql/
root.crt</filename>.)
<filename>
%APPDATA%\postgresql\
root.crt</filename>.)
The SSL connection will
The SSL connection will
fail if the server does not present a certificate; therefore, to
fail if the server does not present a certificate; therefore, to
use this feature the server must also have a <filename>root.crt</> file.
use this feature the server must also have a <filename>root.crt</> file.
...
...
doc/src/sgml/ref/psql-ref.sgml
View file @
41ca7563
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.12
8 2005/01/06 18:29:08
tgl Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.12
9 2005/01/06 21:20:44
tgl Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -2525,7 +2525,7 @@ $endif
...
@@ -2525,7 +2525,7 @@ $endif
<filename>psqlrc</filename> file and the user's
<filename>psqlrc</filename> file and the user's
<filename>~/.psqlrc</filename> file.
<filename>~/.psqlrc</filename> file.
(On Windows, the user's startup file is named
(On Windows, the user's startup file is named
<filename>
APPDATA/postgresql/
psqlrc.txt</filename>.)
<filename>
%APPDATA%\postgresql\
psqlrc.txt</filename>.)
See <filename><replaceable>PREFIX</>/share/psqlrc.sample</>
See <filename><replaceable>PREFIX</>/share/psqlrc.sample</>
for information on setting up the system-wide file. It could be used
for information on setting up the system-wide file. It could be used
to set up the client or the server to taste (using the <command>\set
to set up the client or the server to taste (using the <command>\set
...
@@ -2548,7 +2548,7 @@ $endif
...
@@ -2548,7 +2548,7 @@ $endif
<para>
<para>
The command-line history is stored in the file
The command-line history is stored in the file
<filename>~/.psql_history</filename>, or
<filename>~/.psql_history</filename>, or
<filename>
APPDATA/postgresql/
psql_history</filename> on Windows.
<filename>
%APPDATA%\postgresql\
psql_history</filename> on Windows.
</para>
</para>
</listitem>
</listitem>
</itemizedlist>
</itemizedlist>
...
...
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