]> 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:14 +0000 (11:54 -0700)
committerJoe Conway <mail@joeconway.com>
Fri, 26 Apr 2013 19:03:00 +0000 (12:03 -0700)
commit4dbe52d3bf4d17fd1389f987126db67650085255
treec8098c8fcaa51fd7c3519f510ad62e725da13f6a
parent9e859a9150cabd44e91ed80a90d45223b1e3986e
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