Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit040450b

Browse files
committed
Use backslash in %USERPROFILE%\.pgpass.
1 parent04854a8 commit040450b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/libpq.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.161 2004/08/1900:00:34 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.162 2004/08/1916:39:13 momjian Exp $
33
-->
44

55
<chapter id="libpq">
@@ -137,7 +137,7 @@ PGconn *PQconnectdb(const char *conninfo);
137137
that is not the name of the machine at <literal>hostaddr</>.) Also,
138138
<literal>host</> rather than <literal>hostaddr</> is used to identify
139139
the connection in <filename>$HOME/.pgpass</> (or
140-
<filename>%USERPROFILE%/.pgpass</> on Win32).
140+
<filename>%USERPROFILE%\.pgpass</> on Win32).
141141
</para>
142142
<para>
143143
Without either a host name or host address,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp