On Tue, Oct 17, 2023 at 2:49 PM Luis Bruno <l.brunofidelis@xxxxxxxxx> wrote:
I'm particularly interested in the advantages of the inheritance concept in PostgreSQL
There really are none nowadays and the entire feature should be avoided, IMO. No one else has tried to implement it in their engines for good reasons. Stick with relational models in a relational database.
Also of note:
I'm tempted to add "Don't use inheritance" to that page...but fortunately it doesn't come up that often.
David J.