I'm giving a try at some TODO items. Currently it's the turn of the
Bruce Momjian <bruce@momjian.us>
I'm giving a try at some TODO items. Currently it's the turn of the PGPASSWORDFILE environment variable. I have modified libpq to make use of this variable. I present the first cut here. Currently the format for the file should be host:port:database:user:password Alvaro Herrera
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/libpq++.sgml | modified | +9 −6 |
| doc/src/sgml/libpq.sgml | modified | +20 −4 |
| src/interfaces/libpq/fe-connect.c | modified | +108 −8 |
| src/interfaces/perl5/Pg.pm | modified | +11 −10 |