Re: Problem while updating a foreign table pointing to a partitioned table on foreign server

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problem while updating a foreign table pointing to a partitioned table on foreign server
Дата
Msg-id 8627.1526591849@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Problem while updating a foreign table pointing to a partitionedtable on foreign server  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список 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 по дате отправления:

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: Incorrect comment in get_partition_dispatch_recurse
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Transform for pl/perl