File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7564,8 +7564,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
7564
7564
<para>
7565
7565
This variable specifies the default tablespace in which to create
7566
7566
objects (tables and indexes) when a <command>CREATE</command> command does
7567
- not explicitly specify a tablespace. It also determines the tablespace
7568
- that a partitioned relation will direct future partitions to.
7567
+ not explicitly specify a tablespace.
7569
7568
</para>
7570
7569
7571
7570
<para>
@@ -7589,6 +7588,14 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
7589
7588
the template database it is copied from.
7590
7589
</para>
7591
7590
7591
+ <para>
7592
+ If this parameter is set to a value other than the empty string
7593
+ when a partitioned table is created, the partitioned table's
7594
+ tablespace will be set to that value, which will be used as
7595
+ the default tablespace for partitions created in the future,
7596
+ even if <varname>default_tablespace</varname> has changed since then.
7597
+ </para>
7598
+
7592
7599
<para>
7593
7600
For more information on tablespaces,
7594
7601
see <xref linkend="manage-ag-tablespaces"/>.
You can’t perform that action at this time.
0 commit comments