doc: more PG 12 wording adjustments
authorBruce Momjian
Fri, 10 May 2019 00:32:35 +0000 (20:32 -0400)
committerBruce Momjian
Fri, 10 May 2019 00:32:35 +0000 (20:32 -0400)
Reported-by: Justin Pryzby
Discussion: https://postgr.es/m/20190510001959[email protected]

doc/src/sgml/release-12.sgml

index 977dc53f3e4189d58652c3627d14b4ee492afc2a..54f66e13dca79ed3560fa164a3cc31c016846239 100644 (file)
@@ -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)