Re: pesky plpgsql

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: pesky plpgsql
Дата
Msg-id 200304031001.36024.josh@agliodbs.com
обсуждение исходный текст
Ответ на pesky plpgsql  (Walter McGinnis <walter@mars-hq.com>)
Ответы Re: pesky plpgsql  (Roberto Mello <rmello@cc.usu.edu>)
Re: pesky plpgsql  ("Walter McGinnis" <web@mars-hq.com>)
Список 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?

That's the only thing I can see, as the rest of your syntax looks fine.

(FYI, in PL/pgSQL, your function is not compiled until you run it.)

--
-Josh BerkusAglio Database SolutionsSan Francisco



В списке pgsql-sql по дате отправления:

Предыдущее
От: "Victor Yegorov"
Дата:
Сообщение: Re: auto-commit
Следующее
От: Joe Conway
Дата:
Сообщение: Re: Foreign key from another database