From: Daniel Gustafsson Date: Tue, 7 Oct 2025 13:02:20 +0000 (+0200) Subject: doc: Add missing parenthesis in pg_stat_progress_analyze docs X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8c2d5d4f1195c6ea62557f5975d8794b52ab4e0f;p=thirdparty%2Fpostgresql.git doc: Add missing parenthesis in pg_stat_progress_analyze docs Author: Shinya Kato Discussion: https://postgr.es/m/CAOzEurRgpAh9dsbEM88FPOhNaV_PkdL6p_9MJatcrNf9wXw1nw@mail.gmail.com Backpatch-through: 18 --- diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 786aa2ac5f6..6e3aac3d815 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -5698,7 +5698,7 @@ FROM pg_stat_get_backend_idset() AS backendid; Total time spent sleeping due to cost-based delay (see - , in milliseconds + ), in milliseconds (if is enabled, otherwise zero).