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]
+
+
+
+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.
+
+
+