Re: [INTERFACES] ecpg and the timezone database

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: [INTERFACES] ecpg and the timezone database
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE34B8D7@algol.sollentuna.se
обсуждение исходный текст
Список pgsql-hackers
>
>Does ecpg need to use the same timezone database as the backend?
>
>I just committed code so it will not, but I am not sure.
>

I think it should not use it, for the following reasons:

* When ecpg is used to write a program, this is a client program. I'd
expect a client program to follow the timezone rules of the client (and
other rules), and not the server. And it has to interface with any
amount of other code that is linked only against the normal timezone
libraries on the client.

* Ecpg is used to write client programs. If it used the "special pg
timezone library", every client program written using ecpg would have to
ship with the pg *timezone database* as well. I'm sure that's now what
you'd want.

But then again, I don't use ecpg myself, so others may certainly have
better arguments in either direction.

//Magnus


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

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: Call for 7.5 feature completion
Следующее
От: "Andrew Dunstan"
Дата:
Сообщение: Re: ecpg and the timezone database