Re: pesky plpgsql

From: "Walter McGinnis" <web(at)mars-hq(dot)com>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: Re: pesky plpgsql
Date: 2003-04-03 14:47:04
Message-ID: 1310.140.107.246.170.1049381225.squirrel@mars-hq.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> Walter,
>
>> CREATE FUNCTION update_cat_keys() RETURNS integer AS '
>> declare
>> v_row RECORD;
>
> What's in-between v_row and RECORD? Maybe a non-standard tab
> character?
>

You hit the nail on the head. I went on to other stuff and figured out
that the tabs in were what was causing the problem.

Walter

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message chester c young 2003-04-03 17:09:25 Re: auto-commit
Previous Message Tom Lane 2003-04-03 14:38:07 Re: simple trigger question ...