Changes between Initial Version and Version 1 of Ticket #3495
- Timestamp:
- 03/08/16 09:17:17 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3495 – Description
initial v1 32 32 }}} 33 33 34 however this works okay -specifying schema of table 35 36 37 {{{ 38 -- and then using shp2pgsql to restore 39 shp2pgsql -I -D -s 26986 data/MBTA_ARC public.mbta_lines | psql 40 }}} 41 34 42 35 43 So 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.