doc: Remove superfluous bracket in synopsis
authorDaniel Gustafsson
Thu, 8 Feb 2024 11:19:34 +0000 (12:19 +0100)
committerDaniel Gustafsson
Thu, 8 Feb 2024 11:19:34 +0000 (12:19 +0100)
Commit 9c08aea6a30 accidentally added one too many end brackets
in the synopsis for CREATE DATABASE .. strategy = strat. Fix by
removing. Backpatch to v15 where it was introduced.

Reported-by: [email protected]
Discussion: https://postgr.es/m/170734160862.3279712.810853722572951776@wrigleys.postgresql.org
Backpatch-through: v15

doc/src/sgml/ref/create_database.sgml

index ea38c647313645bd6138e25d3ab99c95fa6a8c4d..55414e4544b0d8f53ef16538e085c66f5d61b821 100644 (file)
@@ -25,7 +25,7 @@ CREATE DATABASE name
     [ WITH ] [ OWNER [=] user_name ]
            [ TEMPLATE [=] template ]
            [ ENCODING [=] encoding ]
-           [ STRATEGY [=] strategy ] ]
+           [ STRATEGY [=] strategy ]
            [ LOCALE [=] locale ]
            [ LC_COLLATE [=] lc_collate ]
            [ LC_CTYPE [=] lc_ctype ]