Re: [EXT] Re: How to delete column level Stats/Histogram

Поиск
Список
Период
Сортировка
От David Rowley
Тема Re: [EXT] Re: How to delete column level Stats/Histogram
Дата
Msg-id CAApHDvqhAiv7So_dDLLuuyjErpckQj2pwK8i9GzhMfOt5cweBA@mail.gmail.com
обсуждение исходный текст
Ответ на How to delete column level Stats/Histogram  ("Wong, Kam Fook (TR Technology)" <kamfook.wong@thomsonreuters.com>)
Список pgsql-general
(please keep communication on the list)

On Fri, 31 May 2024 at 13:43, Wong, Kam Fook (TR Technology)
<kamfook.wong@thomsonreuters.com> wrote:
>
> Silly question why did I run into this problem below?  Will the autovacuum analyze abc reset it back which I don't
wantit to.
 
>
> DELETE FROM pg_statistic WHERE starelid = 'abc'::regclass and staattnum = (SELECT attnum FROM pg_attribute WHERE
attrelid= 'abc'::regclass AND attname = 'bg_org_partner');
 
>
> SQL Error [42P01]: ERROR: relation "abc" does not exist
>   Position: 52

The schema for the abc table will need to be in your search_path.
You'll need to be connected to the correct database too.

David



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Rules and Command Status - update/insert/delete rule with series of commands in action
Следующее
От: Mukesh Tanuku
Дата:
Сообщение: Re: [pgpool-general: 9106] Postgres/pgpool HA failover process