pgsql: Allow the .pgpass hostname to match the default socket directory,

Lists: pgsql-committers
From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow the .pgpass hostname to match the default socket directory,
Date: 2006-05-17 21:50:55
Message-ID: 20060517215055.0EB9E9FA279@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

Log Message:
-----------
Allow the .pgpass hostname to match the default socket directory, as
well as a blank pghost.

Modified Files:
--------------
pgsql/doc/src/sgml:
libpq.sgml (r1.208 -> r1.209)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/libpq.sgml.diff?r1=1.208&r2=1.209)
pgsql/src/interfaces/libpq:
fe-connect.c (r1.328 -> r1.329)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-connect.c.diff?r1=1.328&r2=1.329)