diff --git a/doc/src/sgml/ref/analyze.sgml b/doc/src/sgml/ref/analyze.sgml index 1fba089265..bc973bdd1e 100644 --- a/doc/src/sgml/ref/analyze.sgml +++ b/doc/src/sgml/ref/analyze.sgml @@ -27,7 +27,7 @@ ANALYZE [ ( option [, ...] ) ] [ boolean ] SKIP_LOCKED [ boolean ] - BUFFER_USAGE_LIMIT [ size ] + BUFFER_USAGE_LIMIT size and table_and_columns is: @@ -128,7 +128,7 @@ ANALYZE [ ( option [, ...] ) ] [ Specifies an amount of memory in kilobytes. Sizes may also be specified as a string containing the numerical size followed by any one of the - following memory units: kB (kilobytes), + following memory units: B (bytes), kB (kilobytes), MB (megabytes), GB (gigabytes), or TB (terabytes). diff --git a/doc/src/sgml/ref/vacuum.sgml b/doc/src/sgml/ref/vacuum.sgml index 90cde70c07..f2e7c0bbde 100644 --- a/doc/src/sgml/ref/vacuum.sgml +++ b/doc/src/sgml/ref/vacuum.sgml @@ -38,7 +38,7 @@ VACUUM [ ( option [, ...] ) ] [ integer SKIP_DATABASE_STATS [ boolean ] ONLY_DATABASE_STATS [ boolean ] - BUFFER_USAGE_LIMIT [ size ] + BUFFER_USAGE_LIMIT size and table_and_columns is: @@ -389,7 +389,7 @@ VACUUM [ ( option [, ...] ) ] [ Specifies an amount of memory in kilobytes. Sizes may also be specified as a string containing the numerical size followed by any one of the - following memory units: kB (kilobytes), + following memory units: B (bytes), kB (kilobytes), MB (megabytes), GB (gigabytes), or TB (terabytes).