]> granicus.if.org Git - postgresql/commit
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:19:01 +0000 (22:19 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 12 Apr 2006 22:19:01 +0000 (22:19 +0000)
commite4b8253c40cd066f9e495ca4b5a19e730797f903
tree26189c63c3bc7083ddfeb1e963ae08796a0af471
parenta5884d5dc84b7af3f00b10dc7a8a1bb62843891c
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