>We have java applications currently using either Postgresql 6.4 or
>Interbase. We use Interbase as we need unicode.
>
>The support for unicode in Postgresql 6.5 is unclear to me. I can also
>see no mention of Unicode in the jdbc driver documentation.
>
>Can I install postgresql 6.5 so as to be able to save and restore the
>unicode from java?
>
>If so how?
I'm not sure about JDBC, but definitely PostgreSQL supports Unicode if
you enable MB option.
configure --with-mb=UNICODE
--
Tatsuo Ishii