Re: restrict column-level GRANTs to a single relation? - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: restrict column-level GRANTs to a single relation?
Date
Msg-id 200601191534.31288.peter_e@gmx.net
Whole thread Raw
In response to restrict column-level GRANTs to a single relation?  (kevin brintnall <kbrint@rufus.net>)
List pgsql-hackers
Am Donnerstag, 19. Januar 2006 09:50 schrieb kevin brintnall:
>     GRANT SELECT (col1, col2, col3) ON table1, table2 TO grantee;
>
> Is it reasonable to restrict this to a single relation, and throw an error
> if multiple relations are specified?

Yes

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-hackers by date:

Previous
From: "Jonah H. Harris"
Date:
Subject: Re: No heap lookups on index
Next
From: "Pollard, Mike"
Date:
Subject: Re: Surrogate keys (Was: enums)