diff --git a/doc/src/sgml/release-12.sgml b/doc/src/sgml/release-12.sgml index ee06fc2ddb4..91301b3e752 100644 --- a/doc/src/sgml/release-12.sgml +++ b/doc/src/sgml/release-12.sgml @@ -411,7 +411,7 @@ Allow partitions bounds to be any expression (Kyotaro Horiguchi, Tom Lane, Amit -Expressions are evaluated at table partitioned table creation time. Previously, only constants were allowed as partitions bounds. +Expressions are evaluated at partitioned table creation time. Previously, only constants were allowed as partitions bounds.