Adapt to Postgresl 9
This commit is contained in:
parent
8c1e344cce
commit
c9666486c9
13 changed files with 48 additions and 10632 deletions
|
|
@ -1,3 +1,4 @@
|
|||
set search_path = public, comptaproc,pg_catalog ;
|
||||
|
||||
SET statement_timeout = 0;
|
||||
SET client_encoding = 'UTF8';
|
||||
|
|
@ -5,7 +6,6 @@ SET standard_conforming_strings = on;
|
|||
SET check_function_bodies = false;
|
||||
SET client_min_messages = warning;
|
||||
|
||||
SET search_path = public, pg_catalog;
|
||||
|
||||
|
||||
INSERT INTO action (ac_id, ac_description, ac_module, ac_code) VALUES (800, 'Ajout de fiche', 'fiche', 'FICADD');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue