Re: STATISTICS retained in CREATE TABLE ... LIKE (INCLUDING ALL)?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: STATISTICS retained in CREATE TABLE ... LIKE (INCLUDING ALL)?
Дата
Msg-id 24425.1516427419@sss.pgh.pa.us
обсуждение исходный текст
Ответ на STATISTICS retained in CREATE TABLE ... LIKE (INCLUDING ALL)?  (Stephen Froehlich <s.froehlich@cablelabs.com>)
Ответы Re: STATISTICS retained in CREATE TABLE ... LIKE (INCLUDING ALL)?
Список pgsql-novice
Stephen Froehlich <s.froehlich@cablelabs.com> writes:
> Are custom statistics in PG10 retained in LIKE (INCLUDING ALL) or do I need to recreate the statistics by hand each
timeI create a new table? 

LIKE doesn't know about those, no.  Perhaps it should.

            regards, tom lane


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

Предыдущее
От: Stephen Froehlich
Дата:
Сообщение: STATISTICS retained in CREATE TABLE ... LIKE (INCLUDING ALL)?
Следующее
От: David Rowley
Дата:
Сообщение: Re: STATISTICS retained in CREATE TABLE ... LIKE (INCLUDING ALL)?