pg_statistic

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: pg_statistic
Date: 2001-04-23 06:25:15
Message-ID: 20010423152515P.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Karel Zak 2001-04-23 09:54:41 Re: SET SESSION AUTHORIZATION (was Re: Real/effective user)
Previous Message Dominic J. Eidson 2001-04-23 06:14:03 How to determine if a user exists..