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 @@ -7937,8 +7937,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
7937
7937
<para>
7938
7938
This variable specifies the default tablespace in which to create
7939
7939
objects (tables and indexes) when a <command>CREATE</command> command does
7940
- not explicitly specify a tablespace. It also determines the tablespace
7941
- that a partitioned relation will direct future partitions to.
7940
+ not explicitly specify a tablespace.
7942
7941
</para>
7943
7942
7944
7943
<para>
@@ -7962,6 +7961,14 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
7962
7961
the template database it is copied from.
7963
7962
</para>
7964
7963
7964
+ <para>
7965
+ If this parameter is set to a value other than the empty string
7966
+ when a partitioned table is created, the partitioned table's
7967
+ tablespace will be set to that value, which will be used as
7968
+ the default tablespace for partitions created in the future,
7969
+ even if <varname>default_tablespace</varname> has changed since then.
7970
+ </para>
7971
+
7965
7972
<para>
7966
7973
For more information on tablespaces,
7967
7974
see <xref linkend="manage-ag-tablespaces"/>.
You can’t perform that action at this time.
0 commit comments