P
S
S
S
S
S
S
P
P S
P
S
S
S
S
P
P
P
S
P
S
S
S
S
P S |
-b
-s srid
(-d|a|c|p)
-d
-a
-c
-p
-f filename
-g geometry_column_name
-h hostname
-D
-k
-i
-I
-p port
-P password
-r
-S
-u user
-w
-W
-N
-n
-? |
Use a binary cursor.
Set the SRID field. If not specified it defaults to -1.
These are mutually exclusive options:
Drops the table, then recreates it and populates it with current shape file data.
Appends shape file into current table, must be exactly the same table schema.
Creates a new table and populates it, default if you do not specify any options.
Prepare mode, only creates the table.
Use this option to specify the name of the file to create
Specify the name of the geometry column to be (S) created (P) exported.
Specify db server host name defaults to localhost.
Use postgresql dump format (defaults to sql insert statments).
Keep postgresql identifiers case.
Use int4 type for all integer dbf fields.
Create a GiST index on the geometry column.
Allows you to specify a database port other than the default. Defaults to 5432.
Connect to the database with the specified password.
Raw mode. Do not unescape attribute names and not skip the 'gid' attribute.
Generate simple geometries instead of MULTI geometries.
Connect to the database as the specified user.
Use wkt format (for postgis-0.x support - drops M - drifts coordinates).
encoding The character encoding of Shape's attribute column. (default : "ASCII")
policy Specify NULL geometries handling policy (insert,skip,abort)
Only import DBF file.
Display this help screen
|