Re: Granting of permissions on tables - Mailing list pgsql-sql

From Peter Eisentraut
Subject Re: Granting of permissions on tables
Date
Msg-id Pine.LNX.4.21.0010052326190.1486-100000@peter.localdomain
Whole thread Raw
In response to Granting of permissions on tables  ("Saltsgaver, Scott" <scottsa@aiinet.com>)
List pgsql-sql
Saltsgaver, Scott writes:

> GRANT ALL on <tables here> to <user2>;
> 
> after running the command I lost permissions to the tables once I exited
> psql.  I had to run psql as the postgres user to correct the situation.
> 
> Is this a bug or desired behavior?

It's a bug.  Fixed for 7.1.

-- 
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/



pgsql-sql by date:

Previous
From: "Saltsgaver, Scott"
Date:
Subject: Granting of permissions on tables
Next
From: Tom Lane
Date:
Subject: Re: Granting of permissions on tables