Re: PL/SQL question - Mailing list pgsql-general

From Stephan Szabo
Subject Re: PL/SQL question
Date
Msg-id 20040421102501.T59113@megazone.bigpanda.com
Whole thread Raw
In response to Re: PL/SQL question  ("Froggy / Froggy Corp." <froggy@froggycorp.com>)
List 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 by date:

Previous
From: "Marc G. Fournier"
Date:
Subject: Re: [OT] Tom's/Marc's spam filters?
Next
From: Andrew Sullivan
Date:
Subject: Re: Replication