pgsql: Doc: add note about --buffer-usage-limit being v16 onwards

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: add note about --buffer-usage-limit being v16 onwards
Date: 2023-04-16 09:47:28
Message-ID: E1pnyyk-003KzE-Q3@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e9f451accbde17d106ac6a92c8877992d4410629

Modified Files
--------------
doc/src/sgml/ref/vacuumdb.sgml | 6 ++++++
1 file changed, 6 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-04-16 16:57:39 pgsql: Avoid using non-ASCII commentary in daitch_mokotoff.c.
Previous Message David Rowley 2023-04-16 00:05:57 pgsql: Improve VACUUM/ANALYZE BUFFER_USAGE_LIMIT docs