We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adaa6e3 commit 2f8eb90Copy full SHA for 2f8eb90
range.sql
@@ -828,7 +828,8 @@ BEGIN
828
parent_relid,
829
p_range[2],
830
p_range[2] + p_interval::interval,
831
- partition_name);
+ partition_name,
832
+ tablespace);
833
ELSE
834
EXECUTE
835
format(
@@ -932,7 +933,8 @@ BEGIN
932
933
934
p_range[1] - p_interval::interval,
935
p_range[1],
936
937
938
939
940
0 commit comments