I have a question about pg_statistic: Can we safely remove all records from pg_statistic? In my understanding, we could do it safely, since the table is just a result holder of vacuum analyze. -- Tatsuo Ishii ---------------------------(end of broadcast)--------------------------- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]
- Re: [HACKERS] pg_statistic Tatsuo Ishii
- Re: [HACKERS] pg_statistic Tom Lane