Re: Questions and experiences writing a Foreign Data Wrapper - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Questions and experiences writing a Foreign Data Wrapper
Date
Msg-id CA+TgmoZUBhvXtiVwNM6gBvDjMHJt1p0W=iCUjcbwJ3R=bmetQA@mail.gmail.com
Whole thread Raw
In response to Re: Questions and experiences writing a Foreign Data Wrapper  ("Albe Laurenz" <laurenz.albe@wien.gv.at>)
List pgsql-hackers
On Fri, Jul 22, 2011 at 8:09 AM, Albe Laurenz <laurenz.albe@wien.gv.at> wrote:
> Heikki Linnakangas wrote:
>>> I guess I misunderstood the concept of user mapping.
>
>>> I guess it is time to read my SQL Standard, but some clarification
>>> in the documentation sure wouldn't hurt.
>>
>> Agreed, there doesn't seem to be any documentation on user mappings,
>> aside from the reference page for the CREATE USER MAPPING command. The
>> "5.10 Foreign Data" section should explain what user mappings are.
> Want
>> to give it a shot?
>
> Sure, see the attached 'fdw-usermapping-doc.patch'.
>
> I also include a 'fdw-scan-doc.patch' that tells FDW implementors *not*
> to start the scan in BeginForeignScan.

I've applied these with some modifications.

Thanks for the patches!

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Tim
Date:
Subject: Re: vacuumlo patch
Next
From: Andrew Dunstan
Date:
Subject: Re: python cleanup