diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index da1d87824d3..25c5d4b90df 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -24307,6 +24307,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.)
+
+
+