add more exprs to CREATE SCHEMA

Поиск
Список
Период
Сортировка
От Neil Conway
Тема add more exprs to CREATE SCHEMA
Дата
Msg-id 87y8smnl60.fsf@mailbox.samurai.com
обсуждение исходный текст
Список pgsql-patches
This patch adds a few additional commands to the list of expressions
accepted by CREATE SCHEMA: CREATE INDEX, CREATE SEQUENCE, and CREATE
TRIGGER are now supported. The latter two are required by SQL 200x,
while the first is merely useful.

Unless anyone objects, I intend to apply this patch by the end of the
week (I might add a few more commands to the set of allowed
expressions first).

-Neil

Вложения

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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: make "wal_debug" GUC var a boolean
Следующее
От: Neil Conway
Дата:
Сообщение: remove obsolete NULL casts