Changes between Version 3 and Version 4 of import layers postgis
- Timestamp:
- Jun 22, 2018 10:42:38 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
import layers postgis
v3 v4 20 20 ~~ spatial_ref_sys is empty in the eda.0 database => collecting it from another database ~~ 21 21 22 {{{ !#sh22 {{{#!sh 23 23 pg_dump -U postgres -f "spatial_ref_sys.sql" --data-only --table public.spatial_ref_sys --inserts --verbose eda2.2 24 24 psql -U postgres -f spatial_ref_sys.sql eda2.0 … … 30 30 I'm using the sql file from the postgis installation 31 31 32 {{{ !#sh32 {{{#! 33 33 psql -U postgres -f "C:/Program Files/PostgreSQL/9.6/share/contrib/postgis-2.4/spatial_ref_sys.sql" eda2.0 34 34 }}}