Re: PostgreSQL 7.4.1 and pgdb.py

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Manuel Tejada" <mantemu(at)terra(dot)com(dot)pe>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL 7.4.1 and pgdb.py
Date: 2004-01-31 04:41:12
Message-ID: 26260.1075524072@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Manuel Tejada" <mantemu(at)terra(dot)com(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2004-01-31 05:12:17 Re: failed index creation: ERROR: index_formtuple
Previous Message Jeff Davis 2004-01-31 04:11:28 Re: PostgreSQL 7.4.1 and pgdb.py