Re: [BUGS] grant/revoke bug with delete/update

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [BUGS] grant/revoke bug with delete/update
Дата
Msg-id 200003072353.SAA01861@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [BUGS] grant/revoke bug with delete/update  (Jerome ALET <alet@unice.fr>)
Список pgsql-bugs
> I've even received a mail trying to explain me that update and delete are
> the same thing because you can update a record you want to delete but have
> no right to, to change its data... of course this is possible, but
> nevertheless the record isn't deleted, so update and delete really are two
> different things, not to mention you may want to give delete permission
> but not insert nor update.
>
> As I told previously in private to Bruce, I won't be able to make this
> patch for 7.0 until a week or two, so if someone do it before (please do,
> because you better know postgresql code than me, so you'll make less
> mistakes), just tell me because I don't really want to duplicate the
> effort.
>
> bye,
>
> PS: could someone explain me what "tricky" means ?

Tricky means not based on 7.0, and it mucks with the internals, and that
it may require an initdb.

--
  Bruce Momjian                        |  http://www.op.net/~candle
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [BUGS] grant/revoke bug with delete/update
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Re: [BUGS] uniqueness not always correct