Bug #746: Drop user damages security on tables

Поиск
Список
Период
Сортировка
От pgsql-bugs@postgresql.org
Тема Bug #746: Drop user damages security on tables
Дата
Msg-id 20020826142329.1F7A5475966@postgresql.org
обсуждение исходный текст
Ответы Re: Bug #746: Drop user damages security on tables  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Mickey Parker (parkerm@hst.stoneridge.com) reports a bug with a severity of 1
The lower the number the more severe it is.

Short Description
Drop user damages security on tables

Long Description
A user was setup and had GRANT permissions on individual tables in a database.  After the user was dropped, using the
/zfrom psql command line showed the user ID still existing in the individual table permissions.  After the drop,
severalother users then were unable to execute SELECT or INSERT on this table.  These users would get a -601 error when
tryingto do a SELECT or INSERT.  Also, trying to REVOKE permissions on the user ID that belonged to the dropped user
resultedin a parse error. 

Sample Code


No file was uploaded with this report

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: c.h needed in Pg.c
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Bug #746: Drop user damages security on tables