doc: more PG 12 release note adjustments
authorBruce Momjian
Thu, 9 May 2019 23:59:59 +0000 (19:59 -0400)
committerBruce Momjian
Thu, 9 May 2019 23:59:59 +0000 (19:59 -0400)
This adds two more items that should have been included in the
beginning.

Reported-by: Justin Pryzby
Discussion: https://postgr.es/m/20190508203204[email protected]

doc/src/sgml/release-12.sgml

index 816c8309e5292ef4554546945276d68df292e9a3..8bffb0ae0316f872ffe049635d32e7a01ae9f4b0 100644 (file)
@@ -715,6 +715,21 @@ forced by specifying NOT MATERIALIZED.  Previously, CTEs were never inlined and
 
 
 
+
+
+
+
+Allow contol over when generic plans are used for prepared statements (Pavel Stehule)
+
+
+
+The server variable plan_cache_mode enables this control.
+
+
+
 
 
+
+
+Allow restore of INSERT statements to skip rows which would cause conflicts (Surafel Temesgen)
+
+
+
+The pg_dump option is --on-conflict-do-nothing.
+
+
+