DROP TABLE/VIEW patch - Mailing list pgsql-patches

From Mark Hollomon
Subject DROP TABLE/VIEW patch
Date
Msg-id 00101811112802.01067@jupiter
Whole thread Raw
Responses Re: DROP TABLE/VIEW patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
This patch forces the use of 'DROP VIEW' to destroy views.

It also changes the syntax of DROP VIEW to
DROP VIEW v1, v2, ...
to match the syntax of DROP TABLE.

Some error messages were changed so this patch also includes changes to the
appropriate expected/*.out files.

Doc changes for 'DROP TABLE" and 'DROP VIEW' are included.

--
Mark Hollomon

Attachment

pgsql-patches by date:

Previous
From: Karel Zak
Date:
Subject: 7.0.3 to_char() (was: [BUGS] Bugs in to_char function)
Next
From: Tom Lane
Date:
Subject: Re: 7.0.3 to_char() (was: [BUGS] Bugs in to_char function)