Re: Odd oid-system-column handling in postgres_fdw - Mailing list pgsql-hackers

From Etsuro Fujita
Subject Re: Odd oid-system-column handling in postgres_fdw
Date
Msg-id 7368f1e7-c8a8-1677-0c6f-fe4988256bab@lab.ntt.co.jp
Whole thread Raw
In response to Re: Odd oid-system-column handling in postgres_fdw  (Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>)
Responses Re: Odd oid-system-column handling in postgres_fdw  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On 2016/04/05 17:15, Etsuro Fujita wrote:
> On 2016/03/16 16:25, Etsuro Fujita wrote:
>> PG9.5 allows us to add an oid system column to foreign tables, using
>> ALTER FOREIGN TABLE SET WITH OIDS, but currently, that column reads as
>> zeroes in postgres_fdw.  That seems to me like a bug.  So, I'd like to
>> propose to fix that, by retrieving that column from the remote server
>> when requested.  I'm attaching a proposed patch for that.

> I rebased the patch against HEAD.  Updated patch attached.

I'll add this to the next CF.

Best regards,
Etsuro Fujita





pgsql-hackers by date:

Previous
From: Etsuro Fujita
Date:
Subject: Re: Use %u to print user mapping's umid and userid
Next
From: Ashutosh Bapat
Date:
Subject: Re: Use %u to print user mapping's umid and userid