View Single Post

   
  #2 (permalink)  
Old 04-16-2008, 12:59 AM
Tom Lane
 
Posts: n/a
Default Re: Problem calling stored function

"Francesco Storti" <francesco.storti@gmail.com> writes:
> Is there a problem in performing insert and update in a stored function
> called by java code?


Should work. Maybe you're rolling back the transaction later, or
something like that?

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 7: You can help support the PostgreSQL project by donating at

http://www.postgresql.org/about/donate

Reply With Quote