pgsql: Allow NOTIFY/LISTEN/UNLISTEN to only take relation names, not - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Allow NOTIFY/LISTEN/UNLISTEN to only take relation names, not
Date
Msg-id 20070402222054.A86E99FA462@postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: adunstan@postgresql.org (Andrew Dunstan)
Date:
Subject: pgsql: Check length of enum literals on definition and input to make
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add: > o Have timestamp subtraction not call justify_hours()? >