Re: BUG #14294: Problem in generate series between dates

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #14294: Problem in generate series between dates
Дата
Msg-id 29141.1472065981@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #14294: Problem in generate series between dates  (John R Pierce <pierce@hogranch.com>)
Список pgsql-bugs
John R Pierce <pierce@hogranch.com> writes:
> the notation   type 'string value'   is a native constant in that type,
> while the notation 'string value'::type  generates a text constant and
> typecasts it.

Actually, no, there's no difference.  If the argument of ::type is
a simple string literal, it's just fed to the type's input parser.

            regards, tom lane

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

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: BUG #14294: Problem in generate series between dates
Следующее
От: Andrew Gierth
Дата:
Сообщение: Re: BUG #14294: Problem in generate series between dates