aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2019-05-09 20:32:35 -0400
committerBruce Momjian <bruce@momjian.us>2019-05-09 20:32:35 -0400
commit97b1654da7dd38fa50c9b6139f4213a1c47f0c39 (patch)
treed2bbfa984fb7460b523722f3898f9d4c6dce1935 /doc/src
parent32fe7ee2dd2b2aa8620e69451f60b2b35989677c (diff)
downloadpostgresql-97b1654da7dd38fa50c9b6139f4213a1c47f0c39.tar.gz
postgresql-97b1654da7dd38fa50c9b6139f4213a1c47f0c39.zip
doc: more PG 12 wording adjustments
Reported-by: Justin Pryzby Discussion: https://postgr.es/m/20190510001959.GK3925@telsasoft.com
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/release-12.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/release-12.sgml b/doc/src/sgml/release-12.sgml
index 977dc53f3e4..54f66e13dca 100644
--- a/doc/src/sgml/release-12.sgml
+++ b/doc/src/sgml/release-12.sgml
@@ -722,11 +722,11 @@ Author: Peter Eisentraut <peter_e@gmx.net>
-->
<para>
-Allow contol over when generic plans are used for prepared statements (Pavel Stehule)
+Allow control over when generic plans are used for prepared statements (Pavel Stehule)
</para>
<para>
-The server variable plan_cache_mode enables this control.
+This is controlled by the plan_cache_mode server variable.
</para>
</listitem>
@@ -2476,7 +2476,7 @@ Author: Thomas Munro <tmunro@postgresql.org>
-->
<para>
-Allow restore of INSERT statements to skip rows which would cause conflicts (Surafel Temesgen)
+Allow restoration of an INSERT-statement dump to skip rows which would cause conflicts (Surafel Temesgen)
</para>
<para>