pgRouting

Changeset 98

Show
Ignore:
Timestamp:
01/24/08 12:45:12 (10 months ago)
Author:
anton
Message:

tsp functions fixed

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/extra/tsp/sql/routing_tsp_wrappers.sql

    r97 r98  
    200200        END IF; 
    201201 
    202         query := ' from ' || quote_ident(geom_table) || ' where source in (' ||  
     202        query := query || ' from ' || quote_ident(geom_table) || ' where source in (' ||  
    203203           ids || ')'', '''|| ids  ||''', '|| source  ||')'; 
    204204