]> granicus.if.org Git - postgresql/commit
The following patch was sent to the patches list:
authorBruce Momjian <bruce@momjian.us>
Wed, 18 Oct 2000 16:16:18 +0000 (16:16 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 18 Oct 2000 16:16:18 +0000 (16:16 +0000)
commit73677dd92f35b4c24b6c00b049aa9b0a66fdb702
tree83001516af1867e74807bfb40392d8adbf869f46
parent60dcf13ea10a5ab6fa61e8509df36b5823a15857
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
doc/src/sgml/ref/drop_table.sgml
doc/src/sgml/ref/drop_view.sgml
src/backend/nodes/copyfuncs.c
src/backend/nodes/equalfuncs.c
src/backend/parser/gram.y
src/backend/tcop/utility.c
src/include/nodes/parsenodes.h
src/test/regress/GNUmakefile
src/test/regress/expected/errors.out
src/test/regress/expected/foreign_key.out
src/test/regress/expected/inet.out