Re: [BUGS] Collation problem right from AbstractJdbc2DatabaseMetaData.getTables

2011-03-11 Thread Tom Lane
"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.

[BUGS] Collation problem right from AbstractJdbc2DatabaseMetaData.getTables

2011-03-11 Thread Pavel B. Milovantsev
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