We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent dfc5670 commit 1fd43c4Copy full SHA for 1fd43c4
python/plugins/processing/algs/gdal/ogr2ogrtabletopostgislist.py
@@ -70,7 +70,7 @@ def dbConnectionNames(self):
70
return settings.childGroups()
71
72
def defineCharacteristics(self):
73
- self.name = 'Import layer/table as table into PostGIS database (available connections)'
+ self.name = 'Import layer/table as geometryless table into PostgreSQL database'
74
self.group = '[OGR] Miscellaneous'
75
self.DB_CONNECTIONS = self.dbConnectionNames()
76
self.addParameter(ParameterSelection(self.DATABASE,
0 commit comments