Re: Python Interface Hacking

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Peter Froehlich <peter(dot)hans(dot)froehlich(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Python Interface Hacking
Date: 2010-07-07 12:49:17
Message-ID: 1278506957.12154.1.camel@fsopti579.F-Secure.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On ons, 2010-07-07 at 03:07 -0400, Peter Froehlich wrote:
> I joined this list under the mis-impression that it was about hacking
> the Python interfaces to pgsql. Is there possibly another list for
> that? Or is the Python stuff just mixed in with all the rest? Sorry
> for the meta-question...

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.)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2010-07-07 12:57:11 Re: Partitioning syntax
Previous Message Robert Haas 2010-07-07 12:48:17 Re: Python Interface Hacking