RE: Inheritance in PostgreSQL

Jeff Laing <jeff.laing@synchronoss.com>

From: Jeff Laing <Jeff.Laing@synchronoss.com>
To: "David G. Johnston" <david.g.johnston@gmail.com>
Cc: "pgsql-general@lists.postgresql.org" <pgsql-general@lists.postgresql.org>, Luis Bruno <l.brunofidelis@gmail.com>
Date: 2023-10-17T22:33:10Z
Lists: pgsql-general
“Don’t use table inheritance” IS on that page

From: David G. Johnston <david.g.johnston@gmail.com>

Also of note:
https://wiki.postgresql.org/wiki/Don%27t_Do_This#Don.27t_use_varchar.28n.29_by_default<https://urldefense.com/v3/__https:/wiki.postgresql.org/wiki/Don*27t_Do_This*Don.27t_use_varchar.28n.29_by_default__;JSM!!LlG_G4lo9h6Y!KSyFO_eHWquBnSPfk3cz-UpSZeUo49Ag2KedAWUQPB9lhHLsRip4f3vB5yGcUpcXq8G9iWJVJAXPdm0ZIB6-9LDxyA3dsdlJ$>

I'm tempted to add "Don't use inheritance" to that page...but fortunately it doesn't come up that often.

David J.