Re: PG 12 draft release notes

Поиск
Список
Период
Сортировка
От David Rowley
Тема Re: PG 12 draft release notes
Дата
Msg-id CAKJS1f-ktEhmQ2zJQ1L1niuJ9KB8WPA-bE-AhGiFsSO6QASB_w@mail.gmail.com
обсуждение исходный текст
Ответ на PG 12 draft release notes  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: PG 12 draft release notes  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
On Sun, 12 May 2019 at 08:33, Bruce Momjian <bruce@momjian.us> wrote:
>
> I have posted a draft copy of the PG 12 release notes here:
>
>         http://momjian.us/pgsql_docs/release-12.html

I noticed a couple of different spellings of Álvaro's name.  Loading
the file line by line into a table and crudely performing:

select distinct name from (select
trim(regexp_split_to_table(substring(a, '\((.*?)\)'),',')) as name
from r where a like '%(%)%')a order by name;

turned up variations in Michaël and Pavel's names

The attached fixes.

--
 David Rowley                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: SQL-spec incompatibilities in similar_escape() and related stuff
Следующее
От: Andrey Borodin
Дата:
Сообщение: pglz performance