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;
 
-Kevin

-- 
Sent via pgsql-performance mailing list (pgsql-performance@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-performance

Reply via email to