summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorDaniel Gustafsson <dgustafsson@postgresql.org>2025-10-07 15:02:20 +0200
committerDaniel Gustafsson <dgustafsson@postgresql.org>2025-10-07 15:02:20 +0200
commit8c2d5d4f1195c6ea62557f5975d8794b52ab4e0f (patch)
treede020c32cf9cbdf2dfa6bcc457b2cdd8c15062e2 /doc/src
parentc53775185dc4b17cd951f5fff74c020a2469da27 (diff)
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
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/monitoring.sgml2
1 files changed, 1 insertions, 1 deletions
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;
</para>
<para>
Total time spent sleeping due to cost-based delay (see
- <xref linkend="runtime-config-resource-vacuum-cost"/>, in milliseconds
+ <xref linkend="runtime-config-resource-vacuum-cost"/>), in milliseconds
(if <xref linkend="guc-track-cost-delay-timing"/> is enabled, otherwise
zero).
</para></entry>