Re: [PATCH] Escaping of SAVEPOINT names

From: Kris Jurka <books(at)ejurka(dot)com>
To: Michael Paesold <mpaesold(at)gmx(dot)at>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: [PATCH] Escaping of SAVEPOINT names
Date: 2006-11-06 05:46:59
Message-ID: Pine.BSO.4.63.0611060046400.23864@leary2.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2006-11-06 05:50:09 Re: [PATCH] Comments in PGbytea byte[] to pgstring conversion
Previous Message Michael Paesold 2006-11-05 21:28:30 [PATCH] Comments in PGbytea byte[] to pgstring conversion