Fix pg_dump to not crash if -t or a similar switch is used to select a serial
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 16 Apr 2007 18:42:17 +0000 (18:42 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 16 Apr 2007 18:42:17 +0000 (18:42 +0000)
commit81c8e1a7b020928c2f2ec286b6450a1476d9662b
treeebf53248a65cdc92a358e2d53cbc27547d43e9e4
parent724ad5475283400a7397c2e507a4f88bb2f99404
Fix pg_dump to not crash if -t or a similar switch is used to select a serial
sequence for dumping without also selecting its owning table.  Make it not try
to emit ALTER SEQUENCE OWNED BY in this situation.
Per report from Michael Nolan.
src/bin/pg_dump/pg_dump.c