View Single Post

   
  #2 (permalink)  
Old 04-10-2008, 11:10 AM
Tom Lane
 
Posts: n/a
Default Re: BUG #3665: INSERT is not allowed in a non-volatile function

"Evgeni" <evgeni117@mail.ru> writes:
> On SPI_exec see erorr ERROR: INSERT is not allowed in a non-volatile
> function


You didn't show us your code, but somehow or other you're managing to
pass read_only = true to the SPI execution code.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Reply With Quote