set the search_path
This commit is contained in:
parent
3b6cdfb9fb
commit
81fde67755
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ class Database extends DatabaseCore
|
|||
|
||||
parent::__construct($noalyss_user, $password, $l_dossier, $host, $port);
|
||||
|
||||
$this->exec_sql('set search_path to public,pg_catalog;');
|
||||
if ($this->exist_schema('comptaproc')) {
|
||||
$this->exec_sql('set search_path to public,comptaproc,pg_catalog;');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue