Re: Drop role cascade ?

From: Ron <ronljohnsonjr(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Drop role cascade ?
Date: 2022-11-18 00:14:37
Message-ID: db5db383-0c8f-4cb8-0c98-84c3f9504c74@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 11/17/22 17:57, Tom Lane wrote:
> Ron <ronljohnsonjr(at)gmail(dot)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".

So... you'll add it to v16????  :D

--
Angular momentum makes the world go 'round.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message gzh 2022-11-18 03:25:07 Re: An I/O error occured while sending to the backend
Previous Message Tom Lane 2022-11-17 23:57:52 Re: Drop role cascade ?