pgsql: doc: Remove superfluous bracket in synopsis

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Remove superfluous bracket in synopsis
Date: 2024-02-08 11:25:49
Message-ID: E1rY2XN-005ESy-5r@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Remove superfluous bracket in synopsis

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: tim(dot)needham2(at)gmail(dot)com
Discussion: https://postgr.es/m/170734160862.3279712.810853722572951776@wrigleys.postgresql.org
Backpatch-through: v15

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fdfb92c0307c95eba10854196628d88e6708901e

Modified Files
--------------
doc/src/sgml/ref/create_database.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2024-02-08 11:25:57 pgsql: doc: Remove superfluous bracket in synopsis
Previous Message Alexander Korotkov 2024-02-08 11:14:41 pgsql: Fix wrong logic in TransactionIdInRecentPast()