Re: pesky plpgsql - Mailing list pgsql-sql

From Roberto Mello
Subject Re: pesky plpgsql
Date
Msg-id 20030403201041.GD19784@cc.usu.edu
Whole thread Raw
In response to Re: pesky plpgsql  (Josh Berkus <josh@agliodbs.com>)
Responses Re: pesky plpgsql
List pgsql-sql
On Thu, Apr 03, 2003 at 10:01:36AM -0800, Josh Berkus wrote:
> 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?

"non-standard tab character"? Are you saying tab is non-standard or that
there's some sort of weird tab character that could be being used in this
case?

I've always used tabs in my PL/pgSQL functions and it works just fine.
-Roberto

-- 
+----|        Roberto Mello   -    http://www.brasileiro.net/  |------+
+       Computer Science Graduate Student, Utah State University      +
+       USU Free Software & GNU/Linux Club - http://fslc.usu.edu/     +
A poor excuse is better than no excuse!



pgsql-sql by date:

Previous
From: Jan Wieck
Date:
Subject: Re: pesky plpgsql
Next
From: Josh Berkus
Date:
Subject: Re: pesky plpgsql