Re: Bad timestamp external representation - Mailing list pgsql-general

From Tom Lane
Subject Re: Bad timestamp external representation
Date
Msg-id 14238.1051588940@sss.pgh.pa.us
Whole thread Raw
In response to Re: Bad timestamp external representation  (Mark Tessier <m_tessier@sympatico.ca>)
Responses Re: Bad timestamp external representation  (Mark Tessier <m_tessier@sympatico.ca>)
Re: Bad timestamp external representation  (Mark Tessier <m_tessier@sympatico.ca>)
List pgsql-general
Mark Tessier <m_tessier@sympatico.ca> writes:
> Actually, that was the last thing I tried before I wrote this note. Before I entered

> herboris=> INSERT INTO cart (cartid, clientid, invdate, paydate) VALUES
> herboris-> (4469858, 2, 'current', 'now');
> And still got the same error message:
> ERROR:  Bad date external representation 'current'

'now' is the only accepted spelling.

('current' used to mean something subtly different from 'now', but that
meaning isn't supported anymore.)

            regards, tom lane


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Bug(?) with cursors using aggregate functions.
Next
From: Benjamin Scherrey
Date:
Subject: Re: Bug(?) with cursors using aggregate functions.