Subject database dialect migration
Author tdtappe
If I want to migrate a 2.0 database from dialect 1 to 3 (switch it via
gfix), how can I determine for instance which numeric columns
(precision >= 10) are already stored as scaled integers and which are
still stored as double precision?

--Heiko