Re: pesky plpgsql

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Walter McGinnis <pg(at)mars-hq(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: pesky plpgsql
Date: 2003-04-02 06:03:03
Message-ID: 19016.1049263383@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Walter McGinnis <pg(at)mars-hq(dot)com> writes:
> When I call the function I get the following error:
> devpps=# select update_cat_keys();
> NOTICE: plpgsql: ERROR during compile of update_cat_keys near line 2
> ERROR: parse error at or near ";"
> The select in the loop runs fine in psql. So I'm stumped...

Hmm, it looks fine to me too. What PG version is this? Could you
provide the context (table creation commands, etc) so someone else
could try to run the function?

regards, tom lane

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Joe Conway 2003-04-02 06:26:10 Re: Rows as Columns
Previous Message Walter McGinnis 2003-04-02 04:37:03 pesky plpgsql