First "beta" of multicorn FDW on pgxn - Mailing list pgsql-general

From Ronan Dunklau
Subject First "beta" of multicorn FDW on pgxn
Date
Msg-id CAJWq4=b_KE+Qdzb6AsqtxyeMgofYOcY=j3_kp-PaJJYzWs5VZA@mail.gmail.com
Whole thread Raw
List pgsql-general
Hello.

I just uploaded a first version of our multicorn foreign data wrapper: http://pgxn.org/dist/multicorn/0.0.3/
Homepage for the project is at http://multicorn.org.

It provides python bindings for foreign data wrapper through a minimalist interface.
It is not safe (any python module could be called by a server) and not production ready.

The following features are supported:
- Push where clauses to the python backend when possible
- Push declared columns to the python backend
- Manages the following postgresql/python types (and their corresponding arrays):
   - unicode -> varchar
   - string -> bytea
   - datetime/date -> timestamp/date
   - dict -> hstore
   - numeric -> float
   - integer -> int
 - User mapping are supported and appear to the python backend as regular table options
 - Some python foreign data wrappers implementation are provided, more as a proof of concept than anything else.

If anyone has the time and/or interest to give some feedback, it would be greatly appreciated.

--
Ronan Dunklau 

pgsql-general by date:

Previous
From: Alex Lai
Date:
Subject: Re: Performance issue during multiple insertions
Next
From: Sabn Coanda
Date:
Subject: FATAL: password authentication failed for user "postgres"