I'm giving a try at some TODO items. Currently it's the turn of the

Bruce Momjian <bruce@momjian.us>

Commit: 7f4981f4af1700456f98ac3f2b2d84959919ec81
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-08-15T02:56:19Z
Releases: 7.3.1
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

PathChange+/−
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