Re: CREATE FOREGIN TABLE LACUNA

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: CREATE FOREGIN TABLE LACUNA
Дата
Msg-id 914.1331738453@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: CREATE FOREGIN TABLE LACUNA  (David Fetter <david@fetter.org>)
Список pgsql-hackers
David Fetter <david@fetter.org> writes:
> I didn't do INHERITS because most FDWs won't ever have that concept,
> i.e. aren't PostgreSQL.

What's that have to do with it?  Inheritance would be a local
association of tables, having nothing to do with what the remote end is.
IOW, if c inherits from p, that means to scan c as well in "SELECT FROM
p".  We can do this regardless of whether c or p or both are foreign
tables.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Kohei KaiGai
Дата:
Сообщение: Re: [v9.2] Add GUC sepgsql.client_label
Следующее
От: Tom Lane
Дата:
Сообщение: Re: CREATE FOREGIN TABLE LACUNA