]> granicus.if.org Git - postgresql/commit
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)
commitbf21cdb7e74c37841a06d5058f0e2f5d4e59e24f
treee1be6306c2b950dcf90b44601758b0696e66997e
parentca8100f9eb7f02f410d1a45f2d5fee8373eace84
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