Changes between Version 2 and Version 3 of UsersWikiPostgisOnUbuntu


Ignore:
Timestamp:
Apr 13, 2009, 2:47:09 PM (15 years ago)
Author:
pierre
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiPostgisOnUbuntu

    v2 v3  
    9494        $ shp2pgsql -D myshape.shp mytable mytestdb | psql mytestdb
    9595
    96   This will take the input file "myshape.shp" and create a new table, "mytable" in the database "mytestdb."
     96 This will take the input file "myshape.shp" and create a new table, "mytable" in the database "mytestdb."
    9797
    98   To see if your shape file is there:
     98 To see if your shape file is there:
    9999
    100100        $ psql mytestdb