Re: [GENERAL] dropping role w/dependent objects

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [GENERAL] dropping role w/dependent objects
Дата
Msg-id 8029.1178926844@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [GENERAL] dropping role w/dependent objects  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: [GENERAL] dropping role w/dependent objects  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-patches
Alvaro Herrera <alvherre@commandprompt.com> writes:
> Sample output to the client (note: in this test, MAX_REPORTED_DEPS is
> set to 10).
> ...
> foo=# drop user foo;
> ERROR:  role "foo" cannot be dropped because some objects depend on it
> DETAIL:  owner of tablespace foo
> owner of table a100
> owner of table a99
> owner of table a98
> owner of table a97
> owner of table a96
> owner of table a95
> owner of table a94
> owner of table a93
> owner of table a92
> 5 objects in database bar
> and other 95 objects reported to the server log

"and 95 other objects", please.

> Whereas the postmaster log gets

Nothing about the objects in database bar?

            regards, tom lane

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Doc update for back-branches, CLUSTER and MVCC-safety
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: updated WIP: arrays of composites