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

From Alvaro Herrera
Subject Re: WIP: Column-level Privileges
Date
Msg-id 20081114132856.GC3830@alvh.no-ip.org
Whole thread Raw
In response to Re: WIP: Column-level Privileges  (Alvaro Herrera <alvherre@commandprompt.com>)
Responses Re: WIP: Column-level Privileges  (Alvaro Herrera <alvherre@commandprompt.com>)
Re: WIP: Column-level Privileges  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
Alvaro Herrera wrote:

> I'll probably fix both things and submit an updated version tomorrow.

Here it is.  This applies cleanly to current CVS HEAD and passes the
regression tests.  Apart from fixing the conflicts, I updated psql's \z
with the new array aggregate, and changed the Schema_pg_* declarations
in pg_attribute.h to contain initializators for attacl (I'm not sure
that { 0 } is the correct initializator, but it seems better than
omitting it completely).  Also tacked _null_ at the end of the DATA
lines.

I didn't check the rest of the code, so don't count this as a review.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


pgsql-hackers by date:

Previous
From: Michael Meskes
Date:
Subject: Re: gram.y => preproc.y
Next
From: Heikki Linnakangas
Date:
Subject: Re: Visibility map, partial vacuums