[HACKERS] Allowing extended stats on foreign and partitioned tables

Поиск
Список
Период
Сортировка
От David Rowley
Тема [HACKERS] Allowing extended stats on foreign and partitioned tables
Дата
Msg-id CAKJS1f-BmGo410bh5RSPZUvOO0LhmHL2NYmdrC_Jm8pk_FfyCA@mail.gmail.com
обсуждение исходный текст
Ответы Re: [HACKERS] Allowing extended stats on foreign and partitioned tables  (Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>)
Re: [HACKERS] Allowing extended stats on foreign and partitioned tables  (Noah Misch <noah@leadboat.com>)
Re: [HACKERS] Allowing extended stats on foreign and partitioned tables  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
While reviewing extended stats I noticed that it was possible to
create extended stats on many object types, including sequences. I
mentioned that this should be disallowed. Statistics were then changed
to be only allowed on plain tables and materialized views.

This should be relaxed again to allow anything ANALYZE is allowed on.

The attached does this.

-- 
 David Rowley                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Вложения

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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: [HACKERS] src/interfaces/libpq shipping nmake-related Makefiles
Следующее
От: Álvaro Hernández Tortosa
Дата:
Сообщение: [HACKERS] Some thoughts about SCRAM implementation