From: | Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp> |
---|---|
To: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, Petr Jelinek <petr(dot)jelinek(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-21 00:44:46 |
Message-ID: | 90863b8c-9131-85f7-daf5-9e1eb9e09176@lab.ntt.co.jp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 2017/04/21 3:22, Peter Eisentraut wrote:
> On 4/18/17 01:58, Amit Langote wrote:
>> We could be more explicit here and say the following instead:
>>
>> create publication mypub for table p;
>> ERROR: "p" is a partitioned table
>> DETAIL: Adding partitioned tables to publications is not supported.
>>
>> Thoughts? (a patch is attached for consideration)
>
> Committed. I added an errhint, moved the tests around a bit to match
> the existing structure, and added some documentation.
Thanks.
Regards,
Amit
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2017-04-21 01:40:30 | walsender & parallelism |
Previous Message | Tomas Vondra | 2017-04-21 00:21:41 | Re: WITH clause in CREATE STATISTICS |