pgsql: Add the "PGPASSFILE" environment variable to specify to the - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql: Add the "PGPASSFILE" environment variable to specify to the
Date
Msg-id 20050610030251.3F2A55297D@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: If a LIMIT is applied to a UNION ALL query, plan each UNION arm
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Quick hack to allow the outer query's tuple_fraction to be passed