From: Bruce Momjian Date: Thu, 9 May 2019 23:59:59 +0000 (-0400) Subject: doc: more PG 12 release note adjustments X-Git-Tag: REL_12_BETA1~92 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=79697d039f567cd52d844077244fb85df10dce19;p=postgresql doc: more PG 12 release note adjustments This adds two more items that should have been included in the beginning. Reported-by: Justin Pryzby Discussion: https://postgr.es/m/20190508203204.GA25482@telsasoft.com --- diff --git a/doc/src/sgml/release-12.sgml b/doc/src/sgml/release-12.sgml index 816c8309e5..8bffb0ae03 100644 --- a/doc/src/sgml/release-12.sgml +++ b/doc/src/sgml/release-12.sgml @@ -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. + + +