Index: class.db_pgsql.inc.php =================================================================== RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.db_pgsql.inc.php,v retrieving revision 1.30.2.1.2.2 diff -c -r1.30.2.1.2.2 class.db_pgsql.inc.php *** class.db_pgsql.inc.php 16 Jul 2003 06:39:26 -0000 1.30.2.1.2.2 --- class.db_pgsql.inc.php 7 Aug 2003 04:54:15 -0000 *************** *** 282,293 **** { while ($t = each($table)) { ! $result = pg_Exec($this->Link_ID,'lock table ' . $t[1] . ' in share mode'); } } else { ! $result = pg_Exec($this->Link_ID, 'lock table ' . $table . ' in share mode'); } } else --- 282,293 ---- { while ($t = each($table)) { ! $result = pg_Exec($this->Link_ID,'lock table ' . $t[1] . ' in exclusive mode'); } } else { ! $result = pg_Exec($this->Link_ID, 'lock table ' . $table . ' in shared mode'); } } else