]> granicus.if.org Git - postgresql/commit
pg_dump: Emit ONLY before table added to publication
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 17 Apr 2017 13:47:39 +0000 (09:47 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 17 Apr 2017 13:51:53 +0000 (09:51 -0400)
commit419a23b478ae760b797188341ddce5b41322684b
tree1c7a84b6e346e7a756cedf8642ce5e8e9d4d288b
parent1fe33252a08c285de9e84615cfde0569b9a75e58
pg_dump: Emit ONLY before table added to publication

This is necessary to be able to reproduce publication membership
correctly if tables are involved in inheritance.

Author: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/t/002_pg_dump.pl