Re: Python Interface Hacking

From: Peter Froehlich <peter(dot)hans(dot)froehlich(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Python Interface Hacking
Date: 2010-07-07 15:19:17
Message-ID: AANLkTimwon1wX6PqRmKw8xMM38cqLC6nU06S1SePK2Z8@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jul 7, 2010 at 8:49 AM, Peter Eisentraut <peter_e(at)gmx(dot)net> wrote:
> If you want to hack PL/Python, which is a Python interpreter embedded
> into the PostgreSQL server, then this is the right place.  (Yes, it's
> mixed with all the rest.)
>
> If you want to hack a Python client driver, then go to
> http://initd.org/psycopg/.  (There are others, but that's the most
> popular one.)

I was referring to this stuff:

http://it.toolbox.com/blogs/database-soup/postgres-needs-a-new-python-driver-36815
http://wiki.postgresql.org/wiki/Python_PostgreSQL_Driver_TODO

Anyone know where these guys hang out and discuss what to do? :-D
--
Peter H. Froehlich <http://www.cs.jhu.edu/~phf/>
Senior Lecturer | Director, Johns Hopkins Gaming Lab

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tim Landscheidt 2010-07-07 15:25:34 Re: cvs to git migration - keywords
Previous Message Tom Lane 2010-07-07 15:14:36 Re: Does mbutils.c really need to use L'\0' ?