Re: PL/SQL question

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: PL/SQL question
Дата
Msg-id 20040421102501.T59113@megazone.bigpanda.com
обсуждение исходный текст
Ответ на Re: PL/SQL question  ("Froggy / Froggy Corp." <froggy@froggycorp.com>)
Список pgsql-general
On Wed, 21 Apr 2004, Froggy / Froggy Corp. wrote:

>     In fact the problem seems to come from the "INSERT INTO". I delete
> everything from the function and only keep the "INSERT INTO" and get the
> same problem.

A function like:
create function fz1() returns void as '
begin
 INSERT INTO categorie (nom) VALUES (''test'');
 RETURN;
end;' language 'plpgsql';

seems to work for me, what are you trying precisely?

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