Thread

Commits

  1. doc: Mention pg_get_partition_constraintdef()

  1. [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
    
  2. 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