Re: PostgreSQL 12 RC1 Press Release Draft
Jonathan S. Katz <jkatz@postgresql.org>
From: "Jonathan S. Katz" <jkatz@postgresql.org>
To: Erikjan Rijkers <er@xs4all.nl>
Cc: Sehrope Sarkuni <sehrope@jackdb.com>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-09-25T17:28:36Z
Lists: pgsql-hackers
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