Re: Update does not move row across foreign partitions in v11

Amit Langote <langote_amit_f8@lab.ntt.co.jp>

From: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
To: Alvaro Herrera <alvherre@2ndquadrant.com>, Amit Langote <amitlangote09@gmail.com>
Cc: David Rowley <david.rowley@2ndquadrant.com>, Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Robert Haas <robertmhaas@gmail.com>, Derek Hans <derek.hans@gmail.com>
Date: 2019-03-13T00:19:17Z
Lists: pgsql-hackers, pgsql-general
On 2019/03/13 1:04, Alvaro Herrera wrote:
> On 2019-Mar-09, Amit Langote wrote:
> 
>> Attached find 3 patches -- for PG 10, 11, and HEAD.  I also realizes
>> that a description of PARTITION OF clause was also missing in the
>> Parameters section of CREATE FOREIGN TABLE, which is fixed too.
> 
> Thanks!  Applied all three -- I appreciate your help in getting this
> sorted out.  (There were a number of xml/sgml errors, plus one typo,
> though.)

Ah, thanks for fixing and committing.

Regards,
Amit



Commits

  1. Fix documentation on partitioning vs. foreign tables