Re: pesky plpgsql - Mailing list pgsql-sql

From Walter McGinnis
Subject Re: pesky plpgsql
Date
Msg-id 1310.140.107.246.170.1049381225.squirrel@mars-hq.com
Whole thread Raw
In response to Re: pesky plpgsql  (Josh Berkus <josh@agliodbs.com>)
List 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



pgsql-sql by date:

Previous
From: sylfanie@club-internet.fr (Stephane)
Date:
Subject: Difficult query (for me)
Next
From: saads@umich.edu (Saad Saeed)
Date:
Subject: Creating a foreign key on the Union of two tables