DROP VIEW name WITHOUT TYPE - Mailing list pgsql-hackers

From Przemysław Sztoch
Subject DROP VIEW name WITHOUT TYPE
Date
Msg-id a8864719-9126-4c8b-9dc0-87209f6a246d@sztoch.pl
Whole thread Raw
Responses Re: DROP VIEW name WITHOUT TYPE
Re: DROP VIEW name WITHOUT TYPE
List 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


pgsql-hackers by date:

Previous
From: Benoit Lobréau
Date:
Subject: Re: Parallel workers stats in pg_stat_database
Next
From: Andres Freund
Date:
Subject: Re: Commit Timestamp and LSN Inversion issue