Re: pesky plpgsql

From: Roberto Mello <rmello(at)cc(dot)usu(dot)edu>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Subject: Re: pesky plpgsql
Date: 2003-04-03 20:10:41
Message-ID: 20030403201041.GD19784@cc.usu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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!

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Stefan 2003-04-03 20:48:06 PowerBuilder and identity column
Previous Message Josh Berkus 2003-04-03 20:00:24 Re: pesky plpgsql