Re: CREATE FOREGIN TABLE LACUNA - Mailing list pgsql-hackers

From Tom Lane
Subject Re: CREATE FOREGIN TABLE LACUNA
Date
Msg-id 914.1331738453@sss.pgh.pa.us
Whole thread Raw
In response to Re: CREATE FOREGIN TABLE LACUNA  (David Fetter <david@fetter.org>)
List 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 by date:

Previous
From: Kohei KaiGai
Date:
Subject: Re: [v9.2] Add GUC sepgsql.client_label
Next
From: Tom Lane
Date:
Subject: Re: CREATE FOREGIN TABLE LACUNA