DROP TABLE/VIEW patch

From: Mark Hollomon <mhh(at)mindspring(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: DROP TABLE/VIEW patch
Date: 2000-10-18 15:11:28
Message-ID: 00101811112802.01067@jupiter
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
drop_view.patch text/plain 19.9 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2000-10-18 15:21:05 Re: 7.0.3 to_char() (was: [BUGS] Bugs in to_char function)
Previous Message Karel Zak 2000-10-18 13:24:06 7.0.3 to_char() (was: [BUGS] Bugs in to_char function)