Re: pgsql: Allow UPDATE to move rows between partitions.

2018-01-23 Thread Amit Kapila
On Tue, Jan 23, 2018 at 9:59 PM, Robert Haas wrote: > On Tue, Jan 23, 2018 at 8:44 AM, Amit Kapila wrote: >> On Sat, Jan 20, 2018 at 2:03 AM, Robert Haas wrote: >>> Allow UPDATE to move rows between partitions. >> >> +If an UPDATE on a partitioned table causes a row to >> move >> +to an

Re: pgsql: Allow UPDATE to move rows between partitions.

2018-01-23 Thread Robert Haas
On Tue, Jan 23, 2018 at 8:44 AM, Amit Kapila wrote: > On Sat, Jan 20, 2018 at 2:03 AM, Robert Haas wrote: >> Allow UPDATE to move rows between partitions. > > +If an UPDATE on a partitioned table causes a row to > move > +to another partition, it will be performed as a DELETE > +from