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

From: Kris Jurka <books(at)ejurka(dot)com>
To: Michael Paesold <mpaesold(at)gmx(dot)at>
Cc: pgsql-jdbc(at)postgresql(dot)org, Dave Cramer <pg(at)fastcrypt(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: [pgsql-jdbc] dollar-quoted CREATE FUNCTION statement
Date: 2006-10-30 06:39:36
Message-ID: Pine.BSO.4.63.0610300136580.17615@leary2.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Fri, 6 Oct 2006, Michael Paesold wrote:

> I thought I'd keep you posted on my progress. Here is an updated
> work-in-progress patch implementing dollar-quotes, -- and /* */ quotes (also
> with SQL compliant nesting, i.e. /* /* */ */). It replaces my last one.

This looks good to me. Have you done anything further?

> - Add the same capabilities to V2Query. Should I just copy the corresponding
> parts of the code there? I don't see an easy way for code sharing here.
> Although it would be possible to factor parts into extra methods, I don't see
> that this would be a real win. Should I try? Comments?
>

Sharing would be good, but I agree there's no easy way for that to
work. Copying should be OK.

Kris Jurka

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Michael Paesold 2006-10-30 08:09:46 Re: [pgsql-jdbc] dollar-quoted CREATE FUNCTION statement fails
Previous Message Kris Jurka 2006-10-29 02:50:59 Re: JDBC CTS failures