Re: CREATE EVENT TRIGGER syntax

Поиск
Список
Период
Сортировка
От Dimitri Fontaine
Тема Re: CREATE EVENT TRIGGER syntax
Дата
Msg-id m2a9kv7tbm.fsf@2ndQuadrant.fr
обсуждение исходный текст
Ответ на Re: CREATE EVENT TRIGGER syntax  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: CREATE EVENT TRIGGER syntax  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> So do we want to keep that "AND" in the 9.3beta and 9.4 documentation?

The grammar as in gram.y still allows the AND form, and I think we're
used to maintain documentation that matches the code here. So I think it
makes sense to remove both capabilities as we failed to deliver any
other filter.

But if we wanted to clean that, what about having the grammar check for
the only one item we support rather than waiting until into
CreateEventTrigger() to ereport a syntax error?

-- 
Dimitri Fontaine
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support



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

Предыдущее
От: Rodrigo Gonzalez
Дата:
Сообщение: Re: Disabling ALTER SYSTEM SET WAS: Re: ALTER SYSTEM SET command to change postgresql.conf parameters
Следующее
От: Stefan Kaltenbrunner
Дата:
Сообщение: Re: Disabling ALTER SYSTEM SET WAS: Re: ALTER SYSTEM SET command to change postgresql.conf parameters