Re: Is this error correct/possible? - Mailing list pgsql-jdbc

From Kevin Grittner
Subject Re: Is this error correct/possible?
Date
Msg-id s30dbc92.015@gwmta.wicourts.gov
Whole thread Raw
In response to Is this error correct/possible?  (Joost Kraaijeveld <J.Kraaijeveld@Askesis.nl>)
Responses Re: Is this error correct/possible?  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
My client has a standard that only a subset of the 7 bit ASCII character set is to be allowed in character columns in
theirdatabase (decimal 32 to 126 in most columns, decimal 10 also allowed in some).  They would prefer to see
exceptionsfrom the JDBC driver on attempts to insert or retrieve any character outside the ASCII range than to have it
silentlywritten or returned. 

In this particular case, do you see a problem with using the SQL_ASCII encoding?

Thanks,

-Kevin


>>> Kris Jurka <books@ejurka.com> 08/23/05 9:34 AM >>>

The JDBC documentation clearly states not to choose a SQL_ASCII
database for your data.

http://jdbc.postgresql.org/documentation/80/your-database.html


pgsql-jdbc by date:

Previous
From: Marc Herbert
Date:
Subject: Re: Is this encoding error correct/possible?
Next
From: David Gagnon
Date:
Subject: Re: implementing asynchronous notifications PLEASE CONFIRM MY