ERROR: RelationCatalogInformation: Relation 20705 not found

Поиск
Список
Период
Сортировка
От Brett McCormickS
Тема ERROR: RelationCatalogInformation: Relation 20705 not found
Дата
Msg-id 199805140019.RAA11855@abraxas.scene.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Michal Mosiewicz
Дата:
Сообщение: Re: [HACKERS] mmap and MAP_ANON
Следующее
От: Brett McCormickS
Дата:
Сообщение: relation not found -- I was selecting from a view