Skip to content

Commit c90dd14

Browse files
committed
Schema syntax consistency
1 parent 96c3ae7 commit c90dd14

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/sql.extensions/README.schemas.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -247,10 +247,10 @@ ALTER SCHEMA <schema name>
247247
<alter schema option>...
248248

249249
<alter schema option> ::=
250-
SET DEFAULT CHARACTER SET <character set name> |
251-
SET DEFAULT SQL SECURITY {DEFINER | INVOKER} |
252-
DROP DEFAULT CHARACTER SET |
253-
DROP DEFAULT SQL SECURITY
250+
SET DEFAULT CHARACTER SET <character set name>
251+
| SET DEFAULT SQL SECURITY {DEFINER | INVOKER}
252+
| DROP DEFAULT CHARACTER SET
253+
| DROP DEFAULT SQL SECURITY
254254
```
255255

256256
### DROP SCHEMA

0 commit comments

Comments
 (0)