From 2e13eb14134e2cb42bdd22ee1b326affb0b58709 Mon Sep 17 00:00:00 2001 From: Selcuk Ayguney Date: Sat, 25 Mar 2023 22:01:38 +1000 Subject: [PATCH] Fixed typo in partitioning docs `hash` -> `hash` (#201) --- 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 **************************