Re: Bug in JDBC CREATE FUNCTION syntax?

From: Kris Jurka <books(at)ejurka(dot)com>
To: Olivier Hubaut <olivier(at)scmbb(dot)ulb(dot)ac(dot)be>
Cc: PgSQL JDBC <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Bug in JDBC CREATE FUNCTION syntax?
Date: 2003-12-10 09:35:43
Message-ID: Pine.LNX.4.33.0312100433060.3460-100000@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Wed, 10 Dec 2003, Olivier Hubaut wrote:

> I'm trying to do a create function using JDBC 3,0 in Eclipse IDE with
> JFaceDBC plugin.

I don't know the JFaceDBC plugin does, but it seems like the @user_schema@
and what not indicate a replacement scheme. Is it possible that it also
alters the function body somehow?

I don't think this is a backend or JDBC problem. If you think otherwise a
more complete example that can be run without Eclipse will be necessary.

Kris Jurka

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Olivier Hubaut 2003-12-10 09:52:03 Re: Bug in JDBC CREATE FUNCTION syntax?
Previous Message Olivier Hubaut 2003-12-10 09:27:45 Bug in JDBC CREATE FUNCTION syntax?