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 7936.1526590932@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Problem while updating a foreign table pointing to a partitionedtable on foreign server  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: Problem while updating a foreign table pointing to a partitionedtable on foreign server  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список 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 по дате отправления:

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: Incorrect comment in get_partition_dispatch_recurse
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Problem while updating a foreign table pointing to a partitionedtable on foreign server