On Mon, Jun 05, 2006 at 04:03:40PM -0400, Fay Du wrote: > > Hi everyone: > Sorry I forgot to list my pgsql2shp command. It is: > pgsql2shp -f route_output -r my_db SELECT gid, the_geom FROM > street_graph WHERE edge_id in > (1,221237,221249,221251,221267,221299,221301,221303,221305,221952,221962 > ) The 'SELECT ...' part must be quoted --strk;