|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.151 2007/10/20 04:00:38 tgl Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.152 2007/11/01 17:06:30 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter Id="runtime-config">
|
4 | 4 | <title>Server Configuration</title>
|
@@ -891,7 +891,7 @@ SET ENABLE_SEQSCAN TO OFF;
|
891 | 891 |
|
892 | 892 | <para>
|
893 | 893 | These parameters control the size of the shared <firstterm>free space
|
894 |
| - map</>, which tracks the locations of unused space in the database. |
| 894 | + map</> (<acronym>FSM</>), which tracks the locations of unused space in the database. |
895 | 895 | An undersized free space map can cause the database to consume
|
896 | 896 | increasing amounts of disk space over time, because free space that
|
897 | 897 | is not in the map cannot be re-used; instead <productname>PostgreSQL</>
|
|