]> granicus.if.org Git - postgresql/commit
Adjust lookup of client-side profile files (.pgpass and so on) as per
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 6 Jan 2005 18:29:11 +0000 (18:29 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 6 Jan 2005 18:29:11 +0000 (18:29 +0000)
commita3f98d579534721d8c2aa890c8dda678f14098d8
treecbfa68b06f0e751f49d8ed2b0120b5f8203c991f
parentb8139ea397e353f3539246b393f2283b4120d1e3
Adjust lookup of client-side profile files (.pgpass and so on) as per
discussion on pgsql-hackers-win32 list.  Documentation still needs to
be tweaked --- I'm not sure how to refer to the APPDATA folder in
user documentation.
doc/src/sgml/libpq.sgml
doc/src/sgml/ref/pg_dumpall.sgml
doc/src/sgml/ref/psql-ref.sgml
doc/src/sgml/ref/vacuumdb.sgml
doc/src/sgml/release.sgml
src/backend/libpq/README.SSL
src/bin/psql/input.c
src/bin/psql/startup.c
src/interfaces/libpq/fe-connect.c
src/interfaces/libpq/fe-secure.c
src/port/path.c