diff options
author | Bruce Momjian <bruce@momjian.us> | 2019-05-14 09:06:03 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2019-05-14 09:06:05 -0400 |
commit | 34d40becfa7a5c7343d0079f181597d7e06122e1 (patch) | |
tree | 06e2f517d2d974d5c44b0461d1ffd588536899c0 | |
parent | 22251686f07f70527aecda22ab5402986884f6f5 (diff) | |
download | postgresql-34d40becfa7a5c7343d0079f181597d7e06122e1.tar.gz postgresql-34d40becfa7a5c7343d0079f181597d7e06122e1.zip |
docs: fix duplicate wording in PG 12 release notes
Reported-by: nickb@imap.cc
Discussion: https://postgr.es/m/6b3414e1-fcef-4ad9-b123-b3ab3702d3db@www.fastmail.com
-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> |