DROP VIEW name WITHOUT TYPE

From: Przemysław Sztoch <przemyslaw(at)sztoch(dot)pl>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: DROP VIEW name WITHOUT TYPE
Date: 2024-11-08 14:51:13
Message-ID: a8864719-9126-4c8b-9dc0-87209f6a246d@sztoch.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Is it possible to extend DROP VIEW command:

DROP VIEW [ IF EXISTS ]/|name|/ [, ...] [ CASCADE | RESTRICT | WITHOUT TYPE]

I want to allow to DROP VIEW if any objects depend on it.

Am I right, If we leave (or convert) TYPE linked to VIEW, then DROP will be possible?

--
Przemysław Sztoch | Mobile +48 509 99 00 66

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2024-11-08 14:53:01 Re: Commit Timestamp and LSN Inversion issue
Previous Message Benoit Lobréau 2024-11-08 14:13:35 Re: Parallel workers stats in pg_stat_database