ERROR: RelationCatalogInformation: Relation 20705 not found - Mailing list pgsql-hackers

From Brett McCormickS
Subject ERROR: RelationCatalogInformation: Relation 20705 not found
Date
Msg-id 199805140019.RAA11855@abraxas.scene.com
Whole thread Raw
List pgsql-hackers
I dropped and recreated a table and then tried to access it from a previously
opened database connection (mod_perl).  I did do a pg_dump -z -s -t for
the table info, and just changed a not null attribute.  (anyway to change
without recreating table?)

I could not reproduce it in another db, but -- I was using two different
users in this case, and the user of the previously opened connection
was affected by the grant.

It would appear that we have some catalog cache updating problems..
Closing the connection and re-opening always seems to fix it.

pgsql-hackers by date:

Previous
From: Michal Mosiewicz
Date:
Subject: Re: [HACKERS] mmap and MAP_ANON
Next
From: Brett McCormickS
Date:
Subject: relation not found -- I was selecting from a view