Changes between Version 3 and Version 4 of import layers postgis


Ignore:
Timestamp:
Jun 22, 2018 10:42:38 AM (7 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • import layers postgis

    v3 v4  
    2020~~ spatial_ref_sys is empty in the eda.0 database => collecting it from another database ~~ 
    2121 
    22 {{{!#sh 
     22{{{#!sh 
    2323pg_dump -U postgres -f "spatial_ref_sys.sql" --data-only --table public.spatial_ref_sys --inserts --verbose eda2.2 
    2424psql -U postgres -f spatial_ref_sys.sql eda2.0 
     
    3030I'm using the sql file from the postgis installation 
    3131 
    32 {{{!#sh 
     32{{{#! 
    3333psql -U postgres -f "C:/Program Files/PostgreSQL/9.6/share/contrib/postgis-2.4/spatial_ref_sys.sql" eda2.0 
    3434}}}