1- <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.155 2007/11/09 23:52:08 momjian Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.156 2007/11/19 02:26:10 tgl Exp $ -->
22
33<chapter Id="runtime-config">
44 <title>Server Configuration</title>
@@ -3724,7 +3724,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
37243724 member of the list each time a temporary object is to be created;
37253725 except that within a transaction, successively created temporary
37263726 objects are placed in successive tablespaces from the list.
3727- Ifany element of the list is an empty string,
3727+ Ifthe selected element of the list is an empty string,
37283728 <productname>PostgreSQL</> will automatically use the default
37293729 tablespace of the current database instead.
37303730 </para>
@@ -3739,6 +3739,12 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
37393739 using a value set in <filename>postgresql.conf</>.
37403740 </para>
37413741
3742+ <para>
3743+ The default value is an empty string, which results in all temporary
3744+ objects being created in the default tablespace of the current
3745+ database.
3746+ </para>
3747+
37423748 <para>
37433749 See also <xref linkend="guc-default-tablespace">.
37443750 </para>