Re: pesky plpgsql

Поиск
Список
Период
Сортировка
От Roberto Mello
Тема Re: pesky plpgsql
Дата
Msg-id 20030403201041.GD19784@cc.usu.edu
обсуждение исходный текст
Ответ на Re: pesky plpgsql  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: pesky plpgsql  (Josh Berkus <josh@agliodbs.com>)
Список 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 по дате отправления:

Предыдущее
От: Jan Wieck
Дата:
Сообщение: Re: pesky plpgsql
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: pesky plpgsql