mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
better name for tool
This commit is contained in:
parent
dfc5670c5f
commit
1fd43c44f1
@ -70,7 +70,7 @@ class Ogr2OgrTableToPostGisList(OgrAlgorithm):
|
||||
return settings.childGroups()
|
||||
|
||||
def defineCharacteristics(self):
|
||||
self.name = 'Import layer/table as table into PostGIS database (available connections)'
|
||||
self.name = 'Import layer/table as geometryless table into PostgreSQL database'
|
||||
self.group = '[OGR] Miscellaneous'
|
||||
self.DB_CONNECTIONS = self.dbConnectionNames()
|
||||
self.addParameter(ParameterSelection(self.DATABASE,
|
||||
|
Loading…
x
Reference in New Issue
Block a user