附录 ==== A.1 Release Yukon 1.0.0 ------------------------------ 发布日期:2022/06/30 A.1.1 功能列表 ~~~~~~~~~~~~~~ 优化边缘网格划分。 A.1.2 已知问题 ~~~~~~~~~~~~~~ 同 1.0.0 Beta 版本。 A.2 Release Yukon 1.0.0 Beta ------------------------------ 发布日期:2022/05/20 A.2.1 新增功能列表 ~~~~~~~~~~~~~~~~~~~~~~~~ + 适配 PostGIS 3.2 的三个模块:postgis、postgis_raster、postgis_sfcgal + 新增 yukon_geogridcoder 模块 .. _compatibility_label: A.2.2 已知问题 ~~~~~~~~~~~~~~ 由于 openGauss 和 PostgreSQL 的差异,PostGIS的矢量和栅格功能还有以下测试未通过: 1. postgis模块 - st_clusterintersecting 不支持自定义的聚合函数 - st_makeline 不支持自定义的聚合函数 - st_asflatgeobuf 不支持自定义的聚合函数 - st_collect 不支持自定义的聚合函数 - st_polygonize 不支持自定义的聚合函数 - st_clusterwithin 不支持自定义的聚合函数 - st_asgeojson 不支持(缺少 IsValidJsonNumber) - st_concavehull 不支持(调用不支持的聚合函数) - st_asgeobuf 不支持自定义的聚合函数 - st_fromflatgeobuftotable 不支持(通常需要结合 ST_AsFlatGeobuf 一起使用,故不支持) - st_fromflatgeobuf 不支持(通常需要结合 ST_AsFlatGeobuf 一起使用,故不支持) - st_asmvtgeom 不支持自定义的聚合函数 - st_asmvt 不支持自定义的聚合函数 - st_clusterdbscan 不支持自定义窗口函数 - st_clusterkmeans 不支持自定义窗口函数 - addauth 不支持长事务 - checkauth 不支持长事务 - disablelongtransactions 不支持长事务 - enablelongtransactions 不支持长事务 - lockrow 不支持长事务 - unlockrows 不支持长事务 - 不支持中断操作 - 不支持 BRIN 索引 2. postgis_raster 模块 - ST_Nearestvalue 不支持 - ST_Dumpvalue 不支持 - ST_Intersection 不支持 - ST_Clip 不支持 A.3 Release Yukon 1.0.0 Alpha ------------------------------ 发布日期:2021/11/30 A.3.1 功能列表 ~~~~~~~~~~~~~~ + 适配 PostGIS 2.4 的三个模块:postgis、postgis_raster、postgis_sfcgal + 新增 yukon_geomodel 模块,开放 geomodel 对象的存储结构 A.3.2 已知问题 ~~~~~~~~~~~~~~ 由于 openGauss 和 PostgreSQL 的差异,PostGIS的矢量和栅格功能还有以下测试未通过: 1. postgis模块 - loader/Latin1 : varchar 默认为字节数而不是字符数 - loader/Latin1-implicit : varchar 默认为字节数而不是字符数 - cluster :目前不支持 ``window`` 函数 - long\_xact :和 WEB 相关,暂未测试 - typmod : copy 不支持 exception - 同时目前不支持中断操作。 2. postgis_raster模块 - rt\_tile : 聚合函数不支持 ``internal`` 参数,导致 ``st_union`` 无法使用,待修复 - rt\_summarystats : 缺少 ``st_summarystatsagg`` 聚合函数,待修复 - rt\_histogram : 缺少聚合函数 ``st_summarystatsagg`` ,待修复 - rt\_quantile : 缺少聚合函数 ``st_summarystatsagg`` ,待修复 - rt\_createoverview : 聚合函数不支持 ``internal`` 参数,导致 ``st_union`` 无法使用,待修复 - rt\_union : 聚合函数不支持 ``internal`` 参数,导致 ``st_union`` 无法使用,待修复 - rt\_elevation\_functions : 聚合函数不支持 ``internal`` 参数,导致 ``st_union`` 无法使用,待修复 - rt\_iscoveragetile : 聚合函数不支持 ``internal`` 参数,导致 ``st_union`` 无法使用,待修复 - rt\_mapalgebra : 聚合函数不支持 ``internal`` 参数,导致 ``st_union`` 无法使用,待修复 - rt\_mapalgebrafct :函数已废弃,推荐使用 ``ST_MapAlgebra``