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:26:06
Message-ID: E1rY2Xe-005EUI-Vb@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
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/27c3a41f3cfbfc3ab471fd85b4885d39f7c42ae6

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 Alexander Korotkov 2024-02-08 20:00:22 pgsql: Fix gcc >= 10 warning
Previous Message Daniel Gustafsson 2024-02-08 11:25:57 pgsql: doc: Remove superfluous bracket in synopsis