Thread

  1. PostgreSQL 12 RC1 Press Release Draft

    Jonathan S. Katz <jkatz@postgresql.org> — 2019-09-25T10:42:23Z

    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
    
  2. Re: PostgreSQL 12 RC1 Press Release Draft

    Sehrope Sarkuni <sehrope@jackdb.com> — 2019-09-25T10:50:24Z

    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/
    
  3. Re: PostgreSQL 12 RC1 Press Release Draft

    Jonathan S. Katz <jkatz@postgresql.org> — 2019-09-25T11:08:23Z

    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
    
  4. Re: PostgreSQL 12 RC1 Press Release Draft

    Erik Rijkers <er@xs4all.nl> — 2019-09-25T12:21:35Z

    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
    
    
    
    
  5. Re: PostgreSQL 12 RC1 Press Release Draft

    Jonathan S. Katz <jkatz@postgresql.org> — 2019-09-25T17:28:36Z

    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