]> 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:54:59 +0000 (11:54 -0700)
committerJoe Conway <mail@joeconway.com>
Fri, 26 Apr 2013 19:03:11 +0000 (12:03 -0700)
commit359c8e4545a0d67465205353bd0b086aedbf5293
tree2c38e07477b245c408fdfd732967026f8b166bfc
parent32ad1d696a0e7b50074d57b25708ffd1dc82600f
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