I am using pgRouting on PostgreSQL 9.6, and for pgRouting. I need to run pg_createToplogy on the roads data, but it splits the roads at intersections and add source and target in respective columns.
Is there a way to avoid the breaking at intersection and populate Source and target column using pg_createTopology?