我知道属性必须按我检查过的特定顺序排列。手册还说它在 2.0 版中已重命名,但我看不出有什么不同。
SQL error:
function pgr_createtopology(unknown, numeric, unknown, unknown) does not exist
LINE 1: SELECT pgr_createTopology('edges', 0.000001, 'way', 'osm_id'...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
在声明中:
SELECT pgr_createTopology('edges', 0.000001, 'way', 'osm_id')