Re: Postgres 11 release notes

Поиск
Список
Период
Сортировка
От Justin Pryzby
Тема Re: Postgres 11 release notes
Дата
Msg-id 20180609232058.GS10885@telsasoft.com
обсуждение исходный текст
Ответ на Re: Postgres 11 release notes  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-hackers
On Sat, Jun 09, 2018 at 01:35:19PM -0700, David G. Johnston wrote:
> On Fri, May 11, 2018 at 8:08 AM, Bruce Momjian <bruce@momjian.us> wrote:
> 
> > I have committed the first draft of the Postgres 11 release notes.  I
> > will add more markup soon.  You can view the most current version here:
> >
> >         http://momjian.us/pgsql_docs/release-11.html
> 
> """
> Also, if any table mentioned in VACUUM uses a column list, then ANALYZE
> keyword must be supplied; previously ANALYZE was implied in such cases.
> """
> 
> Should that be mentioned in the compatibility notes?

+1

Note also from 921059bd66c7fb1230c705d3b1a65940800c4cbb
                           
 

This is okay in v10 but rejected in v11b1:
                                                     
 
        postgres=# VACUUM ANALYZE VERBOSE t;
                                                     
 
        ERROR:  syntax error at or near "VERBOSE"
                                                     
 

Justin


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: POC: GROUP BY optimization
Следующее
От: Justin Pryzby
Дата:
Сообщение: Re: adding tab completions