Re: 7.2b Timestamp

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: 7.2b Timestamp
Дата
Msg-id 3BF2F936.E58C3118@fourpalms.org
обсуждение исходный текст
Ответ на 7.2b Timestamp  (Dave Smith <dave@candata.com>)
Список pgsql-general
> This means you need to write
>         select "timestamp"(date '1998-02-24', time '23:07');

Less painful might be to use a different syntax:

  select (date '1998-02-24' + time '23:07');

should do what you need. Other places where you might be tempted to use
a function call to accomplish type conversion might be handled using the
CAST() function or operator.

                       - Thomas

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: 7.2b Timestamp
Следующее
От: "Thomas T. Thai"
Дата:
Сообщение: gborg was Re: Sourceforge on Oracle?