Skip to content
Snippets Groups Projects
Commit bf21cdb7 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

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.
parent ca8100f9
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment