From 7de90ab01a711a54510c1f41934555ed2fb4c9e4 Mon Sep 17 00:00:00 2001
From: Daniil Davidov <d.davydov@postgrespro.ru>
Date: Wed, 18 Mar 2026 15:41:55 +0700
Subject: [PATCH 9/9] documentation fixes

---
 doc/src/sgml/ref/create_table.sgml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml
index 4894de021cd..e367310a571 100644
--- a/doc/src/sgml/ref/create_table.sgml
+++ b/doc/src/sgml/ref/create_table.sgml
@@ -1728,9 +1728,10 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
      <para>
       Sets the maximum number of parallel autovacuum workers that can process
       indexes of this table.
-      The default value is -1, which means no parallel index vacuuming for
-      this table. If value is 0 then parallel degree will computed based on
-      number of indexes.
+      The default value is 0, which means no parallel index vacuuming for
+      this table. If value is -1 then parallel degree will computed based on
+      number of indexes and limited by the <xref linkend="guc-autovacuum-max-parallel-workers"/>
+      parameter.
       Note that the computed number of workers may not actually be available at
       run time. If this occurs, the autovacuum will run with fewer workers
       than expected.
-- 
2.43.0

