Skip to content

Commit 49094d0

Browse files
Title was missing a word (#1537) (#1538)
Cherry-picked from #1537 Co-authored-by: Therese Magnusson <[email protected]>
1 parent 4c7151a commit 49094d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/database-administration/standard-databases/manage-databases.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ SHOW DATABASES YIELD name
437437
----
438438

439439
[[manage-databases-existing]]
440-
=== Use `IF EXISTS` or `OR REPLACE` when creating databases
440+
=== Use `IF NOT EXISTS` or `OR REPLACE` when creating databases
441441

442442
The `CREATE DATABASE` command is optionally idempotent, with the default behavior to fail with an error if the database already exists.
443443
There are two ways to circumvent this behavior.

0 commit comments

Comments
 (0)