From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | David Rowley <david(dot)rowley(at)2ndquadrant(dot)com> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: PG 12 draft release notes |
Date: | 2019-05-13 03:53:45 |
Message-ID: | 20190513035345.d23ammm7dyjpaplb@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Mon, May 13, 2019 at 01:37:25PM +1200, David Rowley wrote:
> On Sun, 12 May 2019 at 08:33, Bruce Momjian <bruce(at)momjian(dot)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
That is a big help, thanks, applied.
--
Bruce Momjian <bruce(at)momjian(dot)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 +
From | Date | Subject | |
---|---|---|---|
Next Message | Thunder | 2019-05-13 04:45:25 | PANIC :Call AbortTransaction when transaction id is no normal |
Previous Message | Bruce Momjian | 2019-05-13 03:52:51 | Re: PG 12 draft release notes |