Changes between Initial Version and Version 1 of Ticket #3495


Ignore:
Timestamp:
Mar 8, 2016, 9:17:17 AM (8 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3495 – Description

    initial v1  
    3232}}}
    3333
     34however this works okay -specifying schema of table
     35
     36
     37{{{
     38-- and then using shp2pgsql to restore
     39shp2pgsql -I -D -s 26986 data/MBTA_ARC public.mbta_lines | psql
     40}}}
     41
    3442
    3543So I guess we've got to exclude all these from my search_path logic I put in on #3490. Eventually I think we'll need to force everyone to install postgis in same schema and schema qualify at least these ones and relationship ones that rely on users schema to be in search path to work well.