Re: New patch for Column-level privileges - Mailing list pgsql-hackers

From Stephen Frost
Subject Re: New patch for Column-level privileges
Date
Msg-id 20090102231121.GJ26233@tamriel.snowman.net
Whole thread Raw
Responses Re: New patch for Column-level privileges  ("Alex Hunsaker" <badalex@gmail.com>)
List pgsql-hackers
* Stephen Frost (sfrost@snowman.net) wrote:
>   Please find attached an updated patch for column-level privileges
>   which incorporates Alvaro's suggested changes and is updated to the
>   latest CVS HEAD.  Regression tests have been added as well as
>   documentation (though this could probably be improved).  Currently,
>   column-level privileges are not honored when JOINs are involved (you
>   must have the necessary table-level privileges, as you do today).  It
>   would really be great to have that working and mainly involves
>   modifying the rewriter to add on to the appropriate range table column
>   list entries the columns which are used in the joins and output from
>   joins.

Here it is gzip'd since I'm afraid the last might not have made it
through due to size..

    Stephen

Attachment

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Several tags around PostgreSQL 7.1 broken
Next
From: Tom Lane
Date:
Subject: Hashtable entry recycling algorithm in pg_stat_statements