Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8e9f49e

Browse files
committed
Merge branch 'PGPROEE10_MULTIMASTER' into PGPROEE10
2 parents 8985026 + 986e797 commit 8e9f49e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

doc/src/sgml/config.sgml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7901,6 +7901,22 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
79017901
</listitem>
79027902
</varlistentry>
79037903

7904+
<varlistentry id="guc-compress-temp-relations" xreflabel="compress_temp_relations">
7905+
<term><varname>compress_temp_relations</varname> (<type>bool</type>)
7906+
<indexterm>
7907+
<primary><varname>compress_temp_relations</> configuration parameter</primary>
7908+
</indexterm>
7909+
</term>
7910+
<listitem>
7911+
<para>
7912+
When set to <literal>true</literal>, compresses temporary tables.
7913+
For large temporary tables, this setting can save disk space and
7914+
speed up execution as less data needs to be read.
7915+
Default: <literal>false</literal>
7916+
</para>
7917+
</listitem>
7918+
</varlistentry>
7919+
79047920
<varlistentry id="guc-cfs-gc-delay" xreflabel="cfs-gc-delay">
79057921
<term><varname>cfs_gc_delay</varname> (<type>integer</type>)
79067922
<indexterm>

0 commit comments

Comments
 (0)