Re: [INTERFACES] ecpg and the timezone database - Mailing list pgsql-hackers

From Magnus Hagander
Subject Re: [INTERFACES] ecpg and the timezone database
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE34B8D7@algol.sollentuna.se
Whole thread Raw
List 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 by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: Call for 7.5 feature completion
Next
From: "Andrew Dunstan"
Date:
Subject: Re: ecpg and the timezone database