Re: Help needed -> ERROR: record arow has no field description

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Justin Clift <aa2(at)bigpond(dot)net(dot)au>
Cc: PostgreSQL SQL Mailing list <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Help needed -> ERROR: record arow has no field description
Date: 2001-03-03 06:44:39
Message-ID: 6027.983601879@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Justin Clift <aa2(at)bigpond(dot)net(dot)au> writes:
> I'm getting this error, which to me makes no sense. Running PostgreSQL
> 7.0.3 on Mandrake 7.2 (compiled from source, not the rpms).

> ERROR: record arow has no field description

Hm. If you don't have any references to "arow.description" then this
seems like it must be a plpgsql bug. But your report is not detailed
enough to try to reproduce it. Could you provide a self-contained
example? Are there any fields named "description" in any of the tables
used in this function?

regards, tom lane

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message pgsql-sql 2001-03-03 09:33:41 Re: lo_import for storing Blobs
Previous Message David Olbersen 2001-03-02 20:48:09 Re: Temp Tables & Connection Pooling