Kohei KaiGai <kaigai(at)kaigai(dot)gr(dot)jp>,
PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>,
Stephen Frost <sfrost(at)snowman(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>,
Robert Haas <robertmhaas(at)gmail(dot)com>, Kevin Grittner <kgrittn(at)mail(dot)com>
On 2 January 2013 17:19, David Fetter <david(at)fetter(dot)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