Re: create function with dollar quoted body

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: create function with dollar quoted body
Date: 2012-03-10 21:09:57
Message-ID: jjgftu$vv$1@dough.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Jack Douglas wrote on 09.03.2012 21:06:
> I don't know if this is a netbeans problem or a jdbc problem, but when
> executing a 'CREATE FUNCTION' script with the body dollar quoted, an
> error results.

It is a NetBeans problem. If the statement is parsed correctly there is no problem creating a function through JDBC

Thomas

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Florent Guillaume 2012-03-11 15:08:49 Re: create function with dollar quoted body
Previous Message Jack Douglas 2012-03-10 19:13:18 Re: create function with dollar quoted body