Index: temp/trunk/html/install/index.php
===================================================================
--- temp/trunk/html/install/index.php	(revision 6184)
+++ temp/trunk/html/install/index.php	(revision 6185)
@@ -544,5 +544,6 @@
 			if($arrRet['db_type'] == 'pgsql') {
 				$arrRet = $objDB->getAll("select version()");
-				sfPrintR($arrRet);
+				$arrLine = split(" " , $arrRet[0]);
+				$objPage->tpl_db_version = $arrLine[0] . " " . $arrLine[1];
 			}
 		}
