]> granicus.if.org Git - postgresql/commit
Ensure that user created rows in extension tables get dumped if the table is explicit...
authorJoe Conway <mail@joeconway.com>
Fri, 26 Apr 2013 18:50:00 +0000 (11:50 -0700)
committerJoe Conway <mail@joeconway.com>
Fri, 26 Apr 2013 19:02:40 +0000 (12:02 -0700)
commitb42ea7981ce1e7484951a22662937541066d8647
treec4f3c29d6426676fc206585ef3dcfdf03cadf200
parent5eb7c4d364c8733d20d7fc8a453a145ee6da10cf
Ensure that user created rows in extension tables get dumped if the table is explicitly requested, either with a -t/--table switch of the table itself, or by -n/--schema switch of the schema containing the extension table. Patch reviewed by Vibhor Kumar and Dimitri Fontaine.

Backpatched to 9.1 when the extension management facility was added.
src/bin/pg_dump/pg_dump.c