Re: Upgrade problems

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Upgrade problems
Дата
Msg-id 11363.974656970@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Upgrade problems  (Kevin Stachowski <teachbiology@yahoo.com>)
Список pgsql-novice
Kevin Stachowski <teachbiology@yahoo.com> writes:
> 'ERROR:  cache lookup for userid 100 failed

Looks like you have some object in the database that's marked as owned
by userid 100 --- and there isn't any user with userid 100 listed in
pg_shadow.  (Re)-create the user with the right ID (CREATE USER foo
WITH SYSID 100 should do it).

            regards, tom lane

В списке pgsql-novice по дате отправления:

Предыдущее
От: Kevin Stachowski
Дата:
Сообщение: Upgrade problems
Следующее
От: Fawad Halim
Дата:
Сообщение: postmaster doesn't work with UNIX sockets