Thread: PostgreSQL 12 RC1 Press Release Draft

PostgreSQL 12 RC1 Press Release Draft

From
"Jonathan S. Katz"
Date:
Hi,

Attached is a draft for the PostgreSQL 12 RC1 press release. Please let
me know if you find any errors or notable omissions.

I'd also like to take this opportunity as a chance to say thank you to
everyone for your hard work to get PostgreSQL 12 to this point. I'm
personally very excited for what should be yet another fantastic release
that will provide a lot of great features and enhancements for our users!

Thanks,

Jonathan

Attachment

Re: PostgreSQL 12 RC1 Press Release Draft

From
Sehrope Sarkuni
Date:
The "Upgrading to PostgreSQL 12 RC 1" references v11 rather than v12:

"To upgrade to PostgreSQL 11 RC 1 from Beta 4 or an earlier version of
PostgreSQL 11, ..."

Regards,
-- Sehrope Sarkuni
Founder & CEO | JackDB, Inc. | https://www.jackdb.com/

Re: PostgreSQL 12 RC1 Press Release Draft

From
"Jonathan S. Katz"
Date:
On 9/25/19 6:50 AM, Sehrope Sarkuni wrote:
> The "Upgrading to PostgreSQL 12 RC 1" references v11 rather than v12:
>
> "To upgrade to PostgreSQL 11 RC 1 from Beta 4 or an earlier version of
> PostgreSQL 11, ..."

Thanks! Fixed attached,

Jonathan

Attachment

Re: PostgreSQL 12 RC1 Press Release Draft

From
Erikjan Rijkers
Date:
On 2019-09-25 13:08, Jonathan S. Katz wrote:
> On 9/25/19 6:50 AM, Sehrope Sarkuni wrote:
>> The "Upgrading to PostgreSQL 12 RC 1" references v11 rather than v12:
>> 
>> "To upgrade to PostgreSQL 11 RC 1 from Beta 4 or an earlier version of
>> PostgreSQL 11, ..."

A small typo (or processing hickup):

'pattern\_ops'  should be
'pattern_ops'



> 
> Thanks! Fixed attached,
> 
> Jonathan



Re: PostgreSQL 12 RC1 Press Release Draft

From
"Jonathan S. Katz"
Date:
On 9/25/19 8:21 AM, Erikjan Rijkers wrote:
> On 2019-09-25 13:08, Jonathan S. Katz wrote:
>> On 9/25/19 6:50 AM, Sehrope Sarkuni wrote:
>>> The "Upgrading to PostgreSQL 12 RC 1" references v11 rather than v12:
>>>
>>> "To upgrade to PostgreSQL 11 RC 1 from Beta 4 or an earlier version of
>>> PostgreSQL 11, ..."
>
> A small typo (or processing hickup):
>
> 'pattern\_ops'  should be
> 'pattern_ops'

Thanks for noticing that -- because this is Markdown we need to escape
the underscore.

Thanks!

Jonathan


Attachment