Re: Drop role cascade ?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Drop role cascade ?
Дата
Msg-id 2062953.1668729472@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Drop role cascade ?  (Ron <ronljohnsonjr@gmail.com>)
Ответы Re: Drop role cascade ?
Список pgsql-general
Ron <ronljohnsonjr@gmail.com> writes:
> On 11/17/22 17:16, Tom Lane wrote:
>> Not directly, but see REASSIGN OWNED and DROP OWNED.

> SIMULATE and VERBOSE options would be handy, to see what those commands 
> would actually do.

Hmph.  I'm surprised to realize that those commands don't produce
trace output comparable to DROP CASCADE.  If they did, this need
would be met by the traditional hack of "BEGIN; DROP ...; ROLLBACK".

            regards, tom lane



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

Предыдущее
От: Murillo corvino rocha
Дата:
Сообщение: RES: session_user different from current_user after normal login
Следующее
От: Ron
Дата:
Сообщение: Re: Drop role cascade ?