Re: psql patch for datestyle - Mailing list pgsql-patches

From Oliver Elphick
Subject Re: psql patch for datestyle
Date
Msg-id 1046708809.2173.137.camel@linda.lfix.co.uk
Whole thread Raw
In response to Re: psql patch for datestyle  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
On Mon, 2003-03-03 at 14:32, Tom Lane wrote:
> Oliver Elphick <olly@lfix.co.uk> writes:
> > This patch sets DATESTYLE to ISO at the start of a pg_dump, so that the
> > dates written into the dump will be restorable onto any database,
> > regardless of how its default datestyle is set.
>
> I have forgotten: will an ISO-style date be read in correctly regardless
> of the datestyle setting at load time?  Or do we need to make pg_dump
> issue SET DATESTYLE in the dump script as well?

I tested it by changing the datestyle in postgresql.conf to postgres,us
and it read in OK there.  On input, any recognisable date format can be
used, but where there is ambiguity between US and European style, there
can be problems.  With ISO format there can be no ambiguity.

--
Oliver Elphick                                Oliver.Elphick@lfix.co.uk
Isle of Wight, UK                             http://www.lfix.co.uk/oliver
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839  932A 614D 4C34 3E1D 0C1C
                 ========================================
     "A new commandment I give to you, that you love one
      another, even as I have loved you."
                                        John 13:34


pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: psql patch for datestyle
Next
From: "Christopher Kings-Lynne"
Date:
Subject: new format for describe (repost #2)