Skip to content

Commit

Permalink
Fixed typo in partitioning docs hash -> hash (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
selcuk committed Mar 25, 2023
1 parent 2adc13f commit 2e13eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/table_partitioning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
**************************
Expand Down

0 comments on commit 2e13eb1

Please sign in to comment.