SectorLabs / django-postgres-extra

Bringing all of PostgreSQL's awesomeness to Django.
MIT License
695 stars 96 forks source link

Add the ability to create subparitions #250

Closed raghua closed 4 days ago

raghua commented 4 days ago

The current implementation didn't offer sub partition support (customer_id, fund_family_id). This pr adds sub partition support for LIST partitions.