From 7324d5399705a6eb613ce2ae903200a71409898e Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Tue, 12 Apr 2011 10:30:33 +0000 Subject: [PATCH] reference (http://www.enterprisedb.com/docs/en/9.0/pg/release-9-0.html) --- plugins/dbms/postgresql/fingerprint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dbms/postgresql/fingerprint.py b/plugins/dbms/postgresql/fingerprint.py index 730b1d4dd..9c34b957f 100644 --- a/plugins/dbms/postgresql/fingerprint.py +++ b/plugins/dbms/postgresql/fingerprint.py @@ -108,7 +108,7 @@ class Fingerprint(GenericFingerprint): logger.info(infoMsg) if inject.checkBooleanExpression("LENGTH(TO_CHAR(1, 'EEEE'))>0"): - Backend.setVersion(">= 9.0.3") + Backend.setVersion(">= 9.0.0") elif inject.checkBooleanExpression("2=(SELECT DIV(6, 3))"): Backend.setVersion(">= 8.4.0") elif inject.checkBooleanExpression("EXTRACT(ISODOW FROM CURRENT_TIMESTAMP)<8"):