Re: Update does not move row across foreign partitions in v11 - Mailing list pgsql-hackers

From Amit Langote
Subject Re: Update does not move row across foreign partitions in v11
Date
Msg-id 396fc4ca-eeba-e8af-cd72-90861469d3da@lab.ntt.co.jp
Whole thread Raw
In response to Re: Update does not move row across foreign partitions in v11  (Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>)
Responses Re: Update does not move row across foreign partitions in v11
List pgsql-hackers
Fujita-san,

On 2019/03/06 13:04, Etsuro Fujita wrote:
> (2019/03/06 11:34), Amit Langote wrote:
>> Ah, indeed.  In the documentation fix patch I'd posted, I also made
>> changes to release-11.sgml to link to the limitations section.  (I'm
>> attaching it here for your reference.)
> 
> I'm not sure it's a good idea to make changes to the release notes like
> that, because 1) that would make the release notes verbose, and 2) it
> might end up doing the same thing to items that have some limitations in
> the existing/future release notes (eg, FOR EACH ROW triggers on
> partitioned tables added to V11 has the limitation listed on the
> limitation section, so the same link would be needed.), for consistency.

OK, sure.  It just seemed to me that the original complainer found it
quite a bit surprising that such a limitation is not mentioned in the
release notes, but maybe that's fine.  It seems we don't normally list
feature limitations in the release notes, which as you rightly say, would
make them verbose.

The main problem here is indeed that the limitation is not listed under
the partitioning limitations in ddl.sgml, where it's easier to notice than
in the UPDATE's page.  I've updated my patch to remove the release-11.sgml
changes.

Thanks,
Amit

Attachment

pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: Converting NOT IN to anti-joins during planning
Next
From: Amit Langote
Date:
Subject: Re: Update does not move row across foreign partitions in v11