OSDN Git Service

Fix pg_restore -n option to do what the man page says it does. The
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 12 Apr 2006 22:18:48 +0000 (22:18 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 12 Apr 2006 22:18:48 +0000 (22:18 +0000)
commit3ef151e0b779c1ac99d8d4acf05ed4db742504ba
tree064d0c66dc0eb63d9f5f217cebd210c7d2a5e238
parent1cae920e3209e4f5b1464aaef0c8bee59c53c946
Fix pg_restore -n option to do what the man page says it does.  The
original coding only worked if one of the selTypes restriction options
was also given.  Per report from Nick Johnson.
src/bin/pg_dump/pg_backup_archiver.c
src/bin/pg_dump/pg_restore.c