diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-08-19 00:00:34 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-08-19 00:00:34 +0000 |
commit | 84f878f5cd1746899a4c209caae2ee20bd30969c (patch) | |
tree | 4151b473d68dca53cd7ab80c0ae82a5ed936f434 /doc/src | |
parent | 76dd2333d55e54322a4bf0fc2dc3c1bcb07fe076 (diff) | |
download | postgresql-84f878f5cd1746899a4c209caae2ee20bd30969c.tar.gz postgresql-84f878f5cd1746899a4c209caae2ee20bd30969c.zip |
Don't use get_home_path so libpq doesn't pull path.c into the library.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/libpq.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
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 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.160 2004/08/17 16:54:46 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.161 2004/08/19 00:00:34 momjian Exp $ --> <chapter id="libpq"> @@ -136,7 +136,8 @@ PGconn *PQconnectdb(const char *conninfo); likely to fail if <application>libpq</application> is passed a host name that is not the name of the machine at <literal>hostaddr</>.) Also, <literal>host</> rather than <literal>hostaddr</> is used to identify - the connection in <filename>$HOME/.pgpass</>. + the connection in <filename>$HOME/.pgpass</> (or + <filename>%USERPROFILE%/.pgpass</> on Win32). </para> <para> Without either a host name or host address, |