Re: Problems with PLPGSQL - Mailing list pgsql-general

From Alex
Subject Re: Problems with PLPGSQL
Date
Msg-id 3FAA30DF.3060705@meerkatsoft.com
Whole thread Raw
In response to Re: Problems with PLPGSQL  (Richard Huxton <dev@archonet.com>)
List 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 by date:

Previous
From: Martin Marques
Date:
Subject: Re: PostgreSQL v7.4 Release Candidate 1 compile errors
Next
From: Alvaro Herrera
Date:
Subject: Re: Problems with PLPGSQL