Re:

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Bell <acbell(at)iastate(dot)edu>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re:
Date: 2001-11-27 18:42:00
Message-ID: 24860.1006886520@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Andrew Bell <acbell(at)iastate(dot)edu> writes:
> Can anybody tell me what this means, or where to look in the docs to find
> out more?

> ERROR: cache lookup of attribute 0 in relation 318304 failed

Looks like a bug of some kind to me: that's a low level routine
complaining that it didn't find an entry in pg_attribute, which indeed
it wouldn't find for attribute zero (we number attributes from 1).
So some other bit of code is passing in a bogus attribute number.
May we see a reproducible example?

regards, tom lane

In response to

  • at 2001-11-27 17:56:24 from Andrew Bell

Responses

  • Re: Error at 2001-11-27 18:53:13 from Andrew Bell

Browse pgsql-novice by date

  From Date Subject
Next Message Andrew Bell 2001-11-27 18:53:13 Re: Error
Previous Message Andrew Bell 2001-11-27 17:56:24