Re: [RFC] PostgreSQL Access Control Extension (PGACE) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [RFC] PostgreSQL Access Control Extension (PGACE)
Date
Msg-id 12006.1176765928@sss.pgh.pa.us
Whole thread Raw
In response to Re: [RFC] PostgreSQL Access Control Extension (PGACE)  (Josh Berkus <josh@agliodbs.com>)
Responses Re: [RFC] PostgreSQL Access Control Extension (PGACE)  (KaiGai Kohei <kaigai@kaigai.gr.jp>)
List pgsql-hackers
Josh Berkus <josh@agliodbs.com> writes:
> Column level?  We don't currently support that, except through VIEWs.
> How is it implemented?

It wasn't clear to me how much of this is actually working today and how
much is a paper design --- one thing in particular that stood out as
probable handwaving was the bit about being able to assign to a system
column in INSERT or UPDATE.  I'm fairly sure that that would take some
*significant* redesign of querytree and plan targetlist representation
:-( ... I looked at it once for OIDs and decided it wasn't worth the
trouble.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Aidan Van Dyk
Date:
Subject: Re: Hacking on PostgreSQL via GIT
Next
From: Tom Lane
Date:
Subject: Re: [RFC] PostgreSQL Access Control Extension (PGACE)