DRP TABLE/VIEW patch - Mailing list pgsql-hackers

From Mark Hollomon
Subject DRP TABLE/VIEW patch
Date
Msg-id 00101811124203.01067@jupiter
Whole thread Raw
List 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


pgsql-hackers by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: AW: Re: [BUGS] UPPER and LOWER dosen't work correctly on special caracters (umlauts)
Next
From: Peter Eisentraut
Date:
Subject: Re: time stops within transaction