Re: inherit support for foreign tables - Mailing list pgsql-hackers

From Etsuro Fujita
Subject Re: inherit support for foreign tables
Date
Msg-id 55385CDE.6050307@lab.ntt.co.jp
Whole thread Raw
In response to Re: inherit support for foreign tables  (Stephen Frost <sfrost@snowman.net>)
List pgsql-hackers
On 2015/04/23 0:34, Stephen Frost wrote:
> * Etsuro Fujita (fujita.etsuro@lab.ntt.co.jp) wrote:
>> postgres=# select * from ft1 for update;
>> ERROR:  could not find junk tableoid1 column
>>
>> I think this is a bug.  Attached is a patch fixing this issue.
>
> Pushed, thanks!

Thank you.

Best regards,
Etsuro Fujita



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: tablespaces inside $PGDATA considered harmful
Next
From: Kouhei Kaigai
Date:
Subject: Re: Custom/Foreign-Join-APIs (Re: [v9.5] Custom Plan API)