Re: change owner strange behavior - Mailing list pgsql-general

From David Galkowski
Subject Re: change owner strange behavior
Date
Msg-id AANLkTimZAA27vQc00-6SUmxCj8ocux0OGOncF06yPR-z@mail.gmail.com
Whole thread Raw
In response to Re: change owner strange behavior  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: change owner strange behavior
List pgsql-general
8.1.11

On Mon, Aug 9, 2010 at 9:29 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> David Galkowski <david.galkowski@gmail.com> writes:
>> In order to consolidate two users, user1 and user2, in the database I
>> changed the owner of all tables and views that user2 owned to be owned
>> by user1.  I then revoked all remaining privileges from user2 and
>> dropped the role.  During this process I changed both table1 and view1
>> (that selects from table1) to be owned by user1.  After this process,
>> user1 cannot select from view1 with an error saying permission denied
>> on table1.
>
> Works for me ... what PG version are you dealing with?
>
>                        regards, tom lane
>

pgsql-general by date:

Previous
From: Raymond O'Donnell
Date:
Subject: Re: pl/pgsql editor and postgres developemnt tool
Next
From: "Davor J."
Date:
Subject: Re: Partitioning into thousands of tables?