Re: [PATCH] pgpassfile connection option
Julian Markwort <julian.markwort@uni-muenster.de>
From: Julian Markwort <julian.markwort@uni-muenster.de>
To: Andrew Dunstan <andrew@dunslane.net>, pgsql-hackers@postgresql.org
Date: 2016-09-22T15:34:53Z
Lists: pgsql-hackers
I haven't really thought about this as I had been asked to make this work as an additional option to the connection parameters... Now that I've looked at it - there is really only the benefit of saving the step of setting the PGPASSFILE environment variable. However, there might be cases in which setting an environment variable might not be the easiest option. Am 22.09.2016 um 17:15 schrieb Andrew Dunstan: > I'm not necessarily opposed to this, but what is the advantage over > the existing PGPASSFILE environment setting mechanism?
Commits
-
Allow password file name to be specified as a libpq connection parameter.
- ba005f193d88 10.0 landed