Python Interface Hacking
Hi all,
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...
Cheers,
Peter
--
Peter H. Froehlich <http://www.cs.jhu.edu/~phf/>
Senior Lecturer | Director, Johns Hopkins Gaming Lab
On Wed, Jul 7, 2010 at 3:07 AM, Peter Froehlich
<peter.hans.froehlich@gmail.com> 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...
Well, PL/python (using Python within the database) would be on-topic
for this list, but the connectors like psycopg are not discussed here.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise Postgres Company
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.)
On Wed, Jul 7, 2010 at 8:49 AM, Peter Eisentraut <peter_e@gmx.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
On 07/07/10 17:19, Peter Froehlich wrote:
On Wed, Jul 7, 2010 at 8:49 AM, Peter Eisentraut<peter_e@gmx.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_TODOAnyone know where these guys hang out and discuss what to do? :-D
The (well, we) hang on http://lists.initd.org/mailman/listinfo/psycopg.
Cheers,
Jan
On Jul 7, 2010, at 12:07 AM, 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...
For BSD/MIT licensed python3 fun, be sure to check out:
http://python.projects.postgresql.org/
http://python.projects.postgresql.org/backend/
http://pgfoundry.org/mailman/listinfo/python-general/
The project currently enjoys a status as an alternative,
but with help from people like you that could change. =)