Re: Upgrade problems

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kevin Stachowski <teachbiology(at)yahoo(dot)com>
Cc: Post pgsql-novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Upgrade problems
Date: 2000-11-19 18:02:50
Message-ID: 11363.974656970@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Kevin Stachowski <teachbiology(at)yahoo(dot)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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Fawad Halim 2000-11-19 23:21:15 postmaster doesn't work with UNIX sockets
Previous Message Kevin Stachowski 2000-11-19 14:49:39 Upgrade problems