Allow NOTIFY/LISTEN/UNLISTEN to only take relation names, not
Bruce Momjian <bruce@momjian.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/parser/gram.y | modified | +13 −7 |