Registering a pg_geometry table with a numeric (2,0) field with ArcSDE 9.3.1, the 2-digit values of the numeric field are changed.
上次发布: August 25, 2014ArcSDE/Enterprise Geodatabase
漏洞 ID 编号
NIM049251
已提交
October 1, 2009
上次修改时间
April 2, 2025
适用范围
ArcSDE/Enterprise Geodatabase
找到的版本
9.3.1
修正版本
N/A
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
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