Re: [pgsql-jdbc] dollar-quoted CREATE FUNCTION statement fails

From: Michael Paesold <mpaesold(at)gmx(dot)at>
To: Grégory Chazalon <Gregory(dot)Chazalon(at)advestigo(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: [pgsql-jdbc] dollar-quoted CREATE FUNCTION statement fails
Date: 2006-09-28 11:13:37
Message-ID: 451BAE61.6070802@gmx.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

About dollar-quoting in the JDBC driver...

Tom Lane wrote:
> Last I heard, the JDBC driver hadn't been taught about dollar quoting at
> all, so it's not surprising that a DQ literal within a query would
> confuse it.
>
> This ought to get fixed sometime ...

Grégory Chazalon write:
> It's too bad that the driver doesn't support this... I have no idea how
> difficult would it be to include such an improvement. However, do you
> think there is a chance to see this in one of the next releases ?
>
> Needless to say it would be greatly appreciated, at least by one user
> :-)

Me too.

I guess it's just a matter of coding, right? Would the JDBC maintainers
accept a patch for the 8.2 release of the driver?

Best Regards
Michael Paesold

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2006-09-28 12:54:44 Re: [pgsql-jdbc] dollar-quoted CREATE FUNCTION statement fails
Previous Message Kris Jurka 2006-09-28 04:27:57 Re: Switching database inside current connection