mirror of
https://github.com/postgres/postgres.git
synced 2025-06-10 09:21:54 +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
|
||||
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>
|
||||
|
||||
|
Reference in New Issue
Block a user