Re: No result when selecting attstattarget from pg_attribute
В списке pgsql-admin по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | Re: No result when selecting attstattarget from pg_attribute |
| Дата | |
| Msg-id | 31263.1574952854@sss.pgh.pa.us обсуждение |
| Ответ на | No result when selecting attstattarget from pg_attribute ("William Sescu (Suva)" <william.sescu@suva.ch>) |
| Ответы |
AW: No result when selecting attstattarget from pg_attribute
|
| Список | pgsql-admin |
"William Sescu (Suva)" <william.sescu@suva.ch> writes: > I was following the create statistics example from the doc > https://www.postgresql.org/docs/11/sql-createstatistics.html > and wondered why I don't see any results when selecting attstattarget from pg_attribute. attstattarget has nothing to do with extended statistics. It's for recording "ALTER TABLE ... SET STATISTICS n" commands, which just control the granularity of the regular (pg_statistic) statistics. Look into pg_statistic_ext to see the effects of CREATE STATISTICS. regards, tom lane
В списке pgsql-admin по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера