Re: ecpg and the timezone database

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>, "PostgreSQL-development" <pgsql-hackers(at)postgreSQL(dot)org>, "PostgreSQL-interfaces" <pgsql-interfaces(at)postgreSQL(dot)org>
Subject: Re: ecpg and the timezone database
Date: 2004-04-30 21:11:51
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE34B8D7@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-interfaces

>
>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

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2004-04-30 23:05:35 Re: ecpg and the timezone database
Previous Message Andrew Sullivan 2004-04-30 21:04:44 Re: Call for 7.5 feature completion

Browse pgsql-interfaces by date

  From Date Subject
Next Message Andrew Dunstan 2004-04-30 23:05:35 Re: ecpg and the timezone database
Previous Message Bruce Momjian 2004-04-30 20:48:33 ecpg and the timezone database