Re: WIP: Column-level Privileges - Mailing list pgsql-hackers

From Markus Wanner
Subject Re: WIP: Column-level Privileges
Date
Msg-id 48C11464.804@bluegap.ch
Whole thread Raw
In response to Re: WIP: Column-level Privileges  (Stephen Frost <sfrost@snowman.net>)
Responses Re: WIP: Column-level Privileges  (Markus Wanner <markus@bluegap.ch>)
List pgsql-hackers
Hi,

Stephen Frost wrote:
> I would suggest you review the updated patch (linked off the wiki page)
> here:
> http://archives.postgresql.org/message-id/20080902221823.GL16005@tamriel.snowman.net

That's the patch I've been talking about: file 
colprivs_wip.20080902.diff.gz, dated Sept, 2nd.

> It includes my comments about what's done and what's not.  I reiterated
> much of it here as well:
> http://archives.postgresql.org/pgsql-hackers/2008-09/msg00263.php

Uh.. I've read that message as well, but didn't find it overly clear on 
what you were referring to.

> As mentioned in above, regression tests, documentation updates,
> dependency handling, and actually implementing the permission checks all
> remain.  What I'm looking for feedback on are the changes to the
> grammer, parser, catalog changes, psql output, etc.

Aha, good. So I'm going to (try to) check these things and comment.

Regards

Markus Wanner



pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: WIP: Column-level Privileges
Next
From: Gregory Stark
Date:
Subject: Re: Patch: propose to include 3 new functions into intarray and intagg