"Pavel B. Milovantsev" writes:
> Getting fresh 9.1devel I found that jdbc driver failed to obtain tables
> form the metadata call.
Yeah, this ties into the argument going on right now over whether the
collation assignment algorithm is up to snuff ... I'll see about fixing
it.
Getting fresh 9.1devel I found that jdbc driver failed to obtain tables
form the metadata call.
> ResultSet rs = dbMetaData.getTables(null, "%", tableNamePattern == null ? "%"
> : tableNamePattern, new String[]{"TABLE"});
ERROR: no collation was derived for the sort expression at character
1