Re: [OOT] timestamp / time ('now') in postgresql 7.2?

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: [OOT] timestamp / time ('now') in postgresql 7.2?
Дата
Msg-id 20020321222743.V96955-100000@houston.familyhealth.com.au
обсуждение исходный текст
Ответ на [OOT] timestamp / time ('now') in postgresql 7.2?  ("Johny Jugianto" <johny.q@rocketmail.com>)
Список pgsql-sql
> i'm have installed latest version of postgresql which is 7.2
> why i can not use timestamp('now') or time('now') ?
> it said : ERROR:    parser: parse error at or near "'"

Those two words have become a little more reserved.  If you go
"timestamp"('now') or "time"('now') it should work.

Even better, I think you can go timestamp 'now' or time 'now' instead
IIRC.

Chris



В списке pgsql-sql по дате отправления:

Предыдущее
От: "Johny Jugianto"
Дата:
Сообщение: [OOT] timestamp / time ('now') in postgresql 7.2?
Следующее
От: Vincent Stoessel
Дата:
Сообщение: Re: Migrating a MySQL schema with an enum