Re: error message when subscription target is a partitioned table - Mailing list pgsql-hackers

From Amit Langote
Subject Re: error message when subscription target is a partitioned table
Date
Msg-id b61b59a6-c3d8-3da4-57ae-382db36998f2@lab.ntt.co.jp
Whole thread Raw
In response to Re: error message when subscription target is a partitioned table  (Michael Paquier <michael@paquier.xyz>)
Responses Re: error message when subscription target is a partitioned table
List pgsql-hackers
On 2018/12/04 11:23, Michael Paquier wrote:
> On Tue, Dec 04, 2018 at 10:51:40AM +0900, Amit Langote wrote:
>> Okay, here is a patch.  I didn't find any tests in subscription.sql
>> related to unsupported relkinds, so didn't bother adding one for this case
>> either.
> 
> Should we care about other relkinds as well?

Maybe, foreign tables?  I'd think that code wouldn't care about explictly
handling indexes, view, sequences, toast tables, etc.

Thanks,
Amit



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [PATCH] Log CSV by default
Next
From: Michael Paquier
Date:
Subject: Re: [HACKERS] CLUSTER command progress monitor