Jeff Boes <jboes@nexcerpt.com> writes:
> When you do this to a table:
> ALTER TABLE foobar ALTER COLUMN blah SET STATISTICS 10000;
> Where would you find the resulting value in a pg_* table? I'm sure it
> gets recorded somewhere.
pg_attribute.attstattarget
regards, tom lane