| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Kris Jurka <books(at)ejurka(dot)com>, pgsql-bugs(at)postgresql(dot)org |
| Subject: | Re: Dump/Restore of cvs regression database gives invalid timestamp |
| Date: | 2004-07-11 03:14:25 |
| Message-ID: | 200407110314.i6B3EPf25237@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
I assume this is not fixed yet, right?
---------------------------------------------------------------------------
Tom Lane wrote:
> Kris Jurka <books(at)ejurka(dot)com> writes:
> > ERROR: invalid input syntax for type timestamp with time zone:
> > "0097-02-16 17:32:01 BC-08"
>
> Thanks for catching this. It never came up before because we never
> would try to output timezone info for a BC date...
>
> We could make it output either of
> 0097-02-16 17:32:01 BC -08
> 0097-02-16 17:32:01-08 BC
> as the input parser will take either. I'm kinda leaning to the latter;
> any contrary opinions?
>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2004-07-11 04:16:41 | Re: Dump/Restore of cvs regression database gives invalid timestamp |
| Previous Message | Tom Lane | 2004-07-10 23:31:34 | Re: BUG #1189: unbounded string copy in postmaster |