Re: temporary table problem

From: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
To: sanjeev kumar <vannalaspgsql(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: temporary table problem
Date: 2009-02-14 08:44:14
Message-ID: 4996845E.7070406@postnewspapers.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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 the error message
> like viewsummary table is already exists.

You might be better off contacting EnterpriseDB support about this.

If I had to guess after briefly skim-reading your message, though, I'd
say your problems are related to the fact that 8.1 does not have the
ability to automatically invalidate cached query plans in functions when
there are schema changes.

Search Google for:

plpgsql "temporary table" OR "temp table"

--
Craig Ringer

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Edoardo Panfili 2009-02-14 08:59:39 Re: can't figure string compare result (using also custom C function)
Previous Message Scott Marlowe 2009-02-14 03:40:30 Re: Remote Connection