You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT id, in_edges, out_edges
FROM pgr_extractVertices('SELECT id, source, target::INTEGER FROM edges_table');
RROR: structure of query does not match function result type
HINT: Please check query: SELECT id, source, target FROM wiki
CONTEXT: PL/pgSQL function pgr_extractvertices(text,boolean) line 310 at RAISE
The text was updated successfully, but these errors were encountered:
To reproduce
The text was updated successfully, but these errors were encountered: