File: sampledata.rest

package info (click to toggle)
pgrouting 2.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 14,232 kB
  • ctags: 1,566
  • sloc: cpp: 74,626; ansic: 6,036; sql: 2,889; sh: 635; perl: 523; makefile: 67
file content (11 lines) | stat: -rw-r--r-- 673 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
 NOTICE:  CREATE TABLE will create implicit sequence "edge_table_id_seq" for serial column "edge_table.id"
 NOTICE:  PROCESSING:
 NOTICE:  pgr_createTopology('edge_table',0.001,'the_geom','id','source','target','true')
 NOTICE:  Performing checks, pelase wait .....
 NOTICE:  Creating Topology, Please wait...
 NOTICE:  -------------> TOPOLOGY CREATED FOR  18 edges
 NOTICE:  Rows with NULL geometry or NULL id: 0
 NOTICE:  Vertices table for table public.edge_table is: public.edge_table_vertices_pgr
 NOTICE:  ----------------------------------------------
OK
 NOTICE:  CREATE TABLE will create implicit sequence "vertex_table_id_seq" for serial column "vertex_table.id"