Changes between Version 6 and Version 7 of CookBook pgsql2shp
- Timestamp:
- Jun 11, 2010 12:27:44 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBook pgsql2shp
v6 v7 56 56 C:\"Program Files"\PostgreSQL\8.4\bin\pgsql2shp -f "C:\Documents and Settings\cedric\Mes documents\Migrateur\eda\exports_shape\catchments_france" -p 5433 -u postgres -P postgres -g the_geom -r -k eda2.0 "select * from ccm21.catchments where wso_id in (select wso_id from france.wso where area='France');" 57 57 }}} 58 == clc.surf_area_final == 59 {{{ 60 C:\"Program Files"\PostgreSQL\8.4\bin\pgsql2shp -f "C:\Documents and Settings\cedric\Mes documents\Migrateur\eda\exports_shape\surf_area_final" -p 5433 -u postgres -P postgres -g the_geom -r -k eda2.0 select clc.surf_area_final 61 }}}