Re: pgsql: Make integer_datetimes the default on msvc as well, to have the

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: pgsql: Make integer_datetimes the default on msvc as well, to have the
Дата
Msg-id 47FC0B69.1070401@dunslane.net
обсуждение исходный текст
Ответ на Re: pgsql: Make integer_datetimes the default on msvc as well, to have the  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-committers

I wrote:
>
> I don't actually think this is the right way to do this. It's not the
> same thing. The equivalent behaviour would be to have the flag turned
> on even if there's nothing in the config file. What I think we need is
> to add this line in Solution.pm::new():
>
>   $options->{integer_datetimes} = 1 unless exists
> $config->{integer_datetimes};

s/config/options/ , of course

cheers

andrew



В списке pgsql-committers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Make integer_datetimes the default on msvc as well, to have the
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Remove mention of the Berkeley origins of the alias "Postgres"