Thread
Commits
-
doc: Mention pg_get_partition_constraintdef()
- d58470ff2fba 14.21 landed
- 83172d94164a 15.16 landed
- 3f2ab3f34da9 16.12 landed
- f1cb59e6e341 17.8 landed
- a3bbd60b94cf 18.2 landed
- 25be5e8a3323 19 (unreleased) landed
-
[PATCH v1] Document pg_get_partition_constraintdef.
Todd Liebenschutz-Jones <todd.liebenschutz-jones@starlingbank.com> — 2026-01-21T17:25:39Z
Please find attached a patch to document pg_get_partition_constraintdef in func.sgml. Todd
-
Re: [PATCH v1] Document pg_get_partition_constraintdef.
Michael Paquier <michael@paquier.xyz> — 2026-01-22T06:51:29Z
On Wed, Jan 21, 2026 at 05:25:39PM +0000, Todd Liebenschutz-Jones wrote: > Please find attached a patch to document > pg_get_partition_constraintdef in func.sgml. Indeed, good catch. I don't see a reason not to add that knowing that all the other pg_get_*def() functions are listed in this section of the docs. Thanks for the report, will fix. -- Michael