pgsql: Allow NOTIFY/LISTEN/UNLISTEN to only take relation names, not

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Allow NOTIFY/LISTEN/UNLISTEN to only take relation names, not
Дата
Msg-id 20070402222054.A86E99FA462@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Allow NOTIFY/LISTEN/UNLISTEN to only take relation names, not
schema.relation, because the notify code only honors the relation name.
schema.relation will now generate a syntax error.

Modified Files:
--------------
    pgsql/src/backend/parser:
        gram.y (r2.585 -> r2.586)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/gram.y.diff?r1=2.585&r2=2.586)

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

Предыдущее
От: adunstan@postgresql.org (Andrew Dunstan)
Дата:
Сообщение: pgsql: Check length of enum literals on definition and input to make
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Add: > o Have timestamp subtraction not call justify_hours()? >