pgsql: doc: Add missing parenthesis in pg_stat_progress_analyze docs - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: doc: Add missing parenthesis in pg_stat_progress_analyze docs
Date
Msg-id E1v67Nv-000Vfk-0k@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Add missing parenthesis in pg_stat_progress_analyze docs

Author: Shinya Kato <shinya11.kato@gmail.com>
Discussion: https://postgr.es/m/CAOzEurRgpAh9dsbEM88FPOhNaV_PkdL6p_9MJatcrNf9wXw1nw@mail.gmail.com
Backpatch-through: 18

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9ea4a2b4f1cccba37935522920a933c67421476b

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


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: doc: Add missing parenthesis in pg_stat_progress_analyze docs
Next
From: Robert Haas
Date:
Subject: pgsql: Assign each subquery a unique name prior to planning it.