diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/release-12.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
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 </para> <para> -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. </para> </listitem> |