Re: [Sender Address Forgery]Re: error message when subscription target is a partitioned table

From: Arkhena <Arkhena(at)gmail(dot)com>
To: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, Magnus Hagander <magnus(at)hagander(dot)net>, Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [Sender Address Forgery]Re: error message when subscription target is a partitioned table
Date: 2019-01-10 08:46:08
Message-ID: CAB_COdh8anuaWoSZ9EG+X_oudcDiT6v-DdL85cajCFk+8So-6w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> > On Tue, Jan 08, 2019 at 04:42:35PM +0900, Michael Paquier wrote:
> >> I can see your point, though I would stick with
> >> ERRCODE_WRONG_OBJECT_TYPE for consistency with the existing code and
> >> because the code is intended to not work on anything else than plain
> >> tables, at least now.
> >
> > Attached are my suggestions shaped as a patch. Thoughts?
>
> Thanks for updating the patch and sorry couldn't reply sooner.
>
> Your rewritten version is perhaps fine, although I remain a bit concerned
> that some users might be puzzled when they see this error, that is, if
> they interpret the message as "it's impossible to use a partitioned table
> as logical replication target".
>
>
From [documentation](
https://www.postgresql.org/docs/current/logical-replication-restrictions.html
) :
> Attempts to replicate tables other than base tables will result in an
error.

That's basicaly what I had understood about logicial replication...

Cheers,

Lætitia
--
Adoptez l'éco-attitude
N'imprimez ce mail que si c'est vraiment nécessaire

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2019-01-10 08:58:10 Re: [Sender Address Forgery]Re: error message when subscription target is a partitioned table
Previous Message Amit Langote 2019-01-10 08:41:21 Re: speeding up planning with partitions