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

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow NOTIFY/LISTEN/UNLISTEN to only take relation names, not
Date: 2007-04-02 22:20:54
Message-ID: 20070402222054.A86E99FA462@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-04-02 22:46:10 pgsql: Add: > o Have timestamp subtraction not call justify_hours()? >
Previous Message Andrew Dunstan 2007-04-02 22:14:17 pgsql: Check length of enum literals on definition and input to make