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

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

From
momjian@postgresql.org (Bruce Momjian)
Date:
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)