Tom Lane wrote:
> I wonder though whether we could offer some tweaking on client side.
> For instance consider the JDBC driver's getMetaData operations.
> You could imagine a JDBC driver mode that would smash all returned
> identifiers to upper case.
Then again, JDBC applications can query
DatabaseMetaData.storesUpperCaseIdentifiers().
--
Peter Eisentraut
http://developer.postgresql.org/~petere/