Re: Pgadmin III not honoring DATESTYLE

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Cc: Francisco Leovey <fleovey(at)yahoo(dot)com>, pgadmin-support(at)postgresql(dot)org
Subject: Re: Pgadmin III not honoring DATESTYLE
Date: 2006-01-20 13:11:27
Message-ID: 43D0E17F.6070607@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Dave Page wrote:
>
>
> ------------------------------------------------------------------------
> *From:* Francisco Leovey [mailto:fleovey(at)yahoo(dot)com]
> *Sent:* 20 January 2006 12:14
> *To:* Dave Page
> *Subject:* Re: [pgadmin-support] Pgadmin III not honoring DATESTYLE
>
> Hello Dave
>
> I understand your answer, bu if you check in PgAdmin II this works
> fine, so it is an unexpected change. I beleive PgAdmin III should
> inquire from the server the setting of DATESTYLE and use it, just as
> before.
> Thanks and best regards
>
>
> Hi Francisco,
>
> pgAdmin II is a totally different codebase, which we learned a lot from.
> One of those things was that having differing datestyles can lead to
> confusion and accidental data corruption (if you've ever had to try to
> fix the dates in a multi-million row table you'll know where I'm coming
> from). As I said in an earlier email, if someone want's to write a patch
> that makes honouring DATESTYLE a non-default option, then we'll
> certainly consider including it, however this is not something I intend
> to work on.

Changing DATESTYLE is NOT acceptable, like we don't have an encoding
option. Both ENCODING and DATESTYLE are options that are selected to
guarantee a _machine_ readable format. I won't allow this to be mixed
with GUI representation.
However, it would be possible (actually: still planned) to have the
_display_ dependent on locale settings, including usage of a date entry
control.

Regards,
Andreas

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2006-01-20 14:44:22 Re: Pgadmin III not honoring DATESTYLE
Previous Message Dave Page 2006-01-20 13:03:29 Re: Pgadmin III not honoring DATESTYLE