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

From Andrew Dunstan
Subject Re: Questions and experiences writing a Foreign Data Wrapper
Date
Msg-id 4E57A53D.7040405@dunslane.net
Whole thread Raw
In response to Re: Questions and experiences writing a Foreign Data Wrapper  ("Albe Laurenz" <laurenz.albe@wien.gv.at>)
Responses Re: Questions and experiences writing a Foreign Data Wrapper
List pgsql-hackers

On 08/26/2011 07:27 AM, Albe Laurenz wrote:
> I wrote:
>> I wrote a FDW for Oracle to a) learn some server coding
>> and b) see how well the FDW API works for me.
> I have released the software on PgFoundry:
> http://oracle-fdw.projects.postgresql.org/
>
> Would it make sense to mention that in chapter 5.10
> of the documentation?
>
>


I don't think so, any more than any other external module should be 
mentioned in the docs. There are known FDWs for several well known 
external databases, several file formats, and more exotic data sources 
such as twitter. I don't think we want to  maintain a list of these in 
the docs.

cheers

andrew


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: tsvector concatenation - backend crash
Next
From: Tom Lane
Date:
Subject: Re: Questions and experiences writing a Foreign Data Wrapper