Old version of the PyGreSQL?
Remember I said that I made un apgrade to PostgreSQL version 7.4.1.
One of rpms I used to upgrade is the postgresql-python-7.4.1-1PGDG.i386.rpm.
I suppose that this come with the last version of PyGreSQL.
The README file in /usr/share/doc/postgresql-python-7.4.1 tells that the
module PyGreSQL is version 3.4. This version is the last according to
ftp://ftp.druid.net/pub/distrib/
When I use the module C or the module pg.py of PyGreSQL to connect with
PostgreSQL, they work fine.
But I would like to use the pgdb.py too
----- Original Message -----
From: "Tom Lane" <tgl@sss.pgh.pa.us>
To: "Manuel Tejada" <mantemu@terra.com.pe>
Cc: <pgsql-general@postgresql.org>
Sent: Friday, January 30, 2004 11:41 PM
Subject: Re: [GENERAL] PostgreSQL 7.4.1 and pgdb.py
> "Manuel Tejada" <mantemu@terra.com.pe> writes:
> > But now when I input the same sintaxis with the new
Installation(PostgreSQL
> > 7.4.1), I get an error when I enter rhe four line:
>
> > _pg.error: ERROR: non exist the column "typprtlen"
>
> I believe this indicates you're using an old version of the PyGreSQL
> module. typprtlen disappeared from the pg_type system catalog several
> releases back. There is updated PyGreSQL code out there, but I'm not
> very sure where --- have you looked at gborg.postgresql.org?
>
> regards, tom lane