summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/config.sgml31
1 files changed, 1 insertions, 30 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 2059fed863a..17504b3d5e8 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.114 2007/03/03 18:46:40 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.115 2007/03/06 02:06:12 momjian Exp $ -->
<chapter Id="runtime-config">
<title>Server Configuration</title>
@@ -3440,35 +3440,6 @@ SELECT * FROM parent WHERE key = 2400;
</listitem>
</varlistentry>
- <varlistentry id="guc-temp-tablespaces" xreflabel="temp_tablespaces">
- <term><varname>temp_tablespaces</varname> (<type>string</type>)</term>
- <indexterm>
- <primary><varname>temp_tablespaces</> configuration parameter</primary>
- </indexterm>
- <indexterm><primary>tablespace</><secondary>temp</></>
- <listitem>
- <para>
- This variable specifies tablespaces in which to create temp
- objects (temp tables and indexes on temp tables) when a
- <command>CREATE</> command does not explicitly specify a tablespace
- and temp files when necessary (eg. for sorting operations).
- </para>
-
- <para>
- The value is either a list of names of tablespaces, or an empty
- string to specify using the default tablespace of the current database.
- If the value does not match the name of any existing tablespace,
- <productname>PostgreSQL</> will automatically use the default
- tablespace of the current database.
- </para>
-
- <para>
- For more information on tablespaces,
- see <xref linkend="manage-ag-tablespaces">.
- </para>
- </listitem>
- </varlistentry>
-
<varlistentry id="guc-check-function-bodies" xreflabel="check_function_bodies">
<term><varname>check_function_bodies</varname> (<type>boolean</type>)</term>
<indexterm>