We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c3ae7 commit c90dd14Copy full SHA for c90dd14
doc/sql.extensions/README.schemas.md
@@ -247,10 +247,10 @@ ALTER SCHEMA <schema name>
247
<alter schema option>...
248
249
<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
+ SET DEFAULT CHARACTER SET <character set name>
+ | SET DEFAULT SQL SECURITY {DEFINER | INVOKER}
+ | DROP DEFAULT CHARACTER SET
+ | DROP DEFAULT SQL SECURITY
254
```
255
256
### DROP SCHEMA
0 commit comments