Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5aa1a39

Browse files
Fix wrong placement of SCHEMA in syntax
1 parent b354b72 commit 5aa1a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/sql.extensions/README.schemas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ or by a user with `DROP ANY SCHEMA` permission. If restoring a Firebird 6 or lat
223223
CREATE SCHEMA [IF NOT EXISTS] <schema name>
224224
[<create schema option>...]
225225

226-
{CREATE OR ALTER SCHEMA | RECREATE} <schema name>
226+
{CREATE OR ALTER | RECREATE} SCHEMA <schema name>
227227
[<create schema option>...]
228228

229229
<create schema option> ::=

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /