pgsql: doc: Add missing parenthesis to keycombo

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Add missing parenthesis to keycombo
Date: 2022-08-16 10:47:36
Message-ID: E1oNu6h-0011WU-0p@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Add missing parenthesis to keycombo

The SIGINT keycombo for the pg_waldump stats emission was lacking a
closing parenthesis. Backpatch to 15 where this feature was added.

Discussion: https://postgr.es/m/EC39E60E-C8B6-4CDF-8BFA-E4D140446B41@yesql.se
Backpatch-through: 15

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/207fc754664492e3b61f18946bc3720db9781681

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

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2022-08-16 21:10:13 pgsql: doc: Remove reference to tty libpq connstring param
Previous Message Daniel Gustafsson 2022-08-16 10:47:06 pgsql: doc: Add missing parenthesis to keycombo