Обсуждение: ERROR: type "pg_catalog.int4" does not exist

Поиск
Список
Период
Сортировка

ERROR: type "pg_catalog.int4" does not exist

От
Lukasz Brodziak
Дата:
Hello,

I have a problem with conncting to db. Whe I try to connect I get
either: ERROR: type "pg_catalog.int4" does not exist or Cache lookup
failed for type 23. Is there a way of recreating the type because I
heve to get to the data from this particular db as the dump is 2 days
old (which is too old).

--
Łukasz Brodziak
"Do you bury me when I'm gone
Do you teach me while I'm here
Just as soon I belong
Then it's time I disappear"

Re: ERROR: type "pg_catalog.int4" does not exist

От
"Kevin Grittner"
Дата:
Lukasz Brodziak <lukasz.brodziak@gmail.com> wrote:

> I have a problem with conncting to db. Whe I try to connect I get
> either: ERROR: type "pg_catalog.int4" does not exist or Cache
> lookup failed for type 23. Is there a way of recreating the type
> because I heve to get to the data from this particular db as the
> dump is 2 days old (which is too old).

It looks like you didn't get a reply to this, possibly because
nobody could quite understand your situation.  Are you running OK
now?  If not, please review this and post again with more detail:

http://wiki.postgresql.org/wiki/Guide_to_reporting_problems

-Kevin