ALTER TABLE tabla ALTER COLUMN columna SET STATISTICS number - Mailing list pgsql-performance

From Dario
Subject ALTER TABLE tabla ALTER COLUMN columna SET STATISTICS number
Date
Msg-id MHEDJHCKDNOEHJKHIOCJKEFHCEAA.dario_d_s@unitech.com.ar
Whole thread Raw
Responses Re: ALTER TABLE tabla ALTER COLUMN columna SET STATISTICS number  (Michael Fuhr <mike@fuhr.org>)
join and query planner  ("Dario Pudlo" <dariop@unitech.com.ar>)
List 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


pgsql-performance by date:

Previous
From: "Dmitri Bichko"
Date:
Subject: Re: Storing data and indexes in different disks
Next
From: Michael Fuhr
Date:
Subject: Re: ALTER TABLE tabla ALTER COLUMN columna SET STATISTICS number