Re: Problems with PLPGSQL

From: Alex <alex(at)meerkatsoft(dot)com>
To: Richard Huxton <dev(at)archonet(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Problems with PLPGSQL
Date: 2003-11-06 11:30:39
Message-ID: 3FAA30DF.3060705@meerkatsoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
>
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2003-11-06 12:42:31 Re: Problems with PLPGSQL
Previous Message Martin Marques 2003-11-06 11:24:46 Re: PostgreSQL v7.4 Release Candidate 1 compile errors