From: | Bruce Momjian - CVS <momjian(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql/src/backend/tcop (utility.c) |
Date: | 2000-10-18 16:16:09 |
Message-ID: | 200010181616.e9IGG9f09587@hub.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Date: Wednesday, October 18, 2000 @ 12:16:07
Author: momjian
Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/tcop
from hub.org:/home/projects/pgsql/tmp/cvs-serv9377/pgsql/src/backend/tcop
Modified Files:
utility.c
----------------------------- Log Message -----------------------------
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
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian - CVS | 2000-10-18 16:16:14 | pgsql/src/include/nodes (parsenodes.h) |
Previous Message | Bruce Momjian - CVS | 2000-10-18 16:16:06 | pgsql/src/backend/parser (gram.y) |