Reassigned Owned Error- unexpected classid 2328

Started by pcasperabout 14 years ago2 messagesgeneral
Jump to latest
#1pcasper
pcasper@wp.pl

Hi,

During execute follow statement to reassign owner of objects in the database
I have an error:
unexpected classid 2328

Statement:
REASSIGN OWNED BY olduser TO postgres;

Regards,

Pawel

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Reassigned-Owned-Error-unexpected-classid-2328-tp5486492p5486492.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: pcasper (#1)
Re: Reassigned Owned Error- unexpected classid 2328

pcasper <pcasper@wp.pl> writes:

During execute follow statement to reassign owner of objects in the database
I have an error:
unexpected classid 2328

Hm, that would be a foreign data wrapper ... looks like REASSIGN OWNED
is missing support for that type of object. For the moment, you'll need
to alter the owner manually.

regards, tom lane