Sridhar N Bamandlapally wrote:> is there any feature available in postgres to drop stats on table?
What about
DELETE FROM pg_catalog.pg_statistic WHERE starelid = <table oid>
Yours,Laurenz Albe