BUG #3665: INSERT is not allowed in a non-volatile function - Mailing list pgsql-bugs

From Evgeni
Subject BUG #3665: INSERT is not allowed in a non-volatile function
Date
Msg-id 200710101301.l9AD1qos002885@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #3665: INSERT is not allowed in a non-volatile function
List pgsql-bugs
The following bug has been logged online:

Bug reference:      3665
Logged by:          Evgeni
Email address:      evgeni117@mail.ru
PostgreSQL version: 8.1.7
Operating system:   Linux Redhat 7.2
Description:        INSERT is not allowed in a non-volatile function
Details:

I write  function in c. in function using SPI_exeс("INSERT ...
CREATE OR REPLACE FUNCTION my_fun(character varying, character varying,
integer)
  RETURNS integer AS
'$libdir/my_fun', 'my_fun'
  LANGUAGE 'c'  VOLATILE STRICT;

On SPI_exec see erorr ERROR:  INSERT is not allowed in a non-volatile
function
Manualy INSERT is command, all ok!
Ok/
I'm make example
:http://www.postgresql.org/docs/8.1/interactive/spi-examples.html
INSERT INTO a VALUES (execq('INSERT INTO a VALUES (0)',0));
The same error!!!
Help me/

pgsql-bugs by date:

Previous
From: Gregory Stark
Date:
Subject: Re: PQmakeEmptyPQresult makes my application dumps core?
Next
From: "Yves"
Date:
Subject: BUG #3666: Truncated Parameter in LDAP string when spaces contained