dropped users

Поиск
Список
Период
Сортировка
От Franco Bruno Borghesi
Тема dropped users
Дата
Msg-id 200305221839.15950.franco@akyasociados.com.ar
обсуждение исходный текст
Список pgsql-general
Hi all.

I've noticed that permissions granted to a user are kept in the database even after the user has been droped.
When I dump the database, y get the line

GRANT ALL ON TABLE <xxx> TO "106";

where 106 is the value of the usesysid field in pg_user/pg_shadow that belonged to the dropped user.

What is the best way to remove this old permissions from my database? Should I delete them from
any table in the catalag? if this is the case, which table?

Thanks in advance.

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

Предыдущее
От: Jules Chalier
Дата:
Сообщение: latin1 -> unicode
Следующее
От: "Vincent Hikida"
Дата:
Сообщение: Re: plpgsql recursion