diff options
author | Alexander Korotkov <akorotkov@postgresql.org> | 2018-06-19 18:32:20 +0300 |
---|---|---|
committer | Alexander Korotkov <akorotkov@postgresql.org> | 2018-06-19 18:32:20 +0300 |
commit | fb6accd27b99f5f91a7e9e5bd32b98a53fc6d6b8 (patch) | |
tree | 455aafbf547dca1a0c7ed9a6a93f32f8a98672f8 | |
parent | bde64eb6107622e8438dd61b93afd4d1adf178b3 (diff) | |
download | postgresql-fb6accd27b99f5f91a7e9e5bd32b98a53fc6d6b8.tar.gz postgresql-fb6accd27b99f5f91a7e9e5bd32b98a53fc6d6b8.zip |
Fix typos in release notes
Author: Daniel Gustafsson
Discussion: https://postgr.es/m/8E8CF1F8-BCB2-4D86-A059-4BF5138F6D87%40yesql.se
-rw-r--r-- | doc/src/sgml/release-11.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/release-11.sgml b/doc/src/sgml/release-11.sgml index 7599c6f7a79..de74b33b870 100644 --- a/doc/src/sgml/release-11.sgml +++ b/doc/src/sgml/release-11.sgml @@ -629,7 +629,7 @@ Branch: master [6bdf1303b] Avoid wrong results for power() with NaN </para> <para> - This features is disabled by default + This feature is disabled by default but can be enabled by changing <link linkend="guc-enable-partitionwise-join"><varname>enable_partitionwise_join</varname></link>. </para> @@ -647,7 +647,7 @@ Branch: master [6bdf1303b] Avoid wrong results for power() with NaN </para> <para> - This features is disabled by default + This feature is disabled by default but can be enabled by changing <link linkend="guc-enable-partitionwise-aggregate"><varname>enable_partitionwise_aggregate</varname></link>. </para> |