]> granicus.if.org Git - postgresql/commit
Allow password file name to be specified as a libpq connection parameter.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 24 Jan 2017 22:06:21 +0000 (17:06 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 24 Jan 2017 22:06:34 +0000 (17:06 -0500)
commitba005f193d88a8404e81db3df223cf689d64d75e
tree4a620944c4e9c725e34a18a2fe4c991147f3f018
parentd1ecd539477fe640455dc890216a7c1561e047b4
Allow password file name to be specified as a libpq connection parameter.

Formerly an alternate password file could only be selected via the
environment variable PGPASSFILE; now it can also be selected via a
new connection parameter "passfile", corresponding to the conventions
for most other connection parameters.  There was some concern about
this creating a security weakness, but it was agreed that that argument
was pretty thin, and there are clear use-cases for handling password
files this way.

Julian Markwort, reviewed by Fabien Coelho, some adjustments by me

Discussion: https://postgr.es/m/a4b4f4f1-7b58-a0e8-5268-5f7db8e8ccaa@uni-muenster.de
doc/src/sgml/libpq.sgml
src/interfaces/libpq/fe-auth.c
src/interfaces/libpq/fe-connect.c
src/interfaces/libpq/libpq-int.h