OSDN Git Service

I'm giving a try at some TODO items. Currently it's the turn of the
authorBruce Momjian <bruce@momjian.us>
Thu, 15 Aug 2002 02:56:19 +0000 (02:56 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 15 Aug 2002 02:56:19 +0000 (02:56 +0000)
commit7f4981f4af1700456f98ac3f2b2d84959919ec81
treed954743ddfe828c7626430ff79d956d819748c97
parent46aaa5dda3a876ad958d4ea8fe3e8836d2043750
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
doc/src/sgml/libpq++.sgml
doc/src/sgml/libpq.sgml
src/interfaces/libpq/fe-connect.c
src/interfaces/perl5/Pg.pm