Use qualified_name instead of relation_expr for commands that have no
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 12 Jan 2009 09:38:30 +0000 (09:38 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 12 Jan 2009 09:38:30 +0000 (09:38 +0000)
commit014761359fd05c3784aaaa963de19b93ea7cd547
tree9ae445b27b26cfcb156a8c6a0ed3a413acbeac08
parent262b6a0a414edfabe0e24bed2765e1dcd91bc2ef
Use qualified_name instead of relation_expr for commands that have no
business with inheritance recursion: ALTER INDEX, ALTER SEQUENCE, ALTER
TRIGGER, ALTER VIEW.  They would just silently ignore the ONLY.

ALTER TABLE has mixed behavior and cannot be dealt with this way because
of the resulting shift/reduce conflicts.
src/backend/parser/gram.y