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

Bruce Momjian <bruce@momjian.us>

Commit: f16f89a616da9d4045e7bea7cc3fd057b83d30fd
Author: Bruce Momjian <bruce@momjian.us>
Date: 2007-04-02T22:20:53Z
Releases: 8.3.0
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

PathChange+/−
src/backend/parser/gram.y modified +13 −7