pgsql: doc: Fix description of BUFFER_USAGE_LIMIT for VACUUM and ANALYZ

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix description of BUFFER_USAGE_LIMIT for VACUUM and ANALYZ
Date: 2023-09-20 04:37:26
Message-ID: E1qioxq-004tHr-3G@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Fix description of BUFFER_USAGE_LIMIT for VACUUM and ANALYZE

BUFFER_USAGE_LIMIT requires a parameter, and 'B' is a supported unit.

Author: Ryoga Yoshida
Reviewed-by: Shinya Kato
Discussion: https://postgr.es/m/9374034cb91b647b55a774a8980b0228@oss.nttdata.com
Backpatch-through: 16

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/ref/analyze.sgml | 8 ++++----
doc/src/sgml/ref/vacuum.sgml | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2023-09-21 05:48:03 pgsql: Fix vacuumdb to pass buffer-usage-limit with analyze-only mode
Previous Message Michael Paquier 2023-09-20 03:31:06 pgsql: unaccent: Add support for quoted translated characters