Drop user cascade

From: "Alex Ignatov \(postgrespro\)" <a(dot)ignatov(at)postgrespro(dot)ru>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Drop user cascade
Date: 2016-10-19 10:26:41
Message-ID: 02f301d229f3$48c9eb70$da5dc250$@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello!

Why we can DROP TABLE CASCADE, DROP VIEW CASCADE, DROP SEQUENCE CASCADE but
we can't DROP USER/ROLE CASCADE?

Why do Postgres have no such functionality as DROP USER CASCADE? Is there
any reasons in that absence?

--

Alex Ignatov
Postgres Professional: <http://www.postgrespro.com>
http://www.postgrespro.com
The Russian Postgres Company

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thomas Kellerer 2016-10-19 10:53:05 Re: Drop user cascade
Previous Message Karsten Hilbert 2016-10-19 09:32:45 Re: pg_sample