Index: temp/trunk/html/install/index.php
===================================================================
--- temp/trunk/html/install/index.php	(revision 6181)
+++ temp/trunk/html/install/index.php	(revision 6182)
@@ -542,4 +542,8 @@
 				}
 			}
+			if($arrRet['db_type'] == 'pgsql') {
+				$arrRet = $objDB->getAll("select version()");
+				sfPrintR($arrRet); 
+			}
 		}
 	}
