cache lookup failed for type

From: Patrice Beliveau <patrice(dot)beliveau(at)yahoo(dot)ca>
To: pgsql-admin(at)postgresql(dot)org
Subject: cache lookup failed for type
Date: 2005-12-20 14:34:58
Message-ID: 20051220143458.79923.qmail@web37011.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I'm doing a very simple thing...

creating a schema xyz;

creating domain xyz.abc; (about 100)

creating table xyz.def' (abour 100)

then

drop schema xyz cascade;

after a list of
NOTICE: drop cascade to type xyz.aaa
.
.
.
I got
ERROR: cache lookup failed for type 12345

I thing that maybe there is(are) parameter(s) that need to be configure to give more cache to prevent this error

can you help me ?


---------------------------------
Lèche-vitrine ou lèche-écran ? Yahoo! Magasinage.

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2005-12-20 14:52:35 Re: Some strange issues with VACUUM on one table.
Previous Message Boguk Maxim 2005-12-20 13:02:00 Re: Some strange issues with VACUUM on one table.