Re: plpgsql

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Martin Marques <martin(at)bugs(dot)unl(dot)edu(dot)ar>
Cc: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>, pgsql-general(at)postgresql(dot)org
Subject: Re: plpgsql
Date: 2003-10-20 13:54:39
Message-ID: 2303.1066658079@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Martin Marques <martin(at)bugs(dot)unl(dot)edu(dot)ar> writes:
> OK, let me be more specific. I tried this aready with this error:

> 2003-10-20 09:28:05 [27039] ERROR: parser: parse error at or near ")" at
> character 15
> 2003-10-20 09:28:05 [27039] WARNING: plpgsql: ERROR during compile of
> objetosdatosactualizadicc near line 2

Line 2 of the function is not where your assignment is; there seems to
be something wrong with your first variable declaration. I'm not sure
what --- when I copied-and-pasted the text it worked fine. One
possibility is that you seem to have tabs rather than spaces between
the variable name and datatype --- if you are trying to feed this file
in via psql, that could possibly boomerang on you.

regards, tom lane

In response to

  • Re: plpgsql at 2003-10-20 12:39:00 from Martin Marques

Responses

  • Re: plpgsql at 2003-10-20 14:13:45 from Martin Marques

Browse pgsql-general by date

  From Date Subject
Next Message Daniel E. Fisher 2003-10-20 14:08:08 Pgsql 7.3.3 on redhat 7.2
Previous Message Daniel E. Fisher 2003-10-20 13:53:31 Pgsql 7.3.3 on redhat 7.2 machin