Re: [BUGS] Bug #549: select table privilege in postgres allows user to create index on the table

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [BUGS] Bug #549: select table privilege in postgres allows user to create index on the table
Дата
Msg-id 13279.1010076861@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: [BUGS] Bug #549: select table privilege in postgres allows  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
pgsql-bugs@postgresql.org writes:
> select table privilege  in postgres allows user to create index on the table

Actually, it appears that CREATE INDEX has no permission check at all.

I agree this is a bug.  Probably CREATE INDEX should require ownership
permission, the same as ALTER TABLE.
        regards, tom lane


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

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: datetime error?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: LWLock contention: I think I understand the problem