Re: pg12 release notes

Поиск
Список
Период
Сортировка
От Justin Pryzby
Тема Re: pg12 release notes
Дата
Msg-id 20190510001959.GK3925@telsasoft.com
обсуждение исходный текст
Ответ на Re: pg12 release notes  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: pg12 release notes  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
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 <peter_e@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 <tgl@sss.pgh.pa.us>
>  2018-12-30 [b5415e3c2] Support parameterized TidPaths.
>  Author: Tom Lane <tgl@sss.pgh.pa.us>
> @@ -2456,6 +2471,21 @@ Add --exclude-database option to pg_dumpall (Andrew Dunstan)
>  
>  <listitem>
>  <!--
> +Author: Thomas Munro <tmunro@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



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Problems with pg_upgrade and extensions referencing catalogtables/views
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: copy-past-o comment in lock.h