> The doc patch says that Postgres 19 shipped a contrib module named > refint, but that's not fully correct. It shipped an *extension* named > refint inside the contrib module named spi. I think that wording could > be improved.
Agreed.
+ trigger functions <function>check_primary_key()</function> and
We also typically don't append parentheses to function names in the docs.
Thanks for the review!
Attaching patch with improved wording and parentheses
- PostgreSQL 19 and below shipped a - contrib module named refint that provided the - trigger functions check_primary_key() and - check_foreign_key() as an early way to enforce + PostgreSQL 19 and below shipped an + extension named refint, part of the + spi contrib module, providing the trigger + functions check_primary_key and + check_foreign_key as an early way to enforce
- ...), and the module was removed + ...), and the extension was removed