drop_cluster ::= "drop" "cluster" [ schema_name "." ] cluster_name [ "including" "tables" ] [ "cascade" "constraints" ]
This rule is called by drop_command
drop_command