pgsql: doc: Mention pg_get_partition_constraintdef()

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Mention pg_get_partition_constraintdef()
Date: 2026-01-22 07:36:30
Message-ID: E1vipF0-001wr8-0n@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Mention pg_get_partition_constraintdef()

All the other SQL functions reconstructing definitions or commands are
listed in the documentation, except this one.

Oversight in 1848b73d4576.

Author: Todd Liebenschutz-Jones <todd(dot)liebenschutz-jones(at)starlingbank(dot)com>
Discussion: https://postgr.es/m/CAGTRfaD6uRQ9iutASDzc_iDoS25sQTLWgXTtR3ta63uwTxq6bA@mail.gmail.com
Backpatch-through: 14

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/25be5e8a33233c59230b9633c14260faa4fbdeed

Modified Files
--------------
doc/src/sgml/func/func-info.sgml | 15 +++++++++++++++
1 file changed, 15 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2026-01-22 07:36:31 pgsql: doc: Mention pg_get_partition_constraintdef()
Previous Message Thomas Munro 2026-01-22 03:30:00 pgsql: jit: Add missing inline pass for LLVM >= 17.