pgsql: Add the "PGPASSFILE" environment variable to specify to the

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add the "PGPASSFILE" environment variable to specify to the
Date: 2005-06-10 03:02:51
Message-ID: 20050610030251.3F2A55297D@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add the "PGPASSFILE" environment variable to specify to the password
file.

Andrew Dunstan

Modified Files:
--------------
pgsql/doc/src/sgml:
libpq.sgml (r1.183 -> r1.184)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/libpq.sgml.diff?r1=1.183&r2=1.184)
pgsql/src/interfaces/libpq:
fe-connect.c (r1.307 -> r1.308)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-connect.c.diff?r1=1.307&r2=1.308)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-06-10 03:32:29 pgsql: Quick hack to allow the outer query's tuple_fraction to be passed
Previous Message Tom Lane 2005-06-10 02:21:06 pgsql: If a LIMIT is applied to a UNION ALL query, plan each UNION arm