From: | Emre Hasegeli <emre(at)hasegeli(dot)com> |
---|---|
To: | "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org> |
Cc: | Pg Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Press Release Draft - 2016-02-09 Cumulative Update |
Date: | 2017-02-07 16:25:48 |
Message-ID: | CAE2gYzyCD_xn-+YNsT50OHUDm=qBqSDce_7bPdhO8ehbi92fMw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
> As there are a lot of updates I did my best to consolidate some of the
> bullet points and as usual, people are directed to the release notes.
> Please let me know if there are any inaccuracies so I can fix them ASAP.
Just some minor points:
> * Several fixes for PostgreSQL operating in hot standby mode
It sounded unnatural to me. Maybe it is better without "PostgreSQL".
> * Several vacuum and autovacuum fxies
Typo
> * Several Unicode fixes
It sounded alarming to me. I see just one related item on the release
notes. Maybe we can clarify the problem.
> * Sync our copy of the timezone library with IANA release tzcode2016j
This is repeated on the following sentence.
> BEGIN;
> DROP INDEX bad_index_name;
> CREATE INDEX CONCURRENTLY bad_index_name ON table_name (column_name); /* replace names with your original index definition */
> COMMIT;
Maybe you meant CREATE INDEX without CONCURRENTLY?
From | Date | Subject | |
---|---|---|---|
Next Message | Fujii Masao | 2017-02-07 16:30:31 | Re: DROP SUBSCRIPTION and ROLLBACK |
Previous Message | Tom Lane | 2017-02-07 16:21:37 | Re: [PATCH] configure-time knob to set default ssl ciphers |