diff options
Diffstat (limited to 'doc/src/sgml/ref/postgres-ref.sgml')
-rw-r--r-- | doc/src/sgml/ref/postgres-ref.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/postgres-ref.sgml b/doc/src/sgml/ref/postgres-ref.sgml index 5e5794bc90d..6e62f54c597 100644 --- a/doc/src/sgml/ref/postgres-ref.sgml +++ b/doc/src/sgml/ref/postgres-ref.sgml @@ -338,10 +338,10 @@ PostgreSQL documentation <term><option>-S</option> <replaceable class="parameter">work-mem</replaceable></term> <listitem> <para> - Specifies the amount of memory to be used by internal sorts and hashes - before resorting to temporary disk files. See the description of the - <varname>work_mem</varname> configuration parameter in <xref - linkend="runtime-config-resource-memory"/>. + Specifies the base amount of memory to be used by sorts and + hash tables before resorting to temporary disk files. See the + description of the <varname>work_mem</varname> configuration + parameter in <xref linkend="runtime-config-resource-memory"/>. </para> </listitem> </varlistentry> |