From 97b1654da7dd38fa50c9b6139f4213a1c47f0c39 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 9 May 2019 20:32:35 -0400 Subject: [PATCH] doc: more PG 12 wording adjustments Reported-by: Justin Pryzby Discussion: https://postgr.es/m/20190510001959.GK3925@telsasoft.com --- doc/src/sgml/release-12.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/release-12.sgml b/doc/src/sgml/release-12.sgml index 977dc53f3e..54f66e13dc 100644 --- a/doc/src/sgml/release-12.sgml +++ b/doc/src/sgml/release-12.sgml @@ -722,11 +722,11 @@ Author: Peter Eisentraut --> -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) -The server variable plan_cache_mode enables this control. +This is controlled by the plan_cache_mode server variable. @@ -2476,7 +2476,7 @@ Author: Thomas Munro --> -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) -- 2.50.0