On Apr 21, 9:52 pm, Kevin.Gritt...@xxxxxxxxxxxx ("Kevin Grittner") wrote: > I wrote: > > ALTER TABLE ALTER plugins_guide_address > > ALTER COLUMN city_id SET STATISTICS 1000; > > One too many ALTERs in there. Should be: > > ALTER TABLE plugins_guide_address > ALTER COLUMN city_id SET STATISTICS 1000; Yeah, I noticed it and ran correctly. -- Sent via pgsql-performance mailing list (pgsql-performance@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-performance