diff --git a/main/etc/sql/postgres_partition.sql b/main/etc/sql/postgres_partition.sql index 42eb4843..a8e4a73b 100644 --- a/main/etc/sql/postgres_partition.sql +++ b/main/etc/sql/postgres_partition.sql @@ -1,7 +1,7 @@ SELECT partman.create_parent( p_parent_table => 'doma_idds.contents', p_control => 'request_id', -p_type => 'native', +p_type => 'range', p_interval=> '1000', p_premake => 3 ); @@ -9,7 +9,7 @@ p_premake => 3 SELECT partman.create_parent( p_parent_table => 'doma_idds.contents_ext', p_control => 'request_id', -p_type => 'native', +p_type => 'range', p_interval=> '1000', p_premake => 3 ); \ No newline at end of file