#857 closed enhancement (worksforme)
shp2pgsql with single argument
Reported by: | strk | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
Allow this kind of call:
shp2pgsql lines.shp
to make up a table name looking at the shapefile name.
Change History (3)
comment:1 by , 14 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 by , 14 years ago
Great, but the help message doesn't say so:
USAGE: shp2pgsql [<options>] <shapefile> [<schema>.]<table>
Should be corrected to be:
USAGE: shp2pgsql [<options>] <shapefile> [[<schema>.]<table>]
or something like that
Note:
See TracTickets
for help on using tickets.
It already does this. Tested in 1.5 and trunk.