Re: alter table xxx alter column yyy set (n_distinct=nnnn );

Поиск
Список
Период
Сортировка
От Laurenz Albe
Тема Re: alter table xxx alter column yyy set (n_distinct=nnnn );
Дата
Msg-id 26589e7901c89df0daaea5a937b82f1abaac15a8.camel@cybertec.at
обсуждение исходный текст
Ответ на RE: alter table xxx alter column yyy set (n_distinct=nnnn );  ("Tefft, Michael J" <Michael.J.Tefft@snapon.com>)
Ответы Re: alter table xxx alter column yyy set (n_distinct=nnnn );
Список pgsql-general
On Mon, 2024-03-11 at 14:26 +0000, Tefft, Michael J wrote:
> I tried setting
>
> alter table ctrg.xxx alter column p_id set (n_distinct_inherited=-0.033 );
> alter table ctrg.xxx alter column pi_id set (n_distinct_inherited=-0.045 );
> alter table ctrg.xxx alter column i_id set (n_distinct_inherited=-0.0002 );
>
> I then ran
> analyze xxx;
> but saw no change in pg_stats.n_distinct for xxx.

Well, it works on my PostgreSQL v16.

Yours,
Laurenz Albe



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

Предыдущее
От: "Tefft, Michael J"
Дата:
Сообщение: RE: alter table xxx alter column yyy set (n_distinct=nnnn );
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: could not open file "global/pg_filenode.map": Operation not permitted