Index: /temp/trunk/data/module/DB/pgsql.php
===================================================================
--- /temp/trunk/data/module/DB/pgsql.php	(revision 2475)
+++ /temp/trunk/data/module/DB/pgsql.php	(revision 6113)
@@ -29,4 +29,7 @@
  * Obtain the DB_common class so it can be extended from
  */
+
+ print("kita");
+ 
 require_once DB_PHP_DIR . '/DB/common.php';
 
Index: /temp/trunk/data/module/DB/common.php
===================================================================
--- /temp/trunk/data/module/DB/common.php	(revision 5890)
+++ /temp/trunk/data/module/DB/common.php	(revision 6113)
@@ -28,5 +28,5 @@
  * Obtain the PEAR class so it can be extended from
  */
-require_once 'PEAR.php';
+require_once DB_PHP_DIR . 'PEAR.php';
 
 /**
