Re: Regarding TODO item "%Add a separate TRUNCATE permission"

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: Regarding TODO item "%Add a separate TRUNCATE permission"
Дата
Msg-id 20060426183024.GS4474@ns.snowman.net
обсуждение исходный текст
Ответ на Re: Regarding TODO item "%Add a separate TRUNCATE permission"  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-hackers
* Stephen Frost (sfrost@snowman.net) wrote:
> * Alvaro Herrera (alvherre@commandprompt.com) wrote:
> > Stephen Frost wrote:
> >
> > > > The question that really ought to be answered before doing any of this
> > > > is why DELETE privilege shouldn't be sufficient to allow TRUNCATE.
> > >
> > > TRUNCATE doesn't follow MVCC...
> >
> > We can certainly talk about fixing that.  (And CLUSTER at the same time,
> > I think.)
>
> The issue is that it seems to be intractable to retain MVCC-ness *and*
> provide the performance savings TRUNCATE gives.  If you can solve that
> problem then we could get rid of TRUNCATE and implement
> DELETE-without-WHERE using that magic.

Let me qualify that- in cases where there aren't row-level triggers or
other things which would prevent it from being possible anyway.
Thanks,
    Stephen

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Gevik Babakhani
Дата:
Сообщение: Re: Regarding TODO item "%Add a separate TRUNCATE
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Regarding TODO item "%Add a separate TRUNCATE permission"