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

From Markus Schaber
Subject Re: [pgsql-jdbc] dollar-quoted CREATE FUNCTION statement fails
Date
Msg-id 451ED858.80601@logix-tt.com
Whole thread Raw
In response to Re: [pgsql-jdbc] dollar-quoted CREATE FUNCTION statement fails  (Michael Paesold <mpaesold@gmx.at>)
Responses Re: [pgsql-jdbc] dollar-quoted CREATE FUNCTION statement fails  (Michael Paesold <mpaesold@gmx.at>)
List pgsql-jdbc
Hi, Michael,

Michael Paesold wrote:

> (c > 127) should be the same as (c >= '\200'), but I find the first one
> more readable. I am probably not used to reading hex numbers. ;-)

Just to be picky: The "200" is octal, not hex. The hex value for 128 is
0x80. :-)


HTH,
Markus

pgsql-jdbc by date:

Previous
From: Michael Paesold
Date:
Subject: Re: [pgsql-jdbc] dollar-quoted CREATE FUNCTION statement fails
Next
From: Mikko Tiihonen
Date:
Subject: Query ResultSet parsing speedup patch (resend)