Re: BUG #2310: "ALTER TYPE name OWNER TO new_owner" not working

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "eKo1" <bernd(at)tti(dot)hn>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2310: "ALTER TYPE name OWNER TO new_owner" not working
Date: 2006-03-10 00:50:19
Message-ID: 29125.1141951819@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"eKo1" <bernd(at)tti(dot)hn> writes:
> I have the following function that displays the relation-like objects owned
> by a user in a given schema:

The relevant owner field for a composite type is pg_type.typowner.
We don't bother to maintain pg_class.relowner for the subsidiary
pg_class entry.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2006-03-10 01:10:54 Re: BUG #2310: "ALTER TYPE name OWNER TO new_owner" not working
Previous Message Tom Lane 2006-03-10 00:48:17 Re: BUG #2309: Wrong string comparison