名前

ValidateTopology — トポロジの問題についての詳細を示すvalidatetopology_returntypeの集合を返します。

概要

setof validatetopology_returntype ValidateTopology(varchar topology_schema_name);

説明

トポロジの問題についての詳細を示すvalidatetopology_returntypeの集合を返します。発生しうるエラーの一覧についてはvalidatetopology_returntypeを参照して下さい。

初出: 1.?

機能強化: 2.0.0では、より効果的なエッジ交差検出が可能になり、以前の版で残っていた偽陽性を解決しています。

SELECT * FROM  topology.ValidateTopology('ma_topo');
      error        | id1 | id2
-------------------+-----+-----
face without edges |   0 |                                
                                

関連情報

validatetopology_returntype, Topology_Load_Tiger