Doc: add note about --buffer-usage-limit being v16 onwards
authorDavid Rowley <[email protected]>
Sun, 16 Apr 2023 09:47:01 +0000 (21:47 +1200)
committerDavid Rowley <[email protected]>
Sun, 16 Apr 2023 09:47:01 +0000 (21:47 +1200)
Other vacuumdb options seem to have notes about which version they're
available from, so let's follow this trend for the newly added
--buffer-usage-limit option.

doc/src/sgml/ref/vacuumdb.sgml

index caf97af215d2838b52b26b2e4908e45bdfcd60e1..35600ec749079629f26a5d5376ed0043fc7f6698 100644 (file)
@@ -131,6 +131,12 @@ PostgreSQL documentation
         This size is used to calculate the number of shared buffers which will
         be reused as part of this strategy.  See <xref linkend="sql-vacuum"/>.
        </para>
+       <note>
+        <para>
+         This option is only available for servers running
+         <productname>PostgreSQL</productname> 16 and later.
+        </para>
+       </note>
       </listitem>
      </varlistentry>