Re: BUG #12819: CREATE TYPE fails within CREATE SCHEMA

Поиск
Список
Период
Сортировка
От Andrew Gierth
Тема Re: BUG #12819: CREATE TYPE fails within CREATE SCHEMA
Дата
Msg-id 8761aj2ffu.fsf@news-spur.riddles.org.uk
обсуждение исходный текст
Ответ на Re: BUG #12819: CREATE TYPE fails within CREATE SCHEMA  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
>>>>> "Tom" == Tom Lane <tgl@sss.pgh.pa.us> writes:

 Tom>     Currently, only CREATE TABLE, CREATE VIEW, CREATE INDEX, CREATE
 Tom>     SEQUENCE, CREATE TRIGGER and GRANT are accepted as clauses within
 Tom>     CREATE SCHEMA.

 Tom> That's basically driven by what was required in SQL92.  It's
 Tom> unlikely that we're going to worry about extending that set much,
 Tom> because the lack of separating semicolons means that we risk
 Tom> syntax ambiguities anytime we add more options.

CREATE and GRANT are both fully reserved already; what potential
ambiguities are introduced by adding more CREATE statement variants to
that list? (all the spec's clauses for the body of CREATE SCHEMA begin
with either CREATE or GRANT)

--
Andrew (irc:RhodiumToad)

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

Предыдущее
От: Kevin Grittner
Дата:
Сообщение: Re: BUG #12816: Problem in usung psql
Следующее
От: nlp.sr@shaw.ca
Дата:
Сообщение: BUG #12821: Cannot install xlogdump