2009/10/16 Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>:
> Thom Brown wrote:
>> Thanks Heikki. =A0You probably already know, but remember to prevent it
>> using FREEZE at all for 8.5+ as according to the documentation it's
>> being deprecated.
>
> It's been documented as deprecated since 8.2, in favor of the
> vacuum_freeze_max_age option. However, it's still widely used in the
> field, and there's no immediate reason to remove it, so I don't think
> we're actually going to remove it in the foreseeable future.
>
> --
> =A0Heikki Linnakangas
> =A0EnterpriseDB =A0 http://www.enterprisedb.com
>
Sorry, I mean the actual keyword will be removed meaning it would
error if used as an option, although whether it'll be in 8.5 I don't
actually know.
Thom