From: | Kovacs Zoltan <kovacsz(at)pc10(dot)radnoti-szeged(dot)sulinet(dot)hu> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | ERROR: cache lookup for proc 43030134 failed |
Date: | 2001-05-31 12:47:26 |
Message-ID: | Pine.LNX.4.21.0105311438430.19655-100000@pc10.radnoti-szeged.sulinet.hu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Starting pg_dump, this error occured (there is no output dump,
unfortunately). Getting closer, I got this:
tir=# SELECT pg_get_viewdef(c.relname) AS definition FROM pg_class c
offset 441 limit 1;
ERROR: cache lookup for proc 4303134 failed
tir=# SELECT c.relname AS definition FROM pg_class c offset 441 limit 1;
definition
------------
sooe
(1 row)
tir=# SELECT pg_get_viewdef('sooe');
pg_get_viewdef
----------------
Not a view
(1 row)
Yesterday I created some triggers and functions. I got this since that
time. The thing here seems to be a strange internal error, is it? Sorry if
this problem is an already reported one.
TIA, Zoltan
Kov\'acs, Zolt\'an
kovacsz(at)pc10(dot)radnoti-szeged(dot)sulinet(dot)hu
http://www.math.u-szeged.hu/~kovzol
ftp://pc10.radnoti-szeged.sulinet.hu/home/kovacsz
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2001-05-31 13:38:00 | Re: First version of multi-key index support for GiST |
Previous Message | Teodor Sigaev | 2001-05-31 08:57:07 | Re: First version of multi-key index support for GiST |