Re: Bad timestamp external representation

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bad timestamp external representation
Дата
Msg-id 14238.1051588940@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Bad timestamp external representation  (Mark Tessier <m_tessier@sympatico.ca>)
Ответы Re: Bad timestamp external representation  (Mark Tessier <m_tessier@sympatico.ca>)
Re: Bad timestamp external representation  (Mark Tessier <m_tessier@sympatico.ca>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Bug(?) with cursors using aggregate functions.
Следующее
От: Benjamin Scherrey
Дата:
Сообщение: Re: Bug(?) with cursors using aggregate functions.