Re: Upgrade problems - Mailing list pgsql-novice

From Tom Lane
Subject Re: Upgrade problems
Date
Msg-id 11363.974656970@sss.pgh.pa.us
Whole thread Raw
In response to Upgrade problems  (Kevin Stachowski <teachbiology@yahoo.com>)
List 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 by date:

Previous
From: Kevin Stachowski
Date:
Subject: Upgrade problems
Next
From: Fawad Halim
Date:
Subject: postmaster doesn't work with UNIX sockets