Thread: Error Message: ERROR: cache lookup of type 44822021 failed
-- System Information -- Platform: Windows XP Version: 5.1 Build: 2600 Service Pack 1 -- Application Information -- Name: pgAdmin II Version: 1.6.0 Descripton:=20 Name: pgSchema Version: 1.6.0 Descripton: PostgreSQL Schema Objects v1.6.0 -- Database Information -- Version: 7.1.3 Descripton: PostgreSQL 7.1.3 on i686-pc-linux-gnu, compiled by GCC egcs-2.9= 1.66 -- Driver Information -- Name: PostgreSQL Version: 7.3.100 Descripton: PostgreSQL 7.1.3 on i686-pc-linux-gnu, compiled by GCC egcs-2.9= 1.66 -- Error Information -- Description: ERROR: cache lookup of type 44822021 failed Number: -2147467259 Routine: pgAdmin II:frmMain.tvNamespace ************************************************************ Insert your comment:
From: Attila Toth [mailto:ati@galea.ro]
Sent: 05 December 2003 07:49
To: pgadmin-support@postgresql.org
Subject: [pgadmin-support] Error Message: ERROR: cache lookup of type 44822021 failed
Description: ERROR: cache lookup of type 44822021 failed
Number: -2147467259
Routine: pgAdmin II:frmMain.tvNamespace
Hi,
That is an error from PostgreSQL - it generally means that you have a data type missing that is needed by a function or table or some other object.
Upgrading to 7.3.5 or 7.4 would help prevent this problem occuring in the future as there is now a dependency tracking mechanism in place - the 7.1.3 version that you are currently using is positively ancient now :-)
Regards, Dave.