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 import to postgresql that have an unusual date > >>> format.

Re: [GENERAL] datestyle question

2007-10-02 Thread Erik Jones
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 import to postgresql that have an unusual date format. For example, Jan 20 2007 is 20022007, in DDMM format, without any separator. I know

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 know that a 20072002 (MMDD) is ok

Re: [GENERAL] datestyle question

2007-09-27 Thread Alban Hertroys
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 know that a 20072002 (MMDD) is ok, but I don't know how > to handle the DDMM dates. You could try impor

Re: [GENERAL] datestyle question

2007-09-26 Thread Erik Jones
On Sep 26, 2007, at 5:24 PM, Scott Marlowe wrote: 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, without any separator. I know that a 20072002 (MMDD) i

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, without any > > separator. I know th

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 format, without any > > separator. I know

Re: [GENERAL] datestyle question

2007-09-26 Thread Scott Marlowe
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, without any > separator. I know that a 20072002 (MMDD) is ok, but I don't know how > to handle the DDMMY

Re: [GENERAL] datestyle question

2007-09-26 Thread Erik Jones
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 format, without any separator. I know that a 20072002 (MMDD) is ok, but I don't know how to handle the DDMM d

[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