Re: DatabaseMetaData.getExtraNameCharacters

From: Giuseppe Sacco <giuseppe(at)eppesuigoccas(dot)homedns(dot)org>
To: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: DatabaseMetaData.getExtraNameCharacters
Date: 2005-05-25 18:51:28
Message-ID: 1117047088.27493.36.camel@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Il giorno mer, 25-05-2005 alle 13:25 -0500, Kris Jurka ha scritto:
[...]
> ident_start [A-Za-z\200-\377_]
> ident_cont [A-Za-z\200-\377_0-9\$]
> identifier {ident_start}{ident_cont}*
>
> So \200-\377 is octal for any character with the high bit set. The list
> of what characters this could map to numbers in the tens of thousands for
> unicode, so it's not really feasibly to return in this method.
[...]

Thanks again Kris,
if I understand correclty, the valid charset is the one computed by the
attached class. It seems to me that this is 191 characters long.
Could you please let me know where I am wrong?

Giuseppe

Attachment Content-Type Size
pgchars.java text/x-java 343 bytes

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2005-05-25 19:59:58 Re: DatabaseMetaData.getExtraNameCharacters
Previous Message Kris Jurka 2005-05-25 18:25:25 Re: DatabaseMetaData.getExtraNameCharacters