Changes between Version 2 and Version 3 of UsersWikiPostgisOnUbuntu
- Timestamp:
- 04/13/09 14:47:09 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiPostgisOnUbuntu
v2 v3 94 94 $ shp2pgsql -D myshape.shp mytable mytestdb | psql mytestdb 95 95 96 96 This will take the input file "myshape.shp" and create a new table, "mytable" in the database "mytestdb." 97 97 98 98 To see if your shape file is there: 99 99 100 100 $ psql mytestdb