Re: owner of type 'mmm' apperars to be invalid

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "cristi" <cristi(at)dmhi(dot)ct(dot)ro>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: owner of type 'mmm' apperars to be invalid
Date: 2002-11-04 14:41:26
Message-ID: 3470.1036420886@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"cristi" <cristi(at)dmhi(dot)ct(dot)ro> writes:
> When I'm trying to make vaccum on a data base I have this message:
> WARNING: owner of type 'mmm' apperars to be invalid
> WARNING: owner of type 'eee' apperars to be invalid
> WARNING: owner of type 'refcursor' apperars to be invalid
> VACUUM

You sure that's not coming from pg_dump? I don't believe VACUUM cares.

Anyway, the problem is you dropped a user who still owns some objects.
You need to recreate that user, or another user with the same SYSID.

Or just drop the objects the user owned, if you don't need 'em anymore.

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message papapep 2002-11-04 15:05:02 Re: Populating a database
Previous Message Bruno Wolff III 2002-11-04 14:00:05 Re: Populating a database