Changes between Version 5 and Version 6 of CookBook pgsql2shp
- Timestamp:
- Jun 11, 2010 11:22:46 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBook pgsql2shp
v5 v6 51 51 C:\"Program Files"\PostgreSQL\8.4\bin\pgsql2shp -f "C:\Documents and Settings\cedric\Mes documents\Migrateur\eda\exports_shape\riversegments_france" -p 5433 -u postgres -P postgres -g the_geom -r -k eda2.0 "select * from ccm21.riversegments where wso_id in (select wso_id from france.wso where area='France');" 52 52 }}} 53 == ccm21.catchments_france == 54 55 {{{ 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 }}}