Re: Exception using dollar-quoted string - Mailing list pgsql-jdbc

From Fichtenelch
Subject Re: Exception using dollar-quoted string
Date
Msg-id 000901c64f87$f28130d0$1530a8c0@hgworkstation0
Whole thread Raw
In response to Re: Exception using dollar-quoted string  (Kris Jurka <books@ejurka.com>)
Responses Re: Exception using dollar-quoted string
List pgsql-jdbc
And how are sql commands like

INSERT INTO table VALUES ($t$some text$t$)

(or UPDATE ...)

passed to the database? In that case dollar quotes are working
definitely.

Fichtenelch

> -----Original Message-----
> From: pgsql-jdbc-owner@postgresql.org [mailto:pgsql-jdbc-
> owner@postgresql.org] On Behalf Of Kris Jurka
> Sent: Friday, March 24, 2006 7:29 PM
> To: Fichtenelch
> Cc: pgsql-jdbc@postgresql.org
> Subject: Re: [JDBC] Exception using dollar-quoted string
>
>
>
> On Fri, 24 Mar 2006, Fichtenelch wrote:
>
> > works fine, also creating the function with php (phppgadmin). I have the
> > latest version of the jdbc driver.
> > Is this a bug, or my fault?
> >
>
> This is a known bug in the JDBC driver.  It does not support dollar
> quotes.
>
> Kris Jurka
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: explain analyze is your friend



pgsql-jdbc by date:

Previous
From: Tom Lane
Date:
Subject: Re: OutOfMemory causing connection leaks
Next
From: Kris Jurka
Date:
Subject: Re: Exception using dollar-quoted string