Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added hstore and inet fields to postgres provider
  • Loading branch information
3nids committed Feb 21, 2013
1 parent 5718a48 commit 8176da0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/providers/postgres/qgspostgresprovider.cpp
Expand Up @@ -712,6 +712,8 @@ bool QgsPostgresProvider::loadFields()
fieldTypeName == "bpchar" ||
fieldTypeName == "bool" ||
fieldTypeName == "geometry" ||
fieldTypeName == "hstore" ||
fieldTypeName == "inet" ||
fieldTypeName == "money" ||
fieldTypeName == "ltree" ||
fieldTypeName == "uuid" ||
Expand Down

0 comments on commit 8176da0

Please sign in to comment.