modifying the corresponding entry in the sde.sde_column_registry, the values will all be correct:pgis=# update sde.sde_column_registry set sde_type=4 where table_name = 'windt' and column_name = 'wid';UPDATE 1pgis=# update sde.sde_column_registry set decimal_digits=0 where table_name = 'windt' and column_name = 'wid';UPDATE 1