From 57b913fcc4c5b9b3dc6b3ae608be4b6e71b4568e Mon Sep 17 00:00:00 2001 From: Selcuk Ayguney Date: Wed, 15 Feb 2023 12:52:11 +1000 Subject: [PATCH] Fixed typo --- docs/source/table_partitioning.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/table_partitioning.rst b/docs/source/table_partitioning.rst index 1869aed2..8ad3d115 100644 --- a/docs/source/table_partitioning.rst +++ b/docs/source/table_partitioning.rst @@ -196,7 +196,7 @@ You can look at :class:`psqlextra.partitioning.PostgresCurrentTimePartitioningSt Manually managing partitions ---------------------------- -If you are using list or has partitioning, you most likely have a fixed amount of partitions that can be created up front using migrations or using the schema editor. +If you are using list or hash partitioning, you most likely have a fixed amount of partitions that can be created up front using migrations or using the schema editor. Using migration operations **************************