in 8.1+ many char(n) type columns must be in uppercase in database.
What is best way to force this ?
Should insert and update triggers created for every table or is there better
way,
for example by creation domain or adding some attribute to column and
creating global trigger?
Andrus