From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Jure Koren <jure(at)hehe(dot)si> |
Cc: | pgsql-jdbc(at)postgresql(dot)org |
Subject: | Re: dollar quoting |
Date: | 2006-10-03 20:51:16 |
Message-ID: | 10998.1159908676@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
Jure Koren <jure(at)hehe(dot)si> writes:
> On Tuesday 03 October 2006 21:54, Tom Lane wrote:
>> No ... a locale-dependent character class test is exactly the wrong
>> thing. See the other discussion.
> But it isn't locale dependent. All unicode letter class character match,
> regardless of locale (which is what the postgres docs say as well).
The point is that it's the wrong thing because it doesn't match what the
backend does: all characters > 127 are allowed in dollar tags, no matter
whether Java thinks they are letters or not.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paesold | 2006-10-03 21:47:02 | Re: [pgsql-jdbc] dollar-quoted CREATE FUNCTION statement fails |
Previous Message | Jure Koren | 2006-10-03 20:36:53 | Re: dollar quoting |