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

From Stephen Frost
Subject Re: inherit support for foreign tables
Date
Msg-id 20150422153408.GO30322@tamriel.snowman.net
Whole thread Raw
In response to Re: inherit support for foreign tables  (Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>)
Responses Re: inherit support for foreign tables
List pgsql-hackers
Etsuro,

* 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!
Stephen

pgsql-hackers by date:

Previous
From: Jim Nasby
Date:
Subject: Re: Allow SQL/plpgsql functions to accept record
Next
From: Greg Stark
Date:
Subject: Re: Turning off HOT/Cleanup sometimes