alter_table ::= "alter" "table" [ schema_name "." ] table_name alter_table_spec { alter_table_spec }
This rule is called by alter_command
alter_command