<para>
This variable specifies the default tablespace in which to create
objects (tables and indexes) when a <command>CREATE</command> command does
- not explicitly specify a tablespace. It also determines the tablespace
- that a partitioned relation will direct future partitions to.
+ not explicitly specify a tablespace.
</para>
<para>
the template database it is copied from.
</para>
+ <para>
+ If this parameter is set to a value other than the empty string
+ when a partitioned table is created, the partitioned table's
+ tablespace will be set to that value, which will be used as
+ the default tablespace for partitions created in the future,
+ even if <varname>default_tablespace</varname> has changed since then.
+ </para>
+
<para>
For more information on tablespaces,
see <xref linkend="manage-ag-tablespaces"/>.