From: Michael Paquier Date: Thu, 22 Jan 2026 07:35:48 +0000 (+0900) Subject: doc: Mention pg_get_partition_constraintdef() X-Git-Tag: REL_17_8~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f1cb59e6e3417683cb26e165f25ab6fa5f039342;p=thirdparty%2Fpostgresql.git 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 Discussion: https://postgr.es/m/CAGTRfaD6uRQ9iutASDzc_iDoS25sQTLWgXTtR3ta63uwTxq6bA@mail.gmail.com Backpatch-through: 14 --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 6ea400f8821..3dff7be675f 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -25945,6 +25945,21 @@ SELECT pg_type_is_visible('myschema.widget'::regtype); + + + + pg_get_partition_constraintdef + + pg_get_partition_constraintdef ( table oid ) + text + + + Reconstructs the definition of a partition constraint. + (This is a decompiled reconstruction, not the original text + of the command.) + + +