]> granicus.if.org Git - postgresql/commit
Get rid of client-code dependencies on the exact text of the no-password
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 8 Jul 2007 19:07:38 +0000 (19:07 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 8 Jul 2007 19:07:38 +0000 (19:07 +0000)
commit8331c11f3f6d9f4b9a194b928f7d8380e8a16e5b
treef7788bd98012ec1eec299d74e4b08d17a891d6ae
parent5f7b1f8d9d835c6869637f0b0df184e6fc5e0d03
Get rid of client-code dependencies on the exact text of the no-password
error message, by using PQconnectionUsedPassword() instead.  Someday
we might be able to localize that error message, but not until this
coding technique has disappeared everywhere.
src/bin/pg_ctl/pg_ctl.c
src/bin/pg_dump/pg_backup_db.c
src/bin/pg_dump/pg_dumpall.c
src/bin/psql/command.c
src/bin/psql/startup.c
src/bin/scripts/common.c