From: | Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp> |
---|---|
To: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com> |
Cc: | Pg Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Logical replication and inheritance |
Date: | 2017-04-18 00:45:54 |
Message-ID: | 53450ceb-29d1-62f9-9cc5-8b5cb6bb33ec@lab.ntt.co.jp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 2017/04/17 23:08, Peter Eisentraut wrote:
> On 4/16/17 23:00, Amit Langote wrote:
>>> To fix this, pg_dump should emit ADD TABLE ONLY foo.
>>
>> Yeah, that's one way. Attached is a tiny patch for that.
>>
>> By the way, I noticed that although grammar accepts ONLY and * against a
>> table name to affect whether descendant tables are included, the same is
>> not mentioned in the CREATE PUBLICATION and ALTER PUBLICATION reference
>> pages. I suspect it was probably not intentional, so attached a doc patch
>> for that too.
>
> Committed those, with some extra tests.
Thanks.
Regards,
Amit
From | Date | Subject | |
---|---|---|---|
Next Message | Fabien COELHO | 2017-04-18 00:53:43 | Re: PATCH: psql show index with type info |
Previous Message | Fabien COELHO | 2017-04-18 00:27:03 | Re: Other formats in pset like markdown, rst, mediawiki |