mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Merge pull request #433 from 3nids/pg_hstore
added hstore and inet fields to postgres provider
This commit is contained in:
commit
24ea8b2c57
@ -712,6 +712,8 @@ bool QgsPostgresProvider::loadFields()
|
||||
fieldTypeName == "bpchar" ||
|
||||
fieldTypeName == "bool" ||
|
||||
fieldTypeName == "geometry" ||
|
||||
fieldTypeName == "hstore" ||
|
||||
fieldTypeName == "inet" ||
|
||||
fieldTypeName == "money" ||
|
||||
fieldTypeName == "ltree" ||
|
||||
fieldTypeName == "uuid" ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user