Skip to content
Permalink
Browse files
Add minorVersion() method, fix doc of majorVersion()
  • Loading branch information
Sandro Santilli committed Dec 7, 2012
1 parent 7b61b83 commit 542f814
Showing 1 changed file with 4 additions and 1 deletion.
@@ -110,9 +110,12 @@ class QgsPostgresConn : public QObject
//! encode wkb in hex
bool useWkbHex() { return mUseWkbHex; }

//! major PostgreSQL version
//! major PostGIS version
int majorVersion() { return mPostgisVersionMajor; }

//! minor PostGIS version
int minorVersion() { return mPostgisVersionMinor; }

//! PostgreSQL version
int pgVersion() { return mPostgresqlVersion; }

0 comments on commit 542f814

Please sign in to comment.