pg_stats question - Mailing list pgsql-general

From Joseph Shraibman
Subject pg_stats question
Date
Msg-id 3FFC709E.8040903@selectacast.net
Whole thread Raw
Responses Re: pg_stats question  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
I notice in 7.4.1 that if I do:
ALTER TABLE <tab> ALTER <col> SET STATISTICS 100;
... that not necc. 100 values are stored in pg_stats, but in 7.3.4 it
did.  Bug or expected behaviour?

pgsql-general by date:

Previous
From: Mike Nolan
Date:
Subject: PHP arrays and postgresql
Next
From: Joseph Shraibman
Date:
Subject: Re: VACUUM VERBOSE ANALYZE does not work on 7.4.1