Re: dangling permission on tables after drop user.

Поиск
Список
Период
Сортировка
От Vivek Khera
Тема Re: dangling permission on tables after drop user.
Дата
Msg-id 2DCB8064-12E5-11D9-B455-000A9578CFCC@kcilink.com
обсуждение исходный текст
Ответ на Re: dangling permission on tables after drop user.  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Ответы Re: dangling permission on tables after drop user.
Список pgsql-general
On Sep 29, 2004, at 5:35 PM, Alvaro Herrera wrote:

>>> Am I missing something Vivek, or should the gross hack be "creating a
>>> user with id=102" ?
>>
>> And how exactly does one accomplish this?  pg_users is a view so you
>> can't insert into it.
>
> CREATE USER ... WITH SYSID 102;

Ok. I did that.  So now how do I get rid of that user and all the
grants?  DROP USER ends up with the dangling GRANTs still hanging
about.

Is there no way to drop a user and have the necessary grants disappear?
  How does one drop a user cleanly?

Vivek Khera, Ph.D.
+1-301-869-4449 x806


Вложения

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

Предыдущее
От: "Campano, Troy"
Дата:
Сообщение: Re: WinXP + PgSQL 8 beta3 = impossible?
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: 7.3.4 vacuum/analyze error