]> granicus.if.org Git - postgresql/commit
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)
commitaeb54176335c72f070d6614fb12e0c96b8ba88da
tree36e7f83479bd7f351e7445d74bf9e0ce85ea609c
parent366e9eea24810d8f7c038e9b5b268f56e4a1faef
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