2009/10/16 Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>:
> Thom Brown wrote:
>> This is either a bug in vacuumdb with it not using the correct order,
>> or postgres shouldn't be paying attention to the order of the
>> keywords. =A0In any case, it doesn't work. =A0I've searched the postgres
>> FAQs, TODO and mailing list archives, but can't find a mention of
>> this.
>
> Thanks, fixed. We had the same bug with FREEZE and ANALYZE combination,
> which was fixed in April, but the order between FREEZE and VERBOSE was
> still incorrect.
>
> --
> =A0Heikki Linnakangas
> =A0EnterpriseDB =A0 http://www.enterprisedb.com
>
Thanks Heikki. You probably already know, but remember to prevent it
using FREEZE at all for 8.5+ as according to the documentation it's
being deprecated.
Thom