Re: Review of Row Level Security - Mailing list pgsql-hackers

From Simon Riggs
Subject Re: Review of Row Level Security
Date
Msg-id CA+U5nMKYL4-yRuCQTGe28sid=rr+eFtZy8KEGgr_Tw+c1-Sudw@mail.gmail.com
Whole thread Raw
In response to Re: Review of Row Level Security  (David Fetter <david@fetter.org>)
Responses Re: Review of Row Level Security
List pgsql-hackers
On 2 January 2013 17:19, David Fetter <david@fetter.org> wrote:

> Would COPY be covered separately?  How about TRUNCATE?

COPY == INSERT

TRUNCATE isn't covered at all since it doesn't look at rows. It has a
separate privilege that can be granted to those that need it.

> Also, is there any way to apply this to the catalog, or would that be
> too large a restructuring, given how catalog access actually works?

Doubt it.

-- Simon Riggs                   http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training & Services



pgsql-hackers by date:

Previous
From: Fabrízio de Royes Mello
Date:
Subject: Re: Minor fix in 'clean' action of 'src/backend/Makefile'
Next
From: David Fetter
Date:
Subject: Re: Review of Row Level Security