Changes between Version 1 and Version 2 of Ticket #24632, comment 8
- Timestamp:
- Feb 24, 2025, 10:51:12 AM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24632, comment 8
v1 v2 2 2 3 3 Now that Postgres partitioning is done natively, which is what inheritance was mainly recommended for prior to that, [https://wiki.postgresql.org/wiki/Don't_Do_This#Don.27t_use_table_inheritance they recommend against using table inheritance] which I believe is a strong enough motive to won't-fix this stagnant decade old new feature request given how invasive such a change would be. 4 5 Efforts are most likely better spent on tickets focused on native partioning support instead (e.g. #34489).