[GENERAL] datestyle question

2007-09-26 Thread Diego Gil
Hi, I have a file to import to postgresql that have an unusual date format. For example, Jan 20 2007 is 20022007, in DDMM format, without any separator. I know that a 20072002 (MMDD) is ok, but I don't know how to handle the DDMM dates. I tried and tried but I can't import those dates

Re: [GENERAL] datestyle question

2007-09-26 Thread Diego Gil
El mié, 26-09-2007 a las 17:22 -0500, Erik Jones escribió: > On Sep 26, 2007, at 3:42 PM, Diego Gil wrote: > > > Hi, > > > > I have a file to import to postgresql that have an unusual date > > format. > > For example, Jan 20 2007 is 20022007, in DDMM

Re: [GENERAL] datestyle question

2007-09-26 Thread Diego Gil
El mié, 26-09-2007 a las 17:24 -0500, Scott Marlowe escribió: > On 9/26/07, Diego Gil <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I have a file to import to postgresql that have an unusual date format. > > For example, Jan 20 2007 is 20022007, in DDMM format,

Re: [GENERAL] datestyle question

2007-10-02 Thread Diego Gil
El jue, 27-09-2007 a las 10:32 +0200, Alban Hertroys escribió: > Diego Gil wrote: > > Hi, > > > > I have a file to import to postgresql that have an unusual date format. > > For example, Jan 20 2007 is 20022007, in DDMM format, without any > > separator. I k

Re: [GENERAL] datestyle question

2007-10-03 Thread Diego Gil
El mié, 03-10-2007 a las 00:27 -0500, Erik Jones escribió: > On Oct 2, 2007, at 8:56 PM, Diego Gil wrote: > > > El jue, 27-09-2007 a las 10:32 +0200, Alban Hertroys escribió: > >> Diego Gil wrote: > >>> Hi, > >>> > >>> I have a file to impo