ERROR: "TZ"/"tz" not supported

From: Sergey Levchenko <sector119(at)gmail(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: ERROR: "TZ"/"tz" not supported
Date: 2005-06-28 11:39:39
Message-ID: e3ffbf240506280439375407fa@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql

When I execute query, I've got error message.

test=> SELECT to_timestamp('00:00:05.601 SAMST Tue Jun 28 2005',
'HH24:MI:SS.MS TZ Dy Mon DD YYYY');
ERROR: "TZ"/"tz" not supported

How can I convert '00:00:05.601 SAMST Tue Jun 28 2005' (varchar type)
to timestamp with time zone?

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruno Wolff III 2005-06-28 13:01:02 Re: performance for insert / update
Previous Message Sergey Levchenko 2005-06-28 10:20:43 ERROR: "TZ"/"tz" not supported

Browse pgsql-sql by date

  From Date Subject
Next Message Bruno Wolff III 2005-06-28 12:37:20 Re: ENUM like data type
Previous Message Mike Rylander 2005-06-28 11:22:36 Re: ENUM like data type