]> granicus.if.org Git - postgresql/commit
Forbid the switch combination --clean --create, which is pointless
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 23 Oct 2001 21:26:44 +0000 (21:26 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 23 Oct 2001 21:26:44 +0000 (21:26 +0000)
commitb662e321c5e4e4ac71a252895948a057f8356776
treebc7f61b5fa8041e1a44014d6571c986be754bfc6
parent2628d9b3a46224ea2cbb41e7bb0153d4b477fa70
Forbid the switch combination --clean --create, which is pointless
(why bother dropping individual objects in a just-created database?)
as well as dangerous (as the code stands, the drops will be issued in
the wrong database, namely the one you were originally connected to).
src/bin/pg_dump/pg_backup_archiver.c