Complain if pg_restore is given both -d and -f options; this suggests
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 20 Oct 2003 21:05:12 +0000 (21:05 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 20 Oct 2003 21:05:12 +0000 (21:05 +0000)
commit3b64171edb2a18e8d14b80172f6648e246a08709
treee7e30b7014dbd1f78a7cfbf5fc310f2a5a77045e
parent1df7a455dd37021b5588166b80f37fe36f674e67
Complain if pg_restore is given both -d and -f options; this suggests
the user is confused about whether -f is input or output file.
src/bin/pg_dump/pg_backup_archiver.c
src/bin/pg_dump/pg_restore.c