Re: PL/JAVA issues

From: Richard Broersma Jr <rabroersma(at)yahoo(dot)com>
To: pgsql-admin(at)postgresql(dot)org, yogesh <yogesh(dot)arora(dot)daffodil(at)gmail(dot)com>
Subject: Re: PL/JAVA issues
Date: 2007-10-31 23:06:41
Message-ID: 789869.5631.qm@web31811.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

--- On Wed, 10/31/07, yogesh <yogesh(dot)arora(dot)daffodil(at)gmail(dot)com> wrote:

> Step 6. Method calls and it founds the required method but then
> gives the Error that relation not Found ( Table) but the table exists
> in the Database....

When you specify that table name, did you qualify it with its associated schema? Also, depending on how you created your table names (created case sensitive tables names using quotations), you may need to need to supply the propery spelled and quoted table names to the pl function.

Regards,
Richard Broersma Jr.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2007-11-01 00:01:31 Re: How to kill process "idle in transaction"
Previous Message Phillip Smith 2007-10-31 21:48:15 Re: Upgrading from 7.2.1 to 8.x