projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04854a8
)
Use backslash in %USERPROFILE%\.pgpass.
author
Bruce Momjian
Thu, 19 Aug 2004 16:39:13 +0000
(16:39 +0000)
committer
Bruce Momjian
Thu, 19 Aug 2004 16:39:13 +0000
(16:39 +0000)
doc/src/sgml/libpq.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/libpq.sgml
b/doc/src/sgml/libpq.sgml
index c3f2a70acf696d5eab460a55b0118575cc634ed3..3b340364b5e66393bc382d19143b4034880a5422 100644
(file)
--- a/
doc/src/sgml/libpq.sgml
+++ b/
doc/src/sgml/libpq.sgml
@@
-1,5
+1,5
@@
@@
-137,7
+137,7
@@
PGconn *PQconnectdb(const char *conninfo);
that is not the name of the machine at
hostaddr>.) Also,
host> rather than
hostaddr> is used to identify
the connection in
$HOME/.pgpass> (or
-
%USERPROFILE%
/
.pgpass> on Win32).
+
%USERPROFILE%
\
.pgpass> on Win32).
Without either a host name or host address,