mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
Doc: add note about --buffer-usage-limit being v16 onwards
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.
This commit is contained in:
@ -131,6 +131,12 @@ PostgreSQL documentation
|
|||||||
This size is used to calculate the number of shared buffers which will
|
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"/>.
|
be reused as part of this strategy. See <xref linkend="sql-vacuum"/>.
|
||||||
</para>
|
</para>
|
||||||
|
<note>
|
||||||
|
<para>
|
||||||
|
This option is only available for servers running
|
||||||
|
<productname>PostgreSQL</productname> 16 and later.
|
||||||
|
</para>
|
||||||
|
</note>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user