Re: PostgreSQL 7.4.1 and pgdb.py

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: Jeff Davis <jdavis-pgsql(at)empires(dot)org>
Cc: Manuel Tejada <mantemu(at)terra(dot)com(dot)pe>, PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: PostgreSQL 7.4.1 and pgdb.py
Date: 2004-01-31 03:59:04
Message-ID: 20040131035904.GB28765@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Jan 30, 2004 at 07:42:27PM -0800, Jeff Davis wrote:

> You can probably get an updated pgdb.py somehow, or you can just use
> "import pg" which has a different interface (non DBAPI-2.0 compliant)
> but should work fine (since it doesn't try to access system catalogs,
> it's more of a low-level PG interface for python).

Keep in mind that there's also psycopg and PyGreSql, as far as Python
interfaces go.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Pido que me den el Nobel por razones humanitarias" (Nicanor Parra)

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Davis 2004-01-31 04:11:28 Re: PostgreSQL 7.4.1 and pgdb.py
Previous Message Jeff Davis 2004-01-31 03:42:27 Re: PostgreSQL 7.4.1 and pgdb.py