From 79697d039f567cd52d844077244fb85df10dce19 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 9 May 2019 19:59:59 -0400 Subject: [PATCH] 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 --- doc/src/sgml/release-12.sgml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) 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. + + +