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 7936.1526590932@sss.pgh.pa.us
Whole thread Raw
In response to Re: Problem while updating a foreign table pointing to a partitionedtable on foreign server  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Problem while updating a foreign table pointing to a partitionedtable on foreign server  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> Yeah, but I'm not sure I like that solution very much.  I don't think
> abusing the tableoid to store a remote table OID is very nice.

I'd say it's totally unacceptable.  Tableoid *has to* be something
that you can look up in the local pg_class instance, or serious
confusion will ensue.

            regards, tom lane


pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: Incorrect comment in get_partition_dispatch_recurse
Next
From: Alvaro Herrera
Date:
Subject: Re: Problem while updating a foreign table pointing to a partitionedtable on foreign server