Bad timestamp external representation '2001-05-11 00.00.00'

From: "Samuele Brignoli" <samuele(dot)brignoli(at)darpha(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Bad timestamp external representation '2001-05-11 00.00.00'
Date: 2002-03-15 14:12:29
Message-ID: CNEDLAJNHCDEGDBGOHHCKEMOCMAA.samuele.brignoli@darpha.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all,

When trying to insert into a table I obtain this error :

An error occured at: 15/03/2002 15.04.41:
-2147467259: Error while executing the query;
ERROR: Bad timestamp external representation '2001-05-11 00.00.00'

Is this dot notation of date time not supported? I cannot change directly my
inserton query, so is there a way to enable this notation ( maybe
configuring locale ? ) ?

Thanks, Kako. --

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Christian von Kietzell 2002-03-15 14:24:10 How to get the name of a table's primary key?
Previous Message Jasbir D 2002-03-15 12:43:24 Re: PostgreSQL the right choice?