DRP TABLE/VIEW patch

From: Mark Hollomon <mhh(at)mindspring(dot)com>
To: hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: DRP TABLE/VIEW patch
Date: 2000-10-18 15:12:42
Message-ID: 00101811124203.01067@jupiter
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The following patch was sent to the patches list:

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

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2000-10-18 15:38:22 Re: time stops within transaction
Previous Message Thomas Lockhart 2000-10-18 13:55:43 Re: pg_dump docs