Re: Problems with PLPGSQL

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Problems with PLPGSQL
Дата
Msg-id 20031106142729.GA18854@wolff.to
обсуждение исходный текст
Ответ на Re: Problems with PLPGSQL  (Alex <alex@meerkatsoft.com>)
Список pgsql-general
On Thu, Nov 06, 2003 at 18:17:52 +0900,
  Alex <alex@meerkatsoft.com> wrote:
> Hi Jason,
> thanks, for the reply. Tried that one but still getting an error
>
> Unable to identify an operator + for types timestamp without time zone
> and text ....

You probably need an explicit cast from text to interval. An untyped
(unknown) string gets handled differently than one of type text.

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Problems with PLPGSQL
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: Sequences without blank holes