This commit is contained in:
Simon Petit 2024-12-09 21:04:58 +01:00
parent 731456990e
commit 8fdc861499

View File

@ -574,7 +574,7 @@ schema_name_clause :
(* 11.2 DROP SCHEMA STATEMENT *)
drop_schema_statement:
| DROP SCHEMA schema_name
| DROP SCHEMA schema_name {}
(******************************)