diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-04-09 19:17:27 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-04-09 19:17:27 +0000 |
commit | 8d04225a192e6ec63a890ec6dcde5967db257fe5 (patch) | |
tree | eb49e6bdf82bf9c0293562cddee89da20f2237c4 | |
parent | f49cbb54f1c46cd8b1a79cbfa4cd8ecf4655be74 (diff) | |
download | postgresql-8d04225a192e6ec63a890ec6dcde5967db257fe5.tar.gz postgresql-8d04225a192e6ec63a890ec6dcde5967db257fe5.zip |
UPdate faq/
-rw-r--r-- | doc/src/FAQ.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/src/FAQ.html b/doc/src/FAQ.html index e36fd16f0dd..ca2b7d2c04a 100644 --- a/doc/src/FAQ.html +++ b/doc/src/FAQ.html @@ -674,10 +674,8 @@ your kernel's limit on shared memory space. Each buffer is 8K and the default is 64 buffers.<P> You can also use the backend -S option to increase the maximum amount -of memory used by each backend process for temporary sorts. The -S value -is measured in kilobytes, and the default is 512 (ie, 512K). It is unwise -to make this value too large, or you may run out of memory when a query -invokes several concurrent sorts.<P> +of memory used by the backend process for temporary sorts. The -S value +is measured in kilobytes, and the default is 512 (ie, 512K).<P> You can also use the <SMALL>CLUSTER</SMALL> command to group data in base tables to match an index. See the cluster(l) manual page for more details.<P> |