Re: PG 12 draft release notes

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: PG 12 draft release notes
Дата
Msg-id 20190612213658.gkbjwkqiol7tppy7@momjian.us
обсуждение исходный текст
Ответ на Re: PG 12 draft release notes  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On Tue, May 28, 2019 at 08:58:23AM -0700, Andres Freund wrote:
> <!--
> Author: Michael Paquier <michael@paquier.xyz>
> 2019-02-08 [3677a0b26] Add pg_partition_root to display top-most parent of a pa
> -->
> 
>        <para>
>         Add function <link
>         linkend="functions-info-partition"><function>pg_partition_root()</function></link>
>         to return top-most parent of a partition tree (Michaël Paquier)
>        </para>
>       </listitem>
> 
>       <listitem>
> <!--
> Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
> 2019-03-04 [b96f6b194] pg_partition_ancestors
> -->
> 
>        <para>
>         Add function <link
>         linkend="functions-info-partition"><function>pg_partition_ancestors()</function></link>
>         to report all ancestors of a partition (Álvaro Herrera)
>        </para>
>       </listitem>
> 
>       <listitem>
> <!--
> Author: Michael Paquier <michael@paquier.xyz>
> 2018-10-30 [d5eec4eef] Add pg_partition_tree to display information about parti
> -->
> 
>        <para>
>         Add function <link
>         linkend="functions-info-partition"><function>pg_partition_tree()</function></link>
>         to display information about partitions (Amit Langote)
>        </para>
>       </listitem>
> 
> Can we combine these three?

Good idea, done.

-- 
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

+ As you are, so once was I.  As I am, so you will be. +
+                      Ancient Roman grave inscription +



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: PG 12 draft release notes
Следующее
От: Robert Haas
Дата:
Сообщение: Re: POC: Cleaning up orphaned files using undo logs