drop_tablespace ::= "drop" "tablespace" tablespace_name [ "including" "contents" ] [ "cascade" "constraints" ]
This rule is called by drop_command
drop_command