mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-03 00:02:25 -05:00
Update python/plugins/db_manager/db_plugins/postgis/connector.py
Co-Authored-By: Ailurupoda <akwalith@gmail.com>
This commit is contained in:
parent
0fcb64379f
commit
4f20f50ea3
@ -897,7 +897,6 @@ class PostGisDBConnector(DBConnector):
|
||||
|
||||
# comment the column
|
||||
if comment is not None:
|
||||
# Add the comment on the field
|
||||
schema, tablename = self.getSchemaTableName(table)
|
||||
sql = u"COMMENT ON COLUMN %s.%s.%s is '%s'" % (schema, tablename, column, comment)
|
||||
self._execute(c, sql)
|
||||
|
Loading…
x
Reference in New Issue
Block a user