ALTER TABLE tabla ALTER COLUMN columna SET STATISTICS number

From: "Dario" <dario_d_s(at)unitech(dot)com(dot)ar>
To: <pgsql-performance(at)postgresql(dot)org>
Subject: ALTER TABLE tabla ALTER COLUMN columna SET STATISTICS number
Date: 2005-07-06 19:49:21
Message-ID: MHEDJHCKDNOEHJKHIOCJKEFHCEAA.dario_d_s@unitech.com.ar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

¿where is stored the value set by ALTER TABLE table_name ALTER COLUMN
column_name SET STATISTICS = [1-1000]?
I've set this to 1000, and I didn't remember in which column (doh!). Is
there any table to look? (I did 'grep "set stat" $PGDATA/pg_log/*' and found
it, but may be there is a better way)

I couldn't find it in the docs neithr "googling"

Greetings
--------------------------------------
Long life, little spam and prosperity

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Michael Fuhr 2005-07-06 20:07:52 Re: ALTER TABLE tabla ALTER COLUMN columna SET STATISTICS number
Previous Message Dmitri Bichko 2005-07-06 18:46:03 Re: Storing data and indexes in different disks