Could you please point me to the fine document where I can information
regarding:
Is there a way to force PostgreSQL or the jdbc Driver to return column
headers all in upper-case letters?
e.g. table test with column ID type int:
I want that a 'select * from test;' returns 'ID' not 'id' as column header.
regards,
Reinhard