On Thu, May 09, 2019 at 08:08:53PM -0400, Bruce Momjian wrote:
> On Wed, May  8, 2019 at 03:32:04PM -0500, Justin Pryzby wrote:
> > I think these should also be mentioned?
> > 
> > f7cb284 Add plan_cache_mode setting
> > 387a5cf Add pg_dump --on-conflict-do-nothing option.
> 
> Applied patch attached, docs updated:

Thanks, comments:

> +Author: Peter Eisentraut <pete...@gmx.net>
> +2018-07-16 [f7cb2842b] Add plan_cache_mode setting
> +-->
> +
> +<para>
> +Allow contol over when generic plans are used for prepared statements (Pavel 
> Stehule)

control

> +<para>
> +The server variable plan_cache_mode enables this control.

"This is controlled by the plan_cache_mode parameter".

>  Author: Tom Lane <t...@sss.pgh.pa.us>
>  2018-12-30 [b5415e3c2] Support parameterized TidPaths.
>  Author: Tom Lane <t...@sss.pgh.pa.us>
> @@ -2456,6 +2471,21 @@ Add --exclude-database option to pg_dumpall (Andrew 
> Dunstan)
>  
>  <listitem>
>  <!--
> +Author: Thomas Munro <tmu...@postgresql.org>
> +2018-07-13 [387a5cfb9] Add pg_dump - -on-conflict-do-nothing option.
> +-->
> +
> +<para>
> +Allow restore of INSERT statements to skip rows which would cause conflicts 
> (Surafel Temesgen)
> +</para>

restore *using* INSERT statements ?
cause "unique index" conflicts ?

Justin


Reply via email to