Changes between Version 1 and Version 2 of Ticket #24632, comment 8


Ignore:
Timestamp:
Feb 24, 2025, 10:51:12 AM (3 months ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24632, comment 8

    v1 v2  
    22
    33Now 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
     5Efforts are most likely better spent on tickets focused on native partioning support instead (e.g. #34489).
Back to Top