Better error message on character set mismatches during conversion to unicode.

Barry Lind <barry@xythos.com>

Commit: abcec0c12513ff6ec87cb946bf66a78169acde9c
Author: Barry Lind <barry@xythos.com>
Date: 2003-02-09T23:14:55Z
Releases: 7.4.1
Better error message on character set mismatches during conversion to unicode.
Also applied patch from Lars Stenberg to make callable statements use the form
select * from func() when running against a 7.3 server instead of select func() to allow for set returning functions to be called.

 Modified Files:
 	jdbc/org/postgresql/errors.properties
 	jdbc/org/postgresql/core/Encoding.java
 	jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java

Files