Re: [PATCH] Escaping of SAVEPOINT names - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: [PATCH] Escaping of SAVEPOINT names
Date
Msg-id Pine.BSO.4.63.0611060046400.23864@leary2.csoft.net
Whole thread Raw
In response to [PATCH] Escaping of SAVEPOINT names  (Michael Paesold <mpaesold@gmx.at>)
List pgsql-jdbc

On Sun, 5 Nov 2006, Michael Paesold wrote:

> Escaping of savepoint names in org.postgresql.jdbc3.PSQLSavepoint is
> incorrect. Backslashes in (double-quoted) savepoint names are doubled for
> escaping, but AFAIK, and as my testing shows, savepoint names are like
> identifiers, so regular identifier quoting applies to them.
>

Applied to 8.0, 8.1, and HEAD.

Kris Jurka

pgsql-jdbc by date:

Previous
From: Michael Paesold
Date:
Subject: [PATCH] Comments in PGbytea byte[] to pgstring conversion
Next
From: Kris Jurka
Date:
Subject: Re: [PATCH] Comments in PGbytea byte[] to pgstring conversion