Adjust lookup of client-side profile files (.pgpass and so on) as per
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/libpq.sgml | modified | +23 −9 |
| doc/src/sgml/ref/pg_dumpall.sgml | modified | +3 −2 |
| doc/src/sgml/ref/psql-ref.sgml | modified | +28 −24 |
| doc/src/sgml/ref/vacuumdb.sgml | modified | +22 −22 |
| doc/src/sgml/release.sgml | modified | +2 −2 |
| src/backend/libpq/README.SSL | modified | +6 −6 |
| src/bin/psql/input.c | modified | +10 −11 |
| src/bin/psql/startup.c | modified | +11 −9 |
| src/interfaces/libpq/fe-connect.c | modified | +16 −13 |
| src/interfaces/libpq/fe-secure.c | modified | +24 −18 |
| src/port/path.c | modified | +11 −10 |