Re: [GENERAL] temporary table problem

2009-02-14 Thread Craig Ringer
sanjeev kumar wrote: Hi, I am using EnterpriseDB(8.1) here is my individual procedure code [snip] Now my question is from DB side there's no error, But from UI (java) side while calling the procedure they are getting the null refcursor and as well as "op_errormessage" out parameter getting th

Re: [GENERAL] Temporary Table Problem

2001-09-29 Thread Stephan Szabo
IIRC, any things where you're doing creates/drops in plpgsql pretty much mean you have to generate the statements as strings and use EXECUTE which will prevent the plans from being cached. On Fri, 28 Sep 2001, Dinesh Parikh wrote: > Dear all, I have a strange problem.Document says that one can