]> granicus.if.org Git - postgresql/commit
Avoid crashing pg_dump if we can't connect to the database server, and
authorNeil Conway <neilc@samurai.com>
Wed, 27 Jul 2005 05:15:03 +0000 (05:15 +0000)
committerNeil Conway <neilc@samurai.com>
Wed, 27 Jul 2005 05:15:03 +0000 (05:15 +0000)
commitf4bbe13491cd3407d383a72b7b0dee2c707a4ef7
tree71482deaeb5d39afee1c023c4f7ed556cb220986
parent4ee7e8213cfd44760a79fc6bd19540ffae960721
Avoid crashing pg_dump if we can't connect to the database server, and
no database has been explicitly specified. Per gripe from Omar Kilani.
src/bin/pg_dump/pg_backup_db.c