Обсуждение: Problem with custom autovac

Поиск
Список
Период
Сортировка

Problem with custom autovac

От
Devrim GUNDUZ
Дата:
Hi,

Yesterday, I installed PostgreSQL RC1 on Windows to test Turkish
translation and some locale issues on Windos. While using pgadmin3
(1.6.0), I tried to define custom autovac to a newly created table.

However I could not define it. The error was "Error: null value in
column "freeze_min_age" violates not-null constraint".

Is this a bug, or am I missing something?

Regards,
--
The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, plPerlNG - http://www.commandprompt.com/





Вложения

Re: Problem with custom autovac

От
Dave Page
Дата:
Devrim GUNDUZ wrote:
> Hi,
>
> Yesterday, I installed PostgreSQL RC1 on Windows to test Turkish
> translation and some locale issues on Windos. While using pgadmin3
> (1.6.0), I tried to define custom autovac to a newly created table.
>
> However I could not define it. The error was "Error: null value in
> column "freeze_min_age" violates not-null constraint".
>
> Is this a bug, or am I missing something?

Bug - I completely missed the fact that new autovac settings were added
to 8.2 :-(. I've committed a fix for 1.6.2.

Thanks, Dave