Re: Problem while updating a foreign table pointing to a partitioned table on foreign server - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Problem while updating a foreign table pointing to a partitioned table on foreign server
Date
Msg-id 8627.1526591849@sss.pgh.pa.us
Whole thread Raw
In response to Re: Problem while updating a foreign table pointing to a partitionedtable on foreign server  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
Alvaro Herrera <alvherre@2ndquadrant.com> writes:
> Can we just add a new junk attr, with its own fixed system column
> number?  I think that's what Robert was proposing.

Junk attr yes, "fixed system column number" no.  That's not how
junk attrs work.  What it'd need is a convention for the name of
these resjunk attrs (corresponding to ctidN, wholerowN, etc).
We do already have tableoidN junk attrs, but by the same token
those should always be local OIDs, or we'll be in for deep
confusion.  Maybe "remotetableoidN" ?

            regards, tom lane


pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: Incorrect comment in get_partition_dispatch_recurse
Next
From: Tom Lane
Date:
Subject: Re: Transform for pl/perl