Re: wrong message on REASSIGN OWNED

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Jaime Casanova <jaime(at)2ndquadrant(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: wrong message on REASSIGN OWNED
Date: 2011-06-13 12:22:37
Message-ID: BANLkTinPOzzwuyOtgvYPvGiDfc7qMLGa6g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Jun 13, 2011 at 2:41 AM, Jaime Casanova <jaime(at)2ndquadrant(dot)com> wrote:
> On Sat, Jun 11, 2011 at 8:01 PM, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
>>
>> "can't reassign objects owned by %s because this user is internal to
>> the database system" ?
>>
>
> that message is not that clear... it seems to imply i can't reassign
> any object from that user...

cannot change owner of some objects owned by %s because they are
required by the database system?

> btw, i'm allowed to use ALTER TABLE to assign a new owner (even an
> unprivileged one) to a system catalog, probably that's a bug.

+1 for tightening that up in 9.2.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2011-06-13 12:29:18 Re: lazy vxid locks, v1
Previous Message Robert Haas 2011-06-13 12:21:05 Re: Make relation_openrv atomic wrt DDL