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 b354b72 commit 5aa1a39Copy full SHA for 5aa1a39
doc/sql.extensions/README.schemas.md
@@ -223,7 +223,7 @@ or by a user with `DROP ANY SCHEMA` permission. If restoring a Firebird 6 or lat
223
CREATE SCHEMA [IF NOT EXISTS] <schema name>
224
[<create schema option>...]
225
226
-{CREATE OR ALTER SCHEMA | RECREATE} <schema name>
+{CREATE OR ALTER | RECREATE} SCHEMA <schema name>
227
228
229
<create schema option> ::=
0 commit comments