Re: Reassigned Owned Error- unexpected classid 2328

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pcasper <pcasper(at)wp(dot)pl>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Reassigned Owned Error- unexpected classid 2328
Date: 2012-02-15 17:54:18
Message-ID: 29019.1329328458@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

pcasper <pcasper(at)wp(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andreas Berglund 2012-02-15 19:31:19 query problems
Previous Message Adrian Klaver 2012-02-15 17:50:13 Re: DDL Triggers