Skip to content

Commit 9738c69

Browse files
committed
Update outdated note in docs about switching partitioning strategies
1 parent 36af1f5 commit 9738c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/table_partitioning.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,4 +363,4 @@ You can look at :class:`psqlextra.partitioning.PostgresCurrentTimePartitioningSt
363363
Switching partitioning strategies
364364
*********************************
365365

366-
When switching partitioning strategies, you might encounter the problem that partitions for part of a particular range already exist. In order to combat this, you can specify the ``start_from`` parameter to not create partitions for a date/time earlier than specified.
366+
When switching partitioning strategies, you might encounter the problem that partitions for part of a particular range already exist. In order to combat this, you can use the :class:`psqlextra.partitioning.PostgresTimePartitioningStrategy` and specify the `start_datetime` parameter. As a result, no partitions will be created before the given date/time.

0 commit comments

Comments
 (0)