diff --git a/htdocs/core/db/pgsql.class.php b/htdocs/core/db/pgsql.class.php index a46141dc2fd..efb9888f8b3 100644 --- a/htdocs/core/db/pgsql.class.php +++ b/htdocs/core/db/pgsql.class.php @@ -190,7 +190,7 @@ class DoliDBPgsql extends DoliDB else if (preg_match('/DROP TABLE/i',$line)) $type='dml'; } - $line=preg_replace('/ as signed\)/i',' as integer\)',$line); + $line=preg_replace('/ as signed\)/i',' as integer)',$line); if ($type == 'dml') {