Re: Cache lookup error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Juan Francisco Diaz <j-diaz(at)publicar(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Cache lookup error
Date: 2003-09-25 23:03:34
Message-ID: 4524.1064531014@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Juan Francisco Diaz <j-diaz(at)publicar(dot)com> writes:
> Hi i keep getting this error but i definitely dont understand or know how to
> correct it...

> SELECT * FROM BUSCabLista('0', '000081');
> ERROR: cache lookup for type 0 of cabezalista.........pg.dropped.41........
> failed

plpgsql has a bunch of deficiencies in dealing with dropped columns :-(.
I've just corrected a number of such problems for 7.4, but there may be
some left ...

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Sjors 2003-09-25 23:37:10 Re: Ranking?
Previous Message vijay 2003-09-25 22:54:22 Re: Backing Up a Postgres database...