diff options
-rw-r--r-- | doc/src/sgml/ref/analyze.sgml | 8 | ||||
-rw-r--r-- | doc/src/sgml/ref/vacuum.sgml | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/doc/src/sgml/ref/analyze.sgml b/doc/src/sgml/ref/analyze.sgml index aa3e9e1c5fe..73fa3b3dff3 100644 --- a/doc/src/sgml/ref/analyze.sgml +++ b/doc/src/sgml/ref/analyze.sgml @@ -28,7 +28,7 @@ ANALYZE [ VERBOSE ] [ <replaceable class="parameter">table_and_columns</replacea VERBOSE [ <replaceable class="parameter">boolean</replaceable> ] SKIP_LOCKED [ <replaceable class="parameter">boolean</replaceable> ] - BUFFER_USAGE_LIMIT [ <replaceable class="parameter">size</replaceable> ] + BUFFER_USAGE_LIMIT <replaceable class="parameter">size</replaceable> <phrase>and <replaceable class="parameter">table_and_columns</replaceable> is:</phrase> @@ -136,9 +136,9 @@ ANALYZE [ VERBOSE ] [ <replaceable class="parameter">table_and_columns</replacea <para> 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: <literal>kB</literal> (kilobytes), - <literal>MB</literal> (megabytes), <literal>GB</literal> (gigabytes), or - <literal>TB</literal> (terabytes). + following memory units: <literal>B</literal> (bytes), + <literal>kB</literal> (kilobytes), <literal>MB</literal> (megabytes), + <literal>GB</literal> (gigabytes), or <literal>TB</literal> (terabytes). </para> </listitem> </varlistentry> diff --git a/doc/src/sgml/ref/vacuum.sgml b/doc/src/sgml/ref/vacuum.sgml index 65c03bf8299..2b85c3d385d 100644 --- a/doc/src/sgml/ref/vacuum.sgml +++ b/doc/src/sgml/ref/vacuum.sgml @@ -39,7 +39,7 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] [ ANALYZE ] [ <replaceable class="paramet PARALLEL <replaceable class="parameter">integer</replaceable> SKIP_DATABASE_STATS [ <replaceable class="parameter">boolean</replaceable> ] ONLY_DATABASE_STATS [ <replaceable class="parameter">boolean</replaceable> ] - BUFFER_USAGE_LIMIT [ <replaceable class="parameter">size</replaceable> ] + BUFFER_USAGE_LIMIT <replaceable class="parameter">size</replaceable> <phrase>and <replaceable class="parameter">table_and_columns</replaceable> is:</phrase> @@ -399,9 +399,9 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] [ ANALYZE ] [ <replaceable class="paramet <para> 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: <literal>kB</literal> (kilobytes), - <literal>MB</literal> (megabytes), <literal>GB</literal> (gigabytes), or - <literal>TB</literal> (terabytes). + following memory units: <literal>B</literal> (bytes), + <literal>kB</literal> (kilobytes), <literal>MB</literal> (megabytes), + <literal>GB</literal> (gigabytes), or <literal>TB</literal> (terabytes). </para> </listitem> </varlistentry> |