From 84f878f5cd1746899a4c209caae2ee20bd30969c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 19 Aug 2004 00:00:34 +0000 Subject: Don't use get_home_path so libpq doesn't pull path.c into the library. --- doc/src/sgml/libpq.sgml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 06c93306432..c3f2a70acf6 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,5 +1,5 @@ @@ -136,7 +136,8 @@ PGconn *PQconnectdb(const char *conninfo); likely to fail if libpq is passed a host name that is not the name of the machine at hostaddr.) Also, host rather than hostaddr is used to identify - the connection in $HOME/.pgpass. + the connection in $HOME/.pgpass (or + %USERPROFILE%/.pgpass on Win32). Without either a host name or host address, -- cgit v1.2.3