Re: Problems with PLPGSQL

Поиск
Список
Период
Сортировка
От Alex
Тема Re: Problems with PLPGSQL
Дата
Msg-id 3FAA30DF.3060705@meerkatsoft.com
обсуждение исходный текст
Ответ на Re: Problems with PLPGSQL  (Richard Huxton <dev@archonet.com>)
Список pgsql-general
That works.
Thanks a lot.
Alex

Richard Huxton wrote:

>On Thursday 06 November 2003 10:00, Alex wrote:
>
>
>>Hi Richard,
>>as for the timestamp, both ways work fine, but the other problem still
>>exists. using a
>>''60 Min'' works just fine, but WHERE job_end + ($1::text || '' Min'' )
>>
>>
>
>You probably want a cast:
> + ($1::text || '' min'')::interval
>
>
>



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

Предыдущее
От: Martin Marques
Дата:
Сообщение: Re: PostgreSQL v7.4 Release Candidate 1 compile errors
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Problems with PLPGSQL