Skip to content

Commit

Permalink
Update ImportIntoPostGIS.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni Manghi committed Sep 29, 2013
1 parent 7670081 commit 5267757
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/processing/admintools/ImportIntoPostGIS.py
Expand Up @@ -96,6 +96,7 @@ def defineCharacteristics(self):
self.group = "PostGIS management tools" self.group = "PostGIS management tools"
self.addParameter(ParameterVector(self.INPUT, "Layer to import")) self.addParameter(ParameterVector(self.INPUT, "Layer to import"))
self.addParameter(ParameterString(self.DATABASE, "Database (connection name)")) self.addParameter(ParameterString(self.DATABASE, "Database (connection name)"))
self.addParameter(ParameterString(self.SCHEMA, "Schema (schema name)"))
self.addParameter(ParameterString(self.TABLENAME, "Table to import to")) self.addParameter(ParameterString(self.TABLENAME, "Table to import to"))
self.addParameter(ParameterBoolean(self.OVERWRITE, "Overwrite", True)) self.addParameter(ParameterBoolean(self.OVERWRITE, "Overwrite", True))
self.addParameter(ParameterBoolean(self.CREATEINDEX, "Create spatial index", True)) self.addParameter(ParameterBoolean(self.CREATEINDEX, "Create spatial index", True))
Expand Down

0 comments on commit 5267757

Please sign in to comment.