Re: extract and variables in PL/pgSQL

From: Roberto Mello <rmello(at)cc(dot)usu(dot)edu>
To: Jan Wieck <janwieck(at)yahoo(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: extract and variables in PL/pgSQL
Date: 2002-06-06 16:10:06
Message-ID: 20020606161006.GA15097@cc.usu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Thu, Jun 06, 2002 at 08:20:55AM -0400, Jan Wieck wrote:
> >
> > NOTICE: Error occurred while executing PL/pgSQL function zastras
> > NOTICE: line 5 at select into variables
>
> First you're missing the error message, which should read
> something like
>
> ERROR: parser: parse error at or near "$1"
>
> Doesn't help much here, but it is usually a good idea to
> include error messages in reports like this.

Sorry Jan, I meant to paste that.

> It works if you leave out the keyword "timestamp" writing
>
> SELECT INTO w_result EXTRACT(epoch from w_temp1);
>
> because the variable w_temp1 is known to be of type timestamp
> already and therefore the a_expr node on the right hand side
> of from is valid.

Oh, okay. Thanks.

-Roberto

--
+----| http://fslc.usu.edu/ USU Free Software & GNU/Linux Club |------+
Roberto Mello - Computer Science, USU - http://www.brasileiro.net/
http://www.sdl.usu.edu/ - Space Dynamics Lab, Developer
Daddy, why do those people have to use Microsoft Windows?

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Joel Burton 2002-06-06 16:49:25 Re: simple select statement inquiry
Previous Message Josh Berkus 2002-06-06 16:02:21 Re: Indexing timestamps