From: | "Hiroshi Saito" <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp> |
---|---|
To: | "Martijn van Oosterhout" <kleptog(at)svana(dot)org> |
Cc: | <pgsql-hackers(at)postgresql(dot)org>, "Devrim GUNDUZ" <devrim(at)commandprompt(dot)com>, "Christopher Browne" <cbbrowne(at)ca(dot)afilias(dot)info> |
Subject: | Re: invalid input syntax for type timestamp. |
Date: | 2006-12-15 11:20:22 |
Message-ID: | 000f01c7203b$0317d000$0b01a8c0@yourc3ftrhkaod |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
----- Original Message -----
From: "Martijn van Oosterhout"
>> I was doing the field test of Slony-I 1.2.2 release now.
>> However, I encounter the problem of timestamp.:-(
>> Was anyone recognizing this problem?
>
> The list of accepted timezones is now configurable, check through the
> docs how to find the list and set it the way you want.
>
> OTOH, postgres never uses timezone identifiers in output, so I'm not sure
> why it would need to care.
Thanks.
I do not think that this is normal.....
As for 8.2..
SELECT timeofday()::timestamp;
ERROR: invalid input syntax for type timestamp: "Fri Dec 15 14:26:05.502000 2006 JST"
As for 8.1.5..
SELECT timeofday()::timestamp;
timestamp
-------------------------
2006-12-15 14:26:05.502
(1 row)
Regards,
Hiroshi Saito
From | Date | Subject | |
---|---|---|---|
Next Message | Dimitri Fontaine | 2006-12-15 11:24:35 | Re: [HACKERS] EXPLAIN ANALYZE on 8.2 |
Previous Message | Martijn van Oosterhout | 2006-12-15 10:50:08 | Re: [HACKERS] EXPLAIN ANALYZE on 8.2 |