pgsql/src/backend/nodes (copyfuncs.c equalfuncs.c)

Поиск
Список
Период
Сортировка
От Bruce Momjian - CVS
Тема pgsql/src/backend/nodes (copyfuncs.c equalfuncs.c)
Дата
Msg-id 200010181616.e9IGG4P09547@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Wednesday, October 18, 2000 @ 12:16:04
Author: momjian

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/nodes
     from hub.org:/home/projects/pgsql/tmp/cvs-serv9377/pgsql/src/backend/nodes

Modified Files:
    copyfuncs.c equalfuncs.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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Bruce Momjian - CVS
Дата:
Сообщение: pgsql/doc/src/sgml/ref (drop_table.sgml drop_view.sgml)
Следующее
От: Bruce Momjian - CVS
Дата:
Сообщение: pgsql/src/backend/parser (gram.y)