/usr/bin/pg_restore --host localhost --port 5432 --username "phpcompta" --dbname "dossier33" --role "phpcompta" --no-password  --verbose "/media/jph/jph8/dumps/noalyss.backup"
pg_restore: connecting to database for restore
pg_restore: creating SCHEMA amortissement
pg_restore: creating SCHEMA comptaproc
pg_restore: [archiver (db)] Error while PROCESSING TOC:
pg_restore: [archiver (db)] Error from TOC entry 7; 2615 18389 SCHEMA comptaproc phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  schema "comptaproc" already exists
    Command was: CREATE SCHEMA comptaproc;



pg_restore: creating SCHEMA public
pg_restore: creating COMMENT SCHEMA public
pg_restore: creating SCHEMA rapport_advanced
pg_restore: creating SCHEMA tva_belge
pg_restore: creating EXTENSION plpgsql
pg_restore: creating COMMENT EXTENSION plpgsql
pg_restore: [archiver (db)] Error from TOC entry 4376; 0 0 COMMENT EXTENSION plpgsql 
pg_restore: [archiver (db)] could not execute query: ERROR:  must be owner of extension plpgsql
    Command was: COMMENT ON EXTENSION plpgsql IS 'PL/pgSQL procedural language';



pg_restore: creating DOMAIN account_type
pg_restore: [archiver (db)] Error from TOC entry 1520; 1247 18392 DOMAIN account_type phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  type "account_type" already exists
    Command was: CREATE DOMAIN account_type AS character varying(40);



pg_restore: creating TYPE anc_table_account_type
pg_restore: [archiver (db)] Error from TOC entry 1522; 1247 18395 TYPE anc_table_account_type phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  type "anc_table_account_type" already exists
    Command was: CREATE TYPE anc_table_account_type AS (
	po_id bigint,
	pa_id bigint,
	po_name text,
	po_description text,
	sum_amount numer...
pg_restore: creating TYPE anc_table_card_type
pg_restore: [archiver (db)] Error from TOC entry 1523; 1247 18398 TYPE anc_table_card_type phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  type "anc_table_card_type" already exists
    Command was: CREATE TYPE anc_table_card_type AS (
	po_id bigint,
	pa_id bigint,
	po_name text,
	po_description text,
	sum_amount numeric(...
pg_restore: creating TYPE menu_tree
pg_restore: [archiver (db)] Error from TOC entry 1521; 1247 18401 TYPE menu_tree phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  type "menu_tree" already exists
    Command was: CREATE TYPE menu_tree AS (
	code text,
	description text
);



pg_restore: creating FUNCTION amortissement_ins()
pg_restore: creating COMMENT FUNCTION amortissement_ins()
pg_restore: creating FUNCTION amortissement_up()
pg_restore: creating FUNCTION account_add(public.account_type, character varying)
pg_restore: [archiver (db)] Error from TOC entry 462; 1255 18404 FUNCTION account_add(public.account_type, character varying) phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "account_add" already exists with same argument types
    Command was: CREATE FUNCTION account_add(p_id public.account_type, p_name character varying) RETURNS text
    LANGUAGE plpgsql
    AS $$
...
pg_restore: creating FUNCTION account_alphanum()
pg_restore: [archiver (db)] Error from TOC entry 463; 1255 18405 FUNCTION account_alphanum() phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "account_alphanum" already exists with same argument types
    Command was: CREATE FUNCTION account_alphanum() RETURNS boolean
    LANGUAGE plpgsql
    AS $$
declare
	l_auto bool;
begin
	l_auto := tru...
pg_restore: creating FUNCTION account_auto(integer)
pg_restore: [archiver (db)] Error from TOC entry 464; 1255 18406 FUNCTION account_auto(integer) phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "account_auto" already exists with same argument types
    Command was: CREATE FUNCTION account_auto(p_fd_id integer) RETURNS boolean
    LANGUAGE plpgsql
    AS $$
declare
	l_auto bool;
begin

	s...
pg_restore: creating FUNCTION account_compute(integer)
pg_restore: [archiver (db)] Error from TOC entry 465; 1255 18407 FUNCTION account_compute(integer) phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "account_compute" already exists with same argument types
    Command was: CREATE FUNCTION account_compute(p_f_id integer) RETURNS public.account_type
    LANGUAGE plpgsql
    AS $$
declare
	class_ba...
pg_restore: creating FUNCTION account_insert(integer, text)
pg_restore: [archiver (db)] Error from TOC entry 466; 1255 18408 FUNCTION account_insert(integer, text) phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "account_insert" already exists with same argument types
    Command was: CREATE FUNCTION account_insert(p_f_id integer, p_account text) RETURNS text
    LANGUAGE plpgsql
    AS $$
declare
	nParent ...
pg_restore: creating FUNCTION account_parent(public.account_type)
pg_restore: [archiver (db)] Error from TOC entry 467; 1255 18409 FUNCTION account_parent(public.account_type) phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "account_parent" already exists with same argument types
    Command was: CREATE FUNCTION account_parent(p_account public.account_type) RETURNS public.account_type
    LANGUAGE plpgsql
    AS $$
dec...
pg_restore: creating FUNCTION account_update(integer, public.account_type)
pg_restore: [archiver (db)] Error from TOC entry 468; 1255 18410 FUNCTION account_update(integer, public.account_type) phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "account_update" already exists with same argument types
    Command was: CREATE FUNCTION account_update(p_f_id integer, p_account public.account_type) RETURNS integer
    LANGUAGE plpgsql
    AS $$...
pg_restore: creating FUNCTION action_gestion_ins_upd()
pg_restore: [archiver (db)] Error from TOC entry 469; 1255 18411 FUNCTION action_gestion_ins_upd() phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "action_gestion_ins_upd" already exists with same argument types
    Command was: CREATE FUNCTION action_gestion_ins_upd() RETURNS trigger
    LANGUAGE plpgsql
    AS $$
begin
NEW.ag_title := substr(trim(NE...
pg_restore: creating FUNCTION action_gestion_related_ins_up()
pg_restore: [archiver (db)] Error from TOC entry 470; 1255 18412 FUNCTION action_gestion_related_ins_up() phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "action_gestion_related_ins_up" already exists with same argument types
    Command was: CREATE FUNCTION action_gestion_related_ins_up() RETURNS trigger
    LANGUAGE plpgsql
    AS $$
declare
	nTmp bigint;
begin

...
pg_restore: creating FUNCTION attribut_insert(integer, integer, character varying)
pg_restore: [archiver (db)] Error from TOC entry 471; 1255 18413 FUNCTION attribut_insert(integer, integer, character varying) phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "attribut_insert" already exists with same argument types
    Command was: CREATE FUNCTION attribut_insert(p_f_id integer, p_ad_id integer, p_value character varying) RETURNS void
    LANGUAGE plpgsq...
pg_restore: creating FUNCTION attribute_correct_order()
pg_restore: [archiver (db)] Error from TOC entry 472; 1255 18414 FUNCTION attribute_correct_order() phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "attribute_correct_order" already exists with same argument types
    Command was: CREATE FUNCTION attribute_correct_order() RETURNS void
    LANGUAGE plpgsql
    AS $$
declare
    crs_correct cursor for sel...
pg_restore: creating FUNCTION card_after_delete()
pg_restore: [archiver (db)] Error from TOC entry 473; 1255 18415 FUNCTION card_after_delete() phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "card_after_delete" already exists with same argument types
    Command was: CREATE FUNCTION card_after_delete() RETURNS trigger
    LANGUAGE plpgsql
    AS $$

begin

	delete from action_gestion where...
pg_restore: creating FUNCTION card_class_base(integer)
pg_restore: [archiver (db)] Error from TOC entry 474; 1255 18416 FUNCTION card_class_base(integer) phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "card_class_base" already exists with same argument types
    Command was: CREATE FUNCTION card_class_base(p_f_id integer) RETURNS text
    LANGUAGE plpgsql
    AS $$
declare
	n_poste fiche_def.fd_cl...
pg_restore: creating FUNCTION category_card_before_delete()
pg_restore: [archiver (db)] Error from TOC entry 475; 1255 18417 FUNCTION category_card_before_delete() phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "category_card_before_delete" already exists with same argument types
    Command was: CREATE FUNCTION category_card_before_delete() RETURNS trigger
    LANGUAGE plpgsql
    AS $$

begin
    if OLD.fd_id > 49900...
pg_restore: creating FUNCTION check_balance(integer)
pg_restore: [archiver (db)] Error from TOC entry 477; 1255 18418 FUNCTION check_balance(integer) phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "check_balance" already exists with same argument types
    Command was: CREATE FUNCTION check_balance(p_grpt integer) RETURNS numeric
    LANGUAGE plpgsql
    AS $$
declare
	amount_jrnx_debit nume...
pg_restore: creating FUNCTION check_periode()
pg_restore: [archiver (db)] Error from TOC entry 478; 1255 18419 FUNCTION check_periode() phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "check_periode" already exists with same argument types
    Command was: CREATE FUNCTION check_periode() RETURNS trigger
    LANGUAGE plpgsql
    AS $$
declare 
  nPeriode int;
begin
if periode_exi...
pg_restore: creating FUNCTION correct_sequence(text, text, text)
pg_restore: [archiver (db)] Error from TOC entry 479; 1255 18420 FUNCTION correct_sequence(text, text, text) phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "correct_sequence" already exists with same argument types
    Command was: CREATE FUNCTION correct_sequence(p_sequence text, p_col text, p_table text) RETURNS integer
    LANGUAGE plpgsql
    AS $$
d...
pg_restore: creating COMMENT FUNCTION correct_sequence(p_sequence text, p_col text, p_table text)
pg_restore: creating FUNCTION create_missing_sequence()
pg_restore: [archiver (db)] Error from TOC entry 480; 1255 18421 FUNCTION create_missing_sequence() phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "create_missing_sequence" already exists with same argument types
    Command was: CREATE FUNCTION create_missing_sequence() RETURNS integer
    LANGUAGE plpgsql
    AS $$
declare
p_sequence text;
nSeq integ...
pg_restore: creating FUNCTION drop_index(character varying)
pg_restore: [archiver (db)] Error from TOC entry 481; 1255 18422 FUNCTION drop_index(character varying) phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "drop_index" already exists with same argument types
    Command was: CREATE FUNCTION drop_index(p_constraint character varying) RETURNS void
    LANGUAGE plpgsql
    AS $$
declare 
	nCount inte...
pg_restore: creating FUNCTION drop_it(character varying)
pg_restore: [archiver (db)] Error from TOC entry 482; 1255 18423 FUNCTION drop_it(character varying) phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "drop_it" already exists with same argument types
    Command was: CREATE FUNCTION drop_it(p_constraint character varying) RETURNS void
    LANGUAGE plpgsql
    AS $$
declare 
	nCount integer...
pg_restore: creating FUNCTION extension_ins_upd()
pg_restore: [archiver (db)] Error from TOC entry 483; 1255 18424 FUNCTION extension_ins_upd() phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "extension_ins_upd" already exists with same argument types
    Command was: CREATE FUNCTION extension_ins_upd() RETURNS trigger
    LANGUAGE plpgsql
    AS $$
declare
 sCode text;
 sFile text;
begin
s...
pg_restore: creating FUNCTION fiche_account_parent(integer)
pg_restore: [archiver (db)] Error from TOC entry 484; 1255 18425 FUNCTION fiche_account_parent(integer) phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "fiche_account_parent" already exists with same argument types
    Command was: CREATE FUNCTION fiche_account_parent(p_f_id integer) RETURNS public.account_type
    LANGUAGE plpgsql
    AS $$
declare
ret ...
pg_restore: creating FUNCTION fiche_attribut_synchro(integer)
pg_restore: [archiver (db)] Error from TOC entry 485; 1255 18426 FUNCTION fiche_attribut_synchro(integer) phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "fiche_attribut_synchro" already exists with same argument types
    Command was: CREATE FUNCTION fiche_attribut_synchro(p_fd_id integer) RETURNS void
    LANGUAGE plpgsql
    AS $$
declare
	-- this sql giv...
pg_restore: creating FUNCTION fiche_def_ins_upd()
pg_restore: [archiver (db)] Error from TOC entry 459; 1255 18427 FUNCTION fiche_def_ins_upd() phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "fiche_def_ins_upd" already exists with same argument types
    Command was: CREATE FUNCTION fiche_def_ins_upd() RETURNS trigger
    LANGUAGE plpgsql
    AS $$
begin

if position (',' in NEW.fd_class_b...
pg_restore: creating FUNCTION fiche_detail_qcode_upd()
pg_restore: [archiver (db)] Error from TOC entry 486; 1255 18428 FUNCTION fiche_detail_qcode_upd() phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "fiche_detail_qcode_upd" already exists with same argument types
    Command was: CREATE FUNCTION fiche_detail_qcode_upd() RETURNS trigger
    LANGUAGE plpgsql
    AS $$
declare
	i record;
begin
	if NEW.ad_...
pg_restore: creating FUNCTION fill_quant_fin()
pg_restore: [archiver (db)] Error from TOC entry 487; 1255 18429 FUNCTION fill_quant_fin() phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "fill_quant_fin" already exists with same argument types
    Command was: CREATE FUNCTION fill_quant_fin() RETURNS void
    LANGUAGE plpgsql
    AS $$
declare
   sBank text;
   sCassa text;
   sCust...
pg_restore: creating FUNCTION find_pcm_type(public.account_type)
pg_restore: [archiver (db)] Error from TOC entry 488; 1255 18430 FUNCTION find_pcm_type(public.account_type) phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "find_pcm_type" already exists with same argument types
    Command was: CREATE FUNCTION find_pcm_type(pp_value public.account_type) RETURNS text
    LANGUAGE plpgsql
    AS $$
declare
	str_type pa...
pg_restore: creating FUNCTION find_periode(text)
pg_restore: [archiver (db)] Error from TOC entry 489; 1255 18431 FUNCTION find_periode(text) phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "find_periode" already exists with same argument types
    Command was: CREATE FUNCTION find_periode(p_date text) RETURNS integer
    LANGUAGE plpgsql
    AS $$

declare n_p_id int4;
begin

select...
pg_restore: creating FUNCTION format_account(public.account_type)
pg_restore: [archiver (db)] Error from TOC entry 490; 1255 18432 FUNCTION format_account(public.account_type) phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "format_account" already exists with same argument types
    Command was: CREATE FUNCTION format_account(p_account public.account_type) RETURNS public.account_type
    LANGUAGE plpgsql
    AS $_$

d...
pg_restore: creating COMMENT FUNCTION format_account(p_account public.account_type)
pg_restore: creating FUNCTION get_letter_jnt(bigint)
pg_restore: [archiver (db)] Error from TOC entry 491; 1255 18433 FUNCTION get_letter_jnt(bigint) phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "get_letter_jnt" already exists with same argument types
    Command was: CREATE FUNCTION get_letter_jnt(a bigint) RETURNS bigint
    LANGUAGE plpgsql
    AS $$
declare
 nResult bigint;
begin
   sel...
pg_restore: creating FUNCTION get_menu_dependency(integer)
pg_restore: [archiver (db)] Error from TOC entry 492; 1255 18434 FUNCTION get_menu_dependency(integer) phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "get_menu_dependency" already exists with same argument types
    Command was: CREATE FUNCTION get_menu_dependency(profile_menu_id integer) RETURNS SETOF integer
    LANGUAGE plpgsql
    AS $$
declare
	i...
pg_restore: creating FUNCTION get_menu_tree(text, integer)
pg_restore: [archiver (db)] Error from TOC entry 493; 1255 18435 FUNCTION get_menu_tree(text, integer) phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "get_menu_tree" already exists with same argument types
    Command was: CREATE FUNCTION get_menu_tree(p_code text, p_profile integer) RETURNS SETOF public.menu_tree
    LANGUAGE plpgsql
    AS $$
...
pg_restore: creating FUNCTION get_pcm_tree(public.account_type)
pg_restore: [archiver (db)] Error from TOC entry 494; 1255 18436 FUNCTION get_pcm_tree(public.account_type) phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "get_pcm_tree" already exists with same argument types
    Command was: CREATE FUNCTION get_pcm_tree(source public.account_type) RETURNS SETOF public.account_type
    LANGUAGE plpgsql
    AS $$
de...
pg_restore: creating FUNCTION get_profile_menu(integer)
pg_restore: [archiver (db)] Error from TOC entry 495; 1255 18437 FUNCTION get_profile_menu(integer) phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "get_profile_menu" already exists with same argument types
    Command was: CREATE FUNCTION get_profile_menu(p_profile integer) RETURNS SETOF public.menu_tree
    LANGUAGE plpgsql
    AS $$
declare
	a...
pg_restore: creating FUNCTION group_analytic_ins_upd()
pg_restore: [archiver (db)] Error from TOC entry 496; 1255 18438 FUNCTION group_analytic_ins_upd() phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "group_analytic_ins_upd" already exists with same argument types
    Command was: CREATE FUNCTION group_analytic_ins_upd() RETURNS trigger
    LANGUAGE plpgsql
    AS $$
declare 
name text;
begin
name:=uppe...
pg_restore: creating FUNCTION group_analytique_del()
pg_restore: [archiver (db)] Error from TOC entry 497; 1255 18439 FUNCTION group_analytique_del() phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "group_analytique_del" already exists with same argument types
    Command was: CREATE FUNCTION group_analytique_del() RETURNS trigger
    LANGUAGE plpgsql
    AS $$
begin
update poste_analytique set ga_i...
pg_restore: creating FUNCTION html_quote(text)
pg_restore: [archiver (db)] Error from TOC entry 498; 1255 18440 FUNCTION html_quote(text) phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "html_quote" already exists with same argument types
    Command was: CREATE FUNCTION html_quote(p_string text) RETURNS text
    LANGUAGE plpgsql
    AS $$
declare
	r text;
begin
	r:=p_string;
	...
pg_restore: creating COMMENT FUNCTION html_quote(p_string text)
pg_restore: creating FUNCTION info_def_ins_upd()
pg_restore: [archiver (db)] Error from TOC entry 476; 1255 18441 FUNCTION info_def_ins_upd() phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "info_def_ins_upd" already exists with same argument types
    Command was: CREATE FUNCTION info_def_ins_upd() RETURNS trigger
    LANGUAGE plpgsql
    AS $$
declare 
	row_info_def info_def%ROWTYPE;
	...
pg_restore: creating FUNCTION insert_jrnx(character varying, numeric, public.account_type, integer, integer, boolean, text, integer, text, text)
pg_restore: [archiver (db)] Error from TOC entry 499; 1255 18442 FUNCTION insert_jrnx(character varying, numeric, public.account_type, integer, integer, boolean, text, integer, text, text) phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "insert_jrnx" already exists with same argument types
    Command was: CREATE FUNCTION insert_jrnx(p_date character varying, p_montant numeric, p_poste public.account_type, p_grpt integer, p_jrn_...
pg_restore: creating FUNCTION insert_quant_purchase(text, numeric, text, numeric, numeric, numeric, integer, numeric, numeric, numeric, numeric, text, numeric)
pg_restore: [archiver (db)] Error from TOC entry 500; 1255 18443 FUNCTION insert_quant_purchase(text, numeric, text, numeric, numeric, numeric, integer, numeric, numeric, numeric, numeric, text, numeric) phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "insert_quant_purchase" already exists with same argument types
    Command was: CREATE FUNCTION insert_quant_purchase(p_internal text, p_j_id numeric, p_fiche text, p_quant numeric, p_price numeric, p_vat...
pg_restore: creating FUNCTION insert_quant_purchase(text, numeric, character varying, numeric, numeric, numeric, integer, numeric, numeric, numeric, numeric, character varying, numeric)
pg_restore: [archiver (db)] Error from TOC entry 506; 1255 18444 FUNCTION insert_quant_purchase(text, numeric, character varying, numeric, numeric, numeric, integer, numeric, numeric, numeric, numeric, character varying, numeric) phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "insert_quant_purchase" already exists with same argument types
    Command was: CREATE FUNCTION insert_quant_purchase(p_internal text, p_j_id numeric, p_fiche character varying, p_quant numeric, p_price n...
pg_restore: creating FUNCTION insert_quant_sold(text, numeric, character varying, numeric, numeric, numeric, integer, character varying, numeric)
pg_restore: [archiver (db)] Error from TOC entry 507; 1255 18445 FUNCTION insert_quant_sold(text, numeric, character varying, numeric, numeric, numeric, integer, character varying, numeric) phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "insert_quant_sold" already exists with same argument types
    Command was: CREATE FUNCTION insert_quant_sold(p_internal text, p_jid numeric, p_fiche character varying, p_quant numeric, p_price numeri...
pg_restore: creating FUNCTION insert_quick_code(integer, text)
pg_restore: [archiver (db)] Error from TOC entry 508; 1255 18446 FUNCTION insert_quick_code(integer, text) phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "insert_quick_code" already exists with same argument types
    Command was: CREATE FUNCTION insert_quick_code(nf_id integer, tav_text text) RETURNS integer
    LANGUAGE plpgsql
    AS $_$
	declare
	ns...
pg_restore: creating FUNCTION is_closed(integer, integer)
pg_restore: [archiver (db)] Error from TOC entry 509; 1255 18447 FUNCTION is_closed(integer, integer) phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "is_closed" already exists with same argument types
    Command was: CREATE FUNCTION is_closed(p_periode integer, p_jrn_def_id integer) RETURNS boolean
    LANGUAGE plpgsql
    AS $$
declare
bC...
pg_restore: creating FUNCTION jnt_fic_attr_ins()
pg_restore: [archiver (db)] Error from TOC entry 510; 1255 18448 FUNCTION jnt_fic_attr_ins() phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "jnt_fic_attr_ins" already exists with same argument types
    Command was: CREATE FUNCTION jnt_fic_attr_ins() RETURNS trigger
    LANGUAGE plpgsql
    AS $$
declare
   r_record jnt_fic_attr%ROWTYPE;
...
pg_restore: creating FUNCTION jrn_add_note(bigint, text)
pg_restore: [archiver (db)] Error from TOC entry 511; 1255 18449 FUNCTION jrn_add_note(bigint, text) phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "jrn_add_note" already exists with same argument types
    Command was: CREATE FUNCTION jrn_add_note(p_jrid bigint, p_note text) RETURNS void
    LANGUAGE plpgsql
    AS $$
declare
	tmp bigint;
be...
pg_restore: creating FUNCTION jrn_check_periode()
pg_restore: [archiver (db)] Error from TOC entry 501; 1255 18450 FUNCTION jrn_check_periode() phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "jrn_check_periode" already exists with same argument types
    Command was: CREATE FUNCTION jrn_check_periode() RETURNS trigger
    LANGUAGE plpgsql
    AS $$
declare
bClosed bool;
str_status text;
lj...
pg_restore: creating FUNCTION jrn_def_add()
pg_restore: [archiver (db)] Error from TOC entry 502; 1255 18451 FUNCTION jrn_def_add() phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "jrn_def_add" already exists with same argument types
    Command was: CREATE FUNCTION jrn_def_add() RETURNS trigger
    LANGUAGE plpgsql
    AS $$begin
execute 'insert into jrn_periode(p_id,jrn_...
pg_restore: creating FUNCTION jrn_def_delete()
pg_restore: [archiver (db)] Error from TOC entry 503; 1255 18452 FUNCTION jrn_def_delete() phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "jrn_def_delete" already exists with same argument types
    Command was: CREATE FUNCTION jrn_def_delete() RETURNS trigger
    LANGUAGE plpgsql
    AS $$
declare 
nb numeric;
begin
select count(*) i...
pg_restore: creating FUNCTION jrn_del()
pg_restore: [archiver (db)] Error from TOC entry 504; 1255 18453 FUNCTION jrn_del() phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "jrn_del" already exists with same argument types
    Command was: CREATE FUNCTION jrn_del() RETURNS trigger
    LANGUAGE plpgsql
    AS $$
declare
row jrn%ROWTYPE;
begin
row:=OLD;
insert int...
pg_restore: creating FUNCTION jrnx_del()
pg_restore: [archiver (db)] Error from TOC entry 505; 1255 18454 FUNCTION jrnx_del() phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "jrnx_del" already exists with same argument types
    Command was: CREATE FUNCTION jrnx_del() RETURNS trigger
    LANGUAGE plpgsql
    AS $$
declare
row jrnx%ROWTYPE;
begin
row:=OLD;


insert...
pg_restore: creating FUNCTION jrnx_ins()
pg_restore: [archiver (db)] Error from TOC entry 512; 1255 18455 FUNCTION jrnx_ins() phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "jrnx_ins" already exists with same argument types
    Command was: CREATE FUNCTION jrnx_ins() RETURNS trigger
    LANGUAGE plpgsql
    AS $$
declare
n_fid bigint;
begin

NEW.j_tech_per := com...
pg_restore: creating FUNCTION jrnx_letter_del()
pg_restore: [archiver (db)] Error from TOC entry 513; 1255 18456 FUNCTION jrnx_letter_del() phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "jrnx_letter_del" already exists with same argument types
    Command was: CREATE FUNCTION jrnx_letter_del() RETURNS trigger
    LANGUAGE plpgsql
    AS $$
declare
row jrnx%ROWTYPE;
begin
row:=OLD;
d...
pg_restore: creating FUNCTION opd_limit_description()
pg_restore: [archiver (db)] Error from TOC entry 514; 1255 18457 FUNCTION opd_limit_description() phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "opd_limit_description" already exists with same argument types
    Command was: CREATE FUNCTION opd_limit_description() RETURNS trigger
    LANGUAGE plpgsql
    AS $$
	declare
		sDescription text;
	begin
...
pg_restore: creating FUNCTION periode_exist(text, bigint)
pg_restore: [archiver (db)] Error from TOC entry 515; 1255 18458 FUNCTION periode_exist(text, bigint) phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "periode_exist" already exists with same argument types
    Command was: CREATE FUNCTION periode_exist(p_date text, p_periode_id bigint) RETURNS integer
    LANGUAGE plpgsql
    AS $$

declare n_p_...
pg_restore: creating FUNCTION plan_analytic_ins_upd()
pg_restore: [archiver (db)] Error from TOC entry 516; 1255 18459 FUNCTION plan_analytic_ins_upd() phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "plan_analytic_ins_upd" already exists with same argument types
    Command was: CREATE FUNCTION plan_analytic_ins_upd() RETURNS trigger
    LANGUAGE plpgsql
    AS $$
declare
   name text;
begin
   name:=...
pg_restore: creating FUNCTION poste_analytique_ins_upd()
pg_restore: [archiver (db)] Error from TOC entry 517; 1255 18460 FUNCTION poste_analytique_ins_upd() phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "poste_analytique_ins_upd" already exists with same argument types
    Command was: CREATE FUNCTION poste_analytique_ins_upd() RETURNS trigger
    LANGUAGE plpgsql
    AS $$declare
name text;
rCount record;

...
pg_restore: creating FUNCTION proc_check_balance()
pg_restore: [archiver (db)] Error from TOC entry 518; 1255 18461 FUNCTION proc_check_balance() phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "proc_check_balance" already exists with same argument types
    Command was: CREATE FUNCTION proc_check_balance() RETURNS trigger
    LANGUAGE plpgsql
    AS $$
declare 
	diff numeric;
	tt integer;
beg...
pg_restore: creating FUNCTION quant_purchase_ins_upd()
pg_restore: [archiver (db)] Error from TOC entry 519; 1255 18462 FUNCTION quant_purchase_ins_upd() phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "quant_purchase_ins_upd" already exists with same argument types
    Command was: CREATE FUNCTION quant_purchase_ins_upd() RETURNS trigger
    LANGUAGE plpgsql
    AS $$
	begin
		if NEW.qp_price < 0 OR NEW....
pg_restore: creating FUNCTION quant_sold_ins_upd()
pg_restore: [archiver (db)] Error from TOC entry 520; 1255 18463 FUNCTION quant_sold_ins_upd() phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "quant_sold_ins_upd" already exists with same argument types
    Command was: CREATE FUNCTION quant_sold_ins_upd() RETURNS trigger
    LANGUAGE plpgsql
    AS $$
	begin
		if NEW.qs_price < 0 OR NEW.qs_q...
pg_restore: creating FUNCTION t_document_modele_validate()
pg_restore: [archiver (db)] Error from TOC entry 521; 1255 18464 FUNCTION t_document_modele_validate() phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "t_document_modele_validate" already exists with same argument types
    Command was: CREATE FUNCTION t_document_modele_validate() RETURNS trigger
    LANGUAGE plpgsql
    AS $$
declare 
    lText text;
    mod...
pg_restore: creating FUNCTION t_document_type_insert()
pg_restore: [archiver (db)] Error from TOC entry 522; 1255 18465 FUNCTION t_document_type_insert() phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "t_document_type_insert" already exists with same argument types
    Command was: CREATE FUNCTION t_document_type_insert() RETURNS trigger
    LANGUAGE plpgsql
    AS $$
declare
nCounter integer;
    BEGIN
...
pg_restore: creating FUNCTION t_document_validate()
pg_restore: [archiver (db)] Error from TOC entry 523; 1255 18466 FUNCTION t_document_validate() phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "t_document_validate" already exists with same argument types
    Command was: CREATE FUNCTION t_document_validate() RETURNS trigger
    LANGUAGE plpgsql
    AS $$
declare
  lText text;
  modified docume...
pg_restore: creating FUNCTION t_jrn_def_description()
pg_restore: [archiver (db)] Error from TOC entry 524; 1255 18467 FUNCTION t_jrn_def_description() phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "t_jrn_def_description" already exists with same argument types
    Command was: CREATE FUNCTION t_jrn_def_description() RETURNS trigger
    LANGUAGE plpgsql
    AS $$
    declare
        str varchar(200);...
pg_restore: creating FUNCTION t_jrn_def_sequence()
pg_restore: [archiver (db)] Error from TOC entry 525; 1255 18468 FUNCTION t_jrn_def_sequence() phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "t_jrn_def_sequence" already exists with same argument types
    Command was: CREATE FUNCTION t_jrn_def_sequence() RETURNS trigger
    LANGUAGE plpgsql
    AS $$
declare
nCounter integer;

    BEGIN
   ...
pg_restore: creating FUNCTION table_analytic_account(text, text)
pg_restore: [archiver (db)] Error from TOC entry 526; 1255 18469 FUNCTION table_analytic_account(text, text) phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "table_analytic_account" already exists with same argument types
    Command was: CREATE FUNCTION table_analytic_account(p_from text, p_to text) RETURNS SETOF public.anc_table_account_type
    LANGUAGE plpg...
pg_restore: creating FUNCTION table_analytic_card(text, text)
pg_restore: [archiver (db)] Error from TOC entry 527; 1255 18470 FUNCTION table_analytic_card(text, text) phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "table_analytic_card" already exists with same argument types
    Command was: CREATE FUNCTION table_analytic_card(p_from text, p_to text) RETURNS SETOF public.anc_table_card_type
    LANGUAGE plpgsql
  ...
pg_restore: creating FUNCTION tmp_pcmn_alphanum_ins_upd()
pg_restore: [archiver (db)] Error from TOC entry 528; 1255 18471 FUNCTION tmp_pcmn_alphanum_ins_upd() phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "tmp_pcmn_alphanum_ins_upd" already exists with same argument types
    Command was: CREATE FUNCTION tmp_pcmn_alphanum_ins_upd() RETURNS trigger
    LANGUAGE plpgsql
    AS $$
declare
   r_record tmp_pcmn%ROWT...
pg_restore: creating FUNCTION tmp_pcmn_ins()
pg_restore: [archiver (db)] Error from TOC entry 529; 1255 18472 FUNCTION tmp_pcmn_ins() phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "tmp_pcmn_ins" already exists with same argument types
    Command was: CREATE FUNCTION tmp_pcmn_ins() RETURNS trigger
    LANGUAGE plpgsql
    AS $$
declare
   r_record tmp_pcmn%ROWTYPE;
begin
r_...
pg_restore: creating FUNCTION trim_cvs_quote()
pg_restore: [archiver (db)] Error from TOC entry 530; 1255 18473 FUNCTION trim_cvs_quote() phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "trim_cvs_quote" already exists with same argument types
    Command was: CREATE FUNCTION trim_cvs_quote() RETURNS trigger
    LANGUAGE plpgsql
    AS $$
declare
        modified import_tmp%ROWTYPE;...
pg_restore: creating FUNCTION trim_space_format_csv_banque()
pg_restore: [archiver (db)] Error from TOC entry 531; 1255 18474 FUNCTION trim_space_format_csv_banque() phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "trim_space_format_csv_banque" already exists with same argument types
    Command was: CREATE FUNCTION trim_space_format_csv_banque() RETURNS trigger
    LANGUAGE plpgsql
    AS $$
declare
        modified forma...
pg_restore: creating FUNCTION tva_delete(integer)
pg_restore: [archiver (db)] Error from TOC entry 532; 1255 18475 FUNCTION tva_delete(integer) phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "tva_delete" already exists with same argument types
    Command was: CREATE FUNCTION tva_delete(integer) RETURNS void
    LANGUAGE plpgsql
    AS $_$ 
declare
	p_tva_id alias for $1;
	nCount in...
pg_restore: creating FUNCTION tva_insert(text, numeric, text, text, integer)
pg_restore: [archiver (db)] Error from TOC entry 533; 1255 18476 FUNCTION tva_insert(text, numeric, text, text, integer) phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "tva_insert" already exists with same argument types
    Command was: CREATE FUNCTION tva_insert(text, numeric, text, text, integer) RETURNS integer
    LANGUAGE plpgsql
    AS $_$
declare
	l_tv...
pg_restore: creating FUNCTION tva_modify(integer, text, numeric, text, text, integer)
pg_restore: [archiver (db)] Error from TOC entry 534; 1255 18477 FUNCTION tva_modify(integer, text, numeric, text, text, integer) phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "tva_modify" already exists with same argument types
    Command was: CREATE FUNCTION tva_modify(integer, text, numeric, text, text, integer) RETURNS integer
    LANGUAGE plpgsql
    AS $_$
decl...
pg_restore: creating FUNCTION update_quick_code(integer, text)
pg_restore: [archiver (db)] Error from TOC entry 535; 1255 18478 FUNCTION update_quick_code(integer, text) phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "update_quick_code" already exists with same argument types
    Command was: CREATE FUNCTION update_quick_code(njft_id integer, tav_text text) RETURNS integer
    LANGUAGE plpgsql
    AS $_$
	declare
	...
pg_restore: creating FUNCTION bud_card_ins_upd()
pg_restore: [archiver (db)] Error from TOC entry 536; 1255 18479 FUNCTION bud_card_ins_upd() phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "bud_card_ins_upd" already exists with same argument types
    Command was: CREATE FUNCTION bud_card_ins_upd() RETURNS trigger
    LANGUAGE plpgsql
    AS $$declare
 sCode text;
begin

sCode:=trim(upp...
pg_restore: creating FUNCTION bud_detail_ins_upd()
pg_restore: [archiver (db)] Error from TOC entry 537; 1255 18480 FUNCTION bud_detail_ins_upd() phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "bud_detail_ins_upd" already exists with same argument types
    Command was: CREATE FUNCTION bud_detail_ins_upd() RETURNS trigger
    LANGUAGE plpgsql
    AS $$declare
mline bud_detail%ROWTYPE;
begin
m...
pg_restore: creating FUNCTION correct_quant_purchase()
pg_restore: [archiver (db)] Error from TOC entry 538; 1255 18481 FUNCTION correct_quant_purchase() phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "correct_quant_purchase" already exists with same argument types
    Command was: CREATE FUNCTION correct_quant_purchase() RETURNS void
    LANGUAGE plpgsql
    AS $$
declare
	r_invalid quant_purchase;
	s_Q...
pg_restore: creating FUNCTION correct_quant_sale()
pg_restore: [archiver (db)] Error from TOC entry 539; 1255 18482 FUNCTION correct_quant_sale() phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "correct_quant_sale" already exists with same argument types
    Command was: CREATE FUNCTION correct_quant_sale() RETURNS void
    LANGUAGE plpgsql
    AS $$
declare
	r_invalid quant_sold;
	s_QuickCode...
pg_restore: creating FUNCTION modify_menu_system(numeric)
pg_restore: [archiver (db)] Error from TOC entry 540; 1255 18483 FUNCTION modify_menu_system(numeric) phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "modify_menu_system" already exists with same argument types
    Command was: CREATE FUNCTION modify_menu_system(n_profile numeric) RETURNS void
    LANGUAGE plpgsql
    AS $$
declare 
r_duplicate profi...
pg_restore: creating FUNCTION upgrade_repo(integer)
pg_restore: [archiver (db)] Error from TOC entry 541; 1255 18484 FUNCTION upgrade_repo(integer) phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  function "upgrade_repo" already exists with same argument types
    Command was: CREATE FUNCTION upgrade_repo(p_version integer) RETURNS void
    LANGUAGE plpgsql
    AS $$
declare 
        is_mono integer...
pg_restore: creating FUNCTION formulaire_param_detail_jrn_def_id_ins_upd()
pg_restore: creating FUNCTION listing_compute_trg()
pg_restore: creating FUNCTION listing_param_code_transform()
pg_restore: creating TABLE amortissement
pg_restore: creating COMMENT COLUMN amortissement.card_deb
pg_restore: creating COMMENT COLUMN amortissement.card_cred
pg_restore: creating SEQUENCE amortissement_a_id_seq
pg_restore: creating SEQUENCE OWNED BY amortissement_a_id_seq
pg_restore: creating TABLE amortissement_detail
pg_restore: creating SEQUENCE amortissement_detail_ad_id_seq
pg_restore: creating SEQUENCE OWNED BY amortissement_detail_ad_id_seq
pg_restore: creating TABLE amortissement_histo
pg_restore: creating SEQUENCE amortissement_histo_ha_id_seq
pg_restore: creating SEQUENCE OWNED BY amortissement_histo_ha_id_seq
pg_restore: creating TABLE fiche
pg_restore: [archiver (db)] Error from TOC entry 185; 1259 18513 TABLE fiche phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "fiche" already exists
    Command was: CREATE TABLE fiche (
    f_id integer DEFAULT nextval(('s_fiche'::text)::regclass) NOT NULL,
    fd_id integer
);



pg_restore: creating COMMENT TABLE fiche
pg_restore: creating TABLE fiche_def
pg_restore: [archiver (db)] Error from TOC entry 186; 1259 18517 TABLE fiche_def phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "fiche_def" already exists
    Command was: CREATE TABLE fiche_def (
    fd_id integer DEFAULT nextval(('s_fdef'::text)::regclass) NOT NULL,
    fd_class_base text,
   ...
pg_restore: creating COMMENT TABLE fiche_def
pg_restore: creating TABLE fiche_detail
pg_restore: [archiver (db)] Error from TOC entry 187; 1259 18525 TABLE fiche_detail phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "fiche_detail" already exists
    Command was: CREATE TABLE fiche_detail (
    jft_id integer DEFAULT nextval(('s_jnt_fic_att_value'::text)::regclass) NOT NULL,
    f_id i...
pg_restore: creating COMMENT TABLE fiche_detail
pg_restore: creating SEQUENCE s_tva
pg_restore: [archiver (db)] Error from TOC entry 188; 1259 18532 SEQUENCE s_tva phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "s_tva" already exists
    Command was: CREATE SEQUENCE s_tva
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating TABLE tva_rate
pg_restore: [archiver (db)] Error from TOC entry 189; 1259 18534 TABLE tva_rate phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "tva_rate" already exists
    Command was: CREATE TABLE tva_rate (
    tva_id integer DEFAULT nextval('s_tva'::regclass) NOT NULL,
    tva_label text NOT NULL,
    tva...
pg_restore: creating COMMENT TABLE tva_rate
pg_restore: creating VIEW vw_fiche_attr
pg_restore: [archiver (db)] Error from TOC entry 190; 1259 18543 VIEW vw_fiche_attr phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "vw_fiche_attr" already exists
    Command was: CREATE VIEW vw_fiche_attr AS
 SELECT a.f_id,
    a.fd_id,
    a.ad_value AS vw_name,
    k.ad_value AS vw_first_name,
    b....
pg_restore: creating VIEW vw_poste_qcode
pg_restore: [archiver (db)] Error from TOC entry 191; 1259 18548 VIEW vw_poste_qcode phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "vw_poste_qcode" already exists
    Command was: CREATE VIEW vw_poste_qcode AS
 SELECT c.f_id,
    a.ad_value AS j_poste,
    b.ad_value AS j_qcode
   FROM ((fiche c
     LE...
pg_restore: creating VIEW v_amortissement_summary
pg_restore: creating COMMENT VIEW v_amortissement_summary
pg_restore: creating TABLE version
pg_restore: creating TABLE action
pg_restore: [archiver (db)] Error from TOC entry 194; 1259 18560 TABLE action phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "action" already exists
    Command was: CREATE TABLE action (
    ac_id integer NOT NULL,
    ac_description text NOT NULL,
    ac_module text,
    ac_code characte...
pg_restore: creating COMMENT TABLE action
pg_restore: creating COMMENT COLUMN action.ac_code
pg_restore: creating TABLE action_detail
pg_restore: [archiver (db)] Error from TOC entry 195; 1259 18566 TABLE action_detail phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "action_detail" already exists
    Command was: CREATE TABLE action_detail (
    ad_id integer NOT NULL,
    f_id bigint,
    ad_text text,
    ad_pu numeric(20,4) DEFAULT ...
pg_restore: creating COMMENT TABLE action_detail
pg_restore: creating COMMENT COLUMN action_detail.f_id
pg_restore: creating COMMENT COLUMN action_detail.ad_text
pg_restore: creating COMMENT COLUMN action_detail.ad_pu
pg_restore: creating COMMENT COLUMN action_detail.ad_quant
pg_restore: creating COMMENT COLUMN action_detail.ad_tva_id
pg_restore: creating COMMENT COLUMN action_detail.ad_tva_amount
pg_restore: creating COMMENT COLUMN action_detail.ad_total_amount
pg_restore: creating SEQUENCE action_detail_ad_id_seq
pg_restore: [archiver (db)] Error from TOC entry 196; 1259 18578 SEQUENCE action_detail_ad_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "action_detail_ad_id_seq" already exists
    Command was: CREATE SEQUENCE action_detail_ad_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE OWNED BY action_detail_ad_id_seq
pg_restore: creating SEQUENCE action_gestion_ag_id_seq
pg_restore: [archiver (db)] Error from TOC entry 197; 1259 18580 SEQUENCE action_gestion_ag_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "action_gestion_ag_id_seq" already exists
    Command was: CREATE SEQUENCE action_gestion_ag_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating TABLE action_gestion
pg_restore: [archiver (db)] Error from TOC entry 198; 1259 18582 TABLE action_gestion phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "action_gestion" already exists
    Command was: CREATE TABLE action_gestion (
    ag_id integer DEFAULT nextval('action_gestion_ag_id_seq'::regclass) NOT NULL,
    ag_type ...
pg_restore: creating COMMENT TABLE action_gestion
pg_restore: creating COMMENT COLUMN action_gestion.ag_type
pg_restore: creating COMMENT COLUMN action_gestion.f_id_dest
pg_restore: creating COMMENT COLUMN action_gestion.ag_title
pg_restore: creating COMMENT COLUMN action_gestion.ag_timestamp
pg_restore: creating COMMENT COLUMN action_gestion.ag_ref_ag_id
pg_restore: creating COMMENT COLUMN action_gestion.ag_ref
pg_restore: creating COMMENT COLUMN action_gestion.ag_priority
pg_restore: creating COMMENT COLUMN action_gestion.ag_dest
pg_restore: creating COMMENT COLUMN action_gestion.ag_owner
pg_restore: creating COMMENT COLUMN action_gestion.ag_contact
pg_restore: creating COMMENT COLUMN action_gestion.ag_state
pg_restore: creating TABLE action_gestion_comment
pg_restore: [archiver (db)] Error from TOC entry 199; 1259 18592 TABLE action_gestion_comment phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "action_gestion_comment" already exists
    Command was: CREATE TABLE action_gestion_comment (
    agc_id bigint NOT NULL,
    ag_id bigint,
    agc_date timestamp with time zone DE...
pg_restore: creating COMMENT COLUMN action_gestion_comment.agc_id
pg_restore: creating COMMENT COLUMN action_gestion_comment.ag_id
pg_restore: creating COMMENT COLUMN action_gestion_comment.agc_comment
pg_restore: creating COMMENT COLUMN action_gestion_comment.tech_user
pg_restore: creating SEQUENCE action_gestion_comment_agc_id_seq
pg_restore: [archiver (db)] Error from TOC entry 200; 1259 18599 SEQUENCE action_gestion_comment_agc_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "action_gestion_comment_agc_id_seq" already exists
    Command was: CREATE SEQUENCE action_gestion_comment_agc_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CA...
pg_restore: creating SEQUENCE OWNED BY action_gestion_comment_agc_id_seq
pg_restore: creating TABLE action_gestion_operation
pg_restore: [archiver (db)] Error from TOC entry 201; 1259 18601 TABLE action_gestion_operation phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "action_gestion_operation" already exists
    Command was: CREATE TABLE action_gestion_operation (
    ago_id bigint NOT NULL,
    ag_id bigint,
    jr_id bigint
);



pg_restore: creating COMMENT COLUMN action_gestion_operation.ago_id
pg_restore: creating COMMENT COLUMN action_gestion_operation.ag_id
pg_restore: creating COMMENT COLUMN action_gestion_operation.jr_id
pg_restore: creating SEQUENCE action_gestion_operation_ago_id_seq
pg_restore: [archiver (db)] Error from TOC entry 202; 1259 18604 SEQUENCE action_gestion_operation_ago_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "action_gestion_operation_ago_id_seq" already exists
    Command was: CREATE SEQUENCE action_gestion_operation_ago_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    ...
pg_restore: creating SEQUENCE OWNED BY action_gestion_operation_ago_id_seq
pg_restore: creating TABLE action_gestion_related
pg_restore: [archiver (db)] Error from TOC entry 203; 1259 18606 TABLE action_gestion_related phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "action_gestion_related" already exists
    Command was: CREATE TABLE action_gestion_related (
    aga_id bigint NOT NULL,
    aga_least bigint NOT NULL,
    aga_greatest bigint NOT...
pg_restore: creating COMMENT COLUMN action_gestion_related.aga_id
pg_restore: creating COMMENT COLUMN action_gestion_related.aga_least
pg_restore: creating COMMENT COLUMN action_gestion_related.aga_greatest
pg_restore: creating COMMENT COLUMN action_gestion_related.aga_type
pg_restore: creating SEQUENCE action_gestion_related_aga_id_seq
pg_restore: [archiver (db)] Error from TOC entry 204; 1259 18609 SEQUENCE action_gestion_related_aga_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "action_gestion_related_aga_id_seq" already exists
    Command was: CREATE SEQUENCE action_gestion_related_aga_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CA...
pg_restore: creating SEQUENCE OWNED BY action_gestion_related_aga_id_seq
pg_restore: creating TABLE action_person
pg_restore: [archiver (db)] Error from TOC entry 205; 1259 18611 TABLE action_person phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "action_person" already exists
    Command was: CREATE TABLE action_person (
    ap_id integer NOT NULL,
    ag_id integer NOT NULL,
    f_id integer NOT NULL
);



pg_restore: creating COMMENT TABLE action_person
pg_restore: creating COMMENT COLUMN action_person.ap_id
pg_restore: creating COMMENT COLUMN action_person.ag_id
pg_restore: creating SEQUENCE action_person_ap_id_seq
pg_restore: [archiver (db)] Error from TOC entry 206; 1259 18614 SEQUENCE action_person_ap_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "action_person_ap_id_seq" already exists
    Command was: CREATE SEQUENCE action_person_ap_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE OWNED BY action_person_ap_id_seq
pg_restore: creating TABLE action_tags
pg_restore: [archiver (db)] Error from TOC entry 207; 1259 18616 TABLE action_tags phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "action_tags" already exists
    Command was: CREATE TABLE action_tags (
    at_id integer NOT NULL,
    t_id integer,
    ag_id integer
);



pg_restore: creating SEQUENCE action_tags_at_id_seq
pg_restore: [archiver (db)] Error from TOC entry 208; 1259 18619 SEQUENCE action_tags_at_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "action_tags_at_id_seq" already exists
    Command was: CREATE SEQUENCE action_tags_at_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE OWNED BY action_tags_at_id_seq
pg_restore: creating TABLE attr_def
pg_restore: [archiver (db)] Error from TOC entry 209; 1259 18621 TABLE attr_def phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "attr_def" already exists
    Command was: CREATE TABLE attr_def (
    ad_id integer DEFAULT nextval(('s_attr_def'::text)::regclass) NOT NULL,
    ad_text text,
    ad...
pg_restore: creating COMMENT TABLE attr_def
pg_restore: creating TABLE attr_min
pg_restore: [archiver (db)] Error from TOC entry 210; 1259 18628 TABLE attr_min phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "attr_min" already exists
    Command was: CREATE TABLE attr_min (
    frd_id integer NOT NULL,
    ad_id integer NOT NULL
);



pg_restore: creating COMMENT TABLE attr_min
pg_restore: creating SEQUENCE bilan_b_id_seq
pg_restore: [archiver (db)] Error from TOC entry 211; 1259 18631 SEQUENCE bilan_b_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "bilan_b_id_seq" already exists
    Command was: CREATE SEQUENCE bilan_b_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating TABLE bilan
pg_restore: [archiver (db)] Error from TOC entry 212; 1259 18633 TABLE bilan phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "bilan" already exists
    Command was: CREATE TABLE bilan (
    b_id integer DEFAULT nextval('bilan_b_id_seq'::regclass) NOT NULL,
    b_name text NOT NULL,
    b_...
pg_restore: creating COMMENT TABLE bilan
pg_restore: creating COMMENT COLUMN bilan.b_id
pg_restore: creating COMMENT COLUMN bilan.b_name
pg_restore: creating COMMENT COLUMN bilan.b_file_template
pg_restore: creating COMMENT COLUMN bilan.b_file_form
pg_restore: creating COMMENT COLUMN bilan.b_type
pg_restore: creating TABLE bookmark
pg_restore: [archiver (db)] Error from TOC entry 213; 1259 18640 TABLE bookmark phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "bookmark" already exists
    Command was: CREATE TABLE bookmark (
    b_id integer NOT NULL,
    b_order integer DEFAULT 1,
    b_action text,
    login text
);



pg_restore: creating COMMENT TABLE bookmark
pg_restore: creating SEQUENCE bookmark_b_id_seq
pg_restore: [archiver (db)] Error from TOC entry 214; 1259 18647 SEQUENCE bookmark_b_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "bookmark_b_id_seq" already exists
    Command was: CREATE SEQUENCE bookmark_b_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE OWNED BY bookmark_b_id_seq
pg_restore: creating SEQUENCE bud_card_bc_id_seq
pg_restore: [archiver (db)] Error from TOC entry 215; 1259 18649 SEQUENCE bud_card_bc_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "bud_card_bc_id_seq" already exists
    Command was: CREATE SEQUENCE bud_card_bc_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE bud_detail_bd_id_seq
pg_restore: [archiver (db)] Error from TOC entry 216; 1259 18651 SEQUENCE bud_detail_bd_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "bud_detail_bd_id_seq" already exists
    Command was: CREATE SEQUENCE bud_detail_bd_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE bud_detail_periode_bdp_id_seq
pg_restore: [archiver (db)] Error from TOC entry 217; 1259 18653 SEQUENCE bud_detail_periode_bdp_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "bud_detail_periode_bdp_id_seq" already exists
    Command was: CREATE SEQUENCE bud_detail_periode_bdp_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE ...
pg_restore: creating TABLE centralized
pg_restore: [archiver (db)] Error from TOC entry 218; 1259 18655 TABLE centralized phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "centralized" already exists
    Command was: CREATE TABLE centralized (
    c_id integer DEFAULT nextval(('s_centralized'::text)::regclass) NOT NULL,
    c_j_id integer,...
pg_restore: creating COMMENT TABLE centralized
pg_restore: creating TABLE del_action
pg_restore: [archiver (db)] Error from TOC entry 219; 1259 18663 TABLE del_action phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "del_action" already exists
    Command was: CREATE TABLE del_action (
    del_id integer NOT NULL,
    del_name text NOT NULL,
    del_time timestamp without time zone
...
pg_restore: creating SEQUENCE del_action_del_id_seq
pg_restore: [archiver (db)] Error from TOC entry 220; 1259 18669 SEQUENCE del_action_del_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "del_action_del_id_seq" already exists
    Command was: CREATE SEQUENCE del_action_del_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE OWNED BY del_action_del_id_seq
pg_restore: creating TABLE del_jrn
pg_restore: [archiver (db)] Error from TOC entry 221; 1259 18672 TABLE del_jrn phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "del_jrn" already exists
    Command was: CREATE TABLE del_jrn (
    jr_id integer NOT NULL,
    jr_def_id integer,
    jr_montant numeric(20,4),
    jr_comment text,...
pg_restore: creating SEQUENCE del_jrn_dj_id_seq
pg_restore: [archiver (db)] Error from TOC entry 222; 1259 18678 SEQUENCE del_jrn_dj_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "del_jrn_dj_id_seq" already exists
    Command was: CREATE SEQUENCE del_jrn_dj_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE OWNED BY del_jrn_dj_id_seq
pg_restore: creating TABLE del_jrnx
pg_restore: [archiver (db)] Error from TOC entry 223; 1259 18680 TABLE del_jrnx phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "del_jrnx" already exists
    Command was: CREATE TABLE del_jrnx (
    j_id integer NOT NULL,
    j_date date,
    j_montant numeric(20,4),
    j_poste account_type,
 ...
pg_restore: creating SEQUENCE del_jrnx_djx_id_seq
pg_restore: [archiver (db)] Error from TOC entry 224; 1259 18686 SEQUENCE del_jrnx_djx_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "del_jrnx_djx_id_seq" already exists
    Command was: CREATE SEQUENCE del_jrnx_djx_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE OWNED BY del_jrnx_djx_id_seq
pg_restore: creating SEQUENCE document_d_id_seq
pg_restore: [archiver (db)] Error from TOC entry 225; 1259 18688 SEQUENCE document_d_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "document_d_id_seq" already exists
    Command was: CREATE SEQUENCE document_d_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating TABLE document
pg_restore: [archiver (db)] Error from TOC entry 226; 1259 18690 TABLE document phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "document" already exists
    Command was: CREATE TABLE document (
    d_id integer DEFAULT nextval('document_d_id_seq'::regclass) NOT NULL,
    ag_id integer NOT NULL...
pg_restore: creating COMMENT TABLE document
pg_restore: creating SEQUENCE document_modele_md_id_seq
pg_restore: [archiver (db)] Error from TOC entry 227; 1259 18697 SEQUENCE document_modele_md_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "document_modele_md_id_seq" already exists
    Command was: CREATE SEQUENCE document_modele_md_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating TABLE document_modele
pg_restore: [archiver (db)] Error from TOC entry 228; 1259 18699 TABLE document_modele phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "document_modele" already exists
    Command was: CREATE TABLE document_modele (
    md_id integer DEFAULT nextval('document_modele_md_id_seq'::regclass) NOT NULL,
    md_nam...
pg_restore: creating COMMENT TABLE document_modele
pg_restore: creating SEQUENCE document_seq
pg_restore: [archiver (db)] Error from TOC entry 229; 1259 18706 SEQUENCE document_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "document_seq" already exists
    Command was: CREATE SEQUENCE document_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating COMMENT SEQUENCE document_seq
pg_restore: creating SEQUENCE document_state_s_id_seq
pg_restore: [archiver (db)] Error from TOC entry 230; 1259 18708 SEQUENCE document_state_s_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "document_state_s_id_seq" already exists
    Command was: CREATE SEQUENCE document_state_s_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating TABLE document_state
pg_restore: [archiver (db)] Error from TOC entry 231; 1259 18710 TABLE document_state phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "document_state" already exists
    Command was: CREATE TABLE document_state (
    s_id integer DEFAULT nextval('document_state_s_id_seq'::regclass) NOT NULL,
    s_value ch...
pg_restore: creating COMMENT TABLE document_state
pg_restore: creating SEQUENCE document_type_dt_id_seq
pg_restore: [archiver (db)] Error from TOC entry 232; 1259 18714 SEQUENCE document_type_dt_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "document_type_dt_id_seq" already exists
    Command was: CREATE SEQUENCE document_type_dt_id_seq
    START WITH 25
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating TABLE document_type
pg_restore: [archiver (db)] Error from TOC entry 233; 1259 18716 TABLE document_type phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "document_type" already exists
    Command was: CREATE TABLE document_type (
    dt_id integer DEFAULT nextval('document_type_dt_id_seq'::regclass) NOT NULL,
    dt_value c...
pg_restore: creating COMMENT TABLE document_type
pg_restore: creating COMMENT COLUMN document_type.dt_prefix
pg_restore: creating TABLE extension
pg_restore: [archiver (db)] Error from TOC entry 234; 1259 18723 TABLE extension phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "extension" already exists
    Command was: CREATE TABLE extension (
    ex_id integer NOT NULL,
    ex_name character varying(30) NOT NULL,
    ex_code character varyi...
pg_restore: creating COMMENT TABLE extension
pg_restore: creating COMMENT COLUMN extension.ex_id
pg_restore: creating COMMENT COLUMN extension.ex_name
pg_restore: creating COMMENT COLUMN extension.ex_code
pg_restore: creating COMMENT COLUMN extension.ex_desc
pg_restore: creating COMMENT COLUMN extension.ex_file
pg_restore: creating COMMENT COLUMN extension.ex_enable
pg_restore: creating SEQUENCE extension_ex_id_seq
pg_restore: [archiver (db)] Error from TOC entry 235; 1259 18730 SEQUENCE extension_ex_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "extension_ex_id_seq" already exists
    Command was: CREATE SEQUENCE extension_ex_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE OWNED BY extension_ex_id_seq
pg_restore: creating TABLE fiche_def_ref
pg_restore: [archiver (db)] Error from TOC entry 236; 1259 18732 TABLE fiche_def_ref phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "fiche_def_ref" already exists
    Command was: CREATE TABLE fiche_def_ref (
    frd_id integer DEFAULT nextval(('s_fiche_def_ref'::text)::regclass) NOT NULL,
    frd_text ...
pg_restore: creating COMMENT TABLE fiche_def_ref
pg_restore: creating TABLE forecast
pg_restore: [archiver (db)] Error from TOC entry 237; 1259 18739 TABLE forecast phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "forecast" already exists
    Command was: CREATE TABLE forecast (
    f_id integer NOT NULL,
    f_name text NOT NULL,
    f_start_date bigint,
    f_end_date bigint
...
pg_restore: creating COMMENT TABLE forecast
pg_restore: creating TABLE forecast_cat
pg_restore: [archiver (db)] Error from TOC entry 238; 1259 18745 TABLE forecast_cat phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "forecast_cat" already exists
    Command was: CREATE TABLE forecast_cat (
    fc_id integer NOT NULL,
    fc_desc text NOT NULL,
    f_id bigint,
    fc_order integer DEF...
pg_restore: creating COMMENT COLUMN forecast_cat.fc_id
pg_restore: creating COMMENT COLUMN forecast_cat.fc_desc
pg_restore: creating COMMENT COLUMN forecast_cat.f_id
pg_restore: creating COMMENT COLUMN forecast_cat.fc_order
pg_restore: creating SEQUENCE forecast_cat_fc_id_seq
pg_restore: [archiver (db)] Error from TOC entry 239; 1259 18752 SEQUENCE forecast_cat_fc_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "forecast_cat_fc_id_seq" already exists
    Command was: CREATE SEQUENCE forecast_cat_fc_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE OWNED BY forecast_cat_fc_id_seq
pg_restore: creating SEQUENCE forecast_f_id_seq
pg_restore: [archiver (db)] Error from TOC entry 240; 1259 18754 SEQUENCE forecast_f_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "forecast_f_id_seq" already exists
    Command was: CREATE SEQUENCE forecast_f_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE OWNED BY forecast_f_id_seq
pg_restore: creating TABLE forecast_item
pg_restore: [archiver (db)] Error from TOC entry 241; 1259 18756 TABLE forecast_item phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "forecast_item" already exists
    Command was: CREATE TABLE forecast_item (
    fi_id integer NOT NULL,
    fi_text text,
    fi_account text,
    fi_card integer,
    fi_...
pg_restore: creating COMMENT COLUMN forecast_item.fi_id
pg_restore: creating COMMENT COLUMN forecast_item.fi_text
pg_restore: creating COMMENT COLUMN forecast_item.fi_account
pg_restore: creating COMMENT COLUMN forecast_item.fi_card
pg_restore: creating COMMENT COLUMN forecast_item.fi_order
pg_restore: creating COMMENT COLUMN forecast_item.fi_amount
pg_restore: creating COMMENT COLUMN forecast_item.fi_debit
pg_restore: creating COMMENT COLUMN forecast_item.fi_pid
pg_restore: creating SEQUENCE forecast_item_fi_id_seq
pg_restore: [archiver (db)] Error from TOC entry 242; 1259 18764 SEQUENCE forecast_item_fi_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "forecast_item_fi_id_seq" already exists
    Command was: CREATE SEQUENCE forecast_item_fi_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE OWNED BY forecast_item_fi_id_seq
pg_restore: creating TABLE form
pg_restore: [archiver (db)] Error from TOC entry 243; 1259 18766 TABLE form phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "form" already exists
    Command was: CREATE TABLE form (
    fo_id integer DEFAULT nextval(('s_form'::text)::regclass) NOT NULL,
    fo_fr_id integer,
    fo_pos...
pg_restore: creating COMMENT TABLE form
pg_restore: creating TABLE formdef
pg_restore: [archiver (db)] Error from TOC entry 244; 1259 18773 TABLE formdef phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "formdef" already exists
    Command was: CREATE TABLE formdef (
    fr_id integer DEFAULT nextval(('s_formdef'::text)::regclass) NOT NULL,
    fr_label text
);



pg_restore: creating TABLE groupe_analytique
pg_restore: [archiver (db)] Error from TOC entry 245; 1259 18780 TABLE groupe_analytique phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "groupe_analytique" already exists
    Command was: CREATE TABLE groupe_analytique (
    ga_id character varying(10) NOT NULL,
    pa_id integer,
    ga_description text
);



pg_restore: creating SEQUENCE historique_analytique_ha_id_seq
pg_restore: [archiver (db)] Error from TOC entry 246; 1259 18786 SEQUENCE historique_analytique_ha_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "historique_analytique_ha_id_seq" already exists
    Command was: CREATE SEQUENCE historique_analytique_ha_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACH...
pg_restore: creating TABLE info_def
pg_restore: [archiver (db)] Error from TOC entry 247; 1259 18788 TABLE info_def phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "info_def" already exists
    Command was: CREATE TABLE info_def (
    id_type text NOT NULL,
    id_description text
);



pg_restore: creating COMMENT TABLE info_def
pg_restore: creating SEQUENCE s_jnt_id
pg_restore: [archiver (db)] Error from TOC entry 248; 1259 18794 SEQUENCE s_jnt_id phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "s_jnt_id" already exists
    Command was: CREATE SEQUENCE s_jnt_id
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating TABLE jnt_fic_attr
pg_restore: [archiver (db)] Error from TOC entry 249; 1259 18796 TABLE jnt_fic_attr phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "jnt_fic_attr" already exists
    Command was: CREATE TABLE jnt_fic_attr (
    fd_id integer,
    ad_id integer,
    jnt_id bigint DEFAULT nextval('s_jnt_id'::regclass) NO...
pg_restore: creating COMMENT TABLE jnt_fic_attr
pg_restore: creating TABLE jnt_letter
pg_restore: [archiver (db)] Error from TOC entry 250; 1259 18800 TABLE jnt_letter phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "jnt_letter" already exists
    Command was: CREATE TABLE jnt_letter (
    jl_id integer NOT NULL,
    jl_amount_deb numeric(20,4)
);



pg_restore: creating SEQUENCE jnt_letter_jl_id_seq
pg_restore: [archiver (db)] Error from TOC entry 251; 1259 18803 SEQUENCE jnt_letter_jl_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "jnt_letter_jl_id_seq" already exists
    Command was: CREATE SEQUENCE jnt_letter_jl_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE OWNED BY jnt_letter_jl_id_seq
pg_restore: creating TABLE jrn
pg_restore: [archiver (db)] Error from TOC entry 252; 1259 18805 TABLE jrn phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "jrn" already exists
    Command was: CREATE TABLE jrn (
    jr_id integer DEFAULT nextval(('s_jrn'::text)::regclass) NOT NULL,
    jr_def_id integer NOT NULL,
  ...
pg_restore: creating COMMENT TABLE jrn
pg_restore: creating TABLE jrn_def
pg_restore: [archiver (db)] Error from TOC entry 253; 1259 18814 TABLE jrn_def phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "jrn_def" already exists
    Command was: CREATE TABLE jrn_def (
    jrn_def_id integer DEFAULT nextval(('s_jrn_def'::text)::regclass) NOT NULL,
    jrn_def_name text...
pg_restore: creating COMMENT TABLE jrn_def
pg_restore: creating TABLE jrn_info
pg_restore: [archiver (db)] Error from TOC entry 254; 1259 18824 TABLE jrn_info phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "jrn_info" already exists
    Command was: CREATE TABLE jrn_info (
    ji_id integer NOT NULL,
    jr_id integer NOT NULL,
    id_type text NOT NULL,
    ji_value text...
pg_restore: creating SEQUENCE jrn_info_ji_id_seq
pg_restore: [archiver (db)] Error from TOC entry 255; 1259 18830 SEQUENCE jrn_info_ji_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "jrn_info_ji_id_seq" already exists
    Command was: CREATE SEQUENCE jrn_info_ji_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE OWNED BY jrn_info_ji_id_seq
pg_restore: creating TABLE jrn_note
pg_restore: [archiver (db)] Error from TOC entry 256; 1259 18832 TABLE jrn_note phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "jrn_note" already exists
    Command was: CREATE TABLE jrn_note (
    n_id integer NOT NULL,
    n_text text,
    jr_id bigint NOT NULL
);



pg_restore: creating COMMENT TABLE jrn_note
pg_restore: creating SEQUENCE jrn_note_n_id_seq
pg_restore: [archiver (db)] Error from TOC entry 257; 1259 18838 SEQUENCE jrn_note_n_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "jrn_note_n_id_seq" already exists
    Command was: CREATE SEQUENCE jrn_note_n_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE OWNED BY jrn_note_n_id_seq
pg_restore: creating TABLE jrn_periode
pg_restore: [archiver (db)] Error from TOC entry 258; 1259 18840 TABLE jrn_periode phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "jrn_periode" already exists
    Command was: CREATE TABLE jrn_periode (
    jrn_def_id integer NOT NULL,
    p_id integer NOT NULL,
    status text
);



pg_restore: creating TABLE jrn_rapt
pg_restore: [archiver (db)] Error from TOC entry 259; 1259 18846 TABLE jrn_rapt phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "jrn_rapt" already exists
    Command was: CREATE TABLE jrn_rapt (
    jra_id integer DEFAULT nextval(('s_jrn_rapt'::text)::regclass) NOT NULL,
    jr_id integer NOT N...
pg_restore: creating COMMENT TABLE jrn_rapt
pg_restore: creating TABLE jrn_type
pg_restore: [archiver (db)] Error from TOC entry 260; 1259 18850 TABLE jrn_type phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "jrn_type" already exists
    Command was: CREATE TABLE jrn_type (
    jrn_type_id character(3) NOT NULL,
    jrn_desc text
);



pg_restore: creating COMMENT TABLE jrn_type
pg_restore: creating TABLE jrnx
pg_restore: [archiver (db)] Error from TOC entry 261; 1259 18856 TABLE jrnx phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "jrnx" already exists
    Command was: CREATE TABLE jrnx (
    j_id integer DEFAULT nextval(('s_jrn_op'::text)::regclass) NOT NULL,
    j_date date DEFAULT now(),
...
pg_restore: creating COMMENT TABLE jrnx
pg_restore: creating TABLE key_distribution
pg_restore: [archiver (db)] Error from TOC entry 262; 1259 18868 TABLE key_distribution phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "key_distribution" already exists
    Command was: CREATE TABLE key_distribution (
    kd_id integer NOT NULL,
    kd_name text,
    kd_description text
);



pg_restore: creating COMMENT TABLE key_distribution
pg_restore: creating COMMENT COLUMN key_distribution.kd_id
pg_restore: creating COMMENT COLUMN key_distribution.kd_name
pg_restore: creating COMMENT COLUMN key_distribution.kd_description
pg_restore: creating TABLE key_distribution_activity
pg_restore: [archiver (db)] Error from TOC entry 263; 1259 18874 TABLE key_distribution_activity phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "key_distribution_activity" already exists
    Command was: CREATE TABLE key_distribution_activity (
    ka_id integer NOT NULL,
    ke_id bigint NOT NULL,
    po_id bigint,
    pa_id ...
pg_restore: creating COMMENT TABLE key_distribution_activity
pg_restore: creating COMMENT COLUMN key_distribution_activity.ka_id
pg_restore: creating COMMENT COLUMN key_distribution_activity.ke_id
pg_restore: creating COMMENT COLUMN key_distribution_activity.po_id
pg_restore: creating COMMENT COLUMN key_distribution_activity.pa_id
pg_restore: creating SEQUENCE key_distribution_activity_ka_id_seq
pg_restore: [archiver (db)] Error from TOC entry 264; 1259 18877 SEQUENCE key_distribution_activity_ka_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "key_distribution_activity_ka_id_seq" already exists
    Command was: CREATE SEQUENCE key_distribution_activity_ka_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    ...
pg_restore: creating SEQUENCE OWNED BY key_distribution_activity_ka_id_seq
pg_restore: creating TABLE key_distribution_detail
pg_restore: [archiver (db)] Error from TOC entry 265; 1259 18879 TABLE key_distribution_detail phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "key_distribution_detail" already exists
    Command was: CREATE TABLE key_distribution_detail (
    ke_id integer NOT NULL,
    kd_id bigint NOT NULL,
    ke_row integer NOT NULL,
 ...
pg_restore: creating COMMENT TABLE key_distribution_detail
pg_restore: creating COMMENT COLUMN key_distribution_detail.ke_id
pg_restore: creating COMMENT COLUMN key_distribution_detail.kd_id
pg_restore: creating COMMENT COLUMN key_distribution_detail.ke_row
pg_restore: creating SEQUENCE key_distribution_detail_ke_id_seq
pg_restore: [archiver (db)] Error from TOC entry 266; 1259 18882 SEQUENCE key_distribution_detail_ke_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "key_distribution_detail_ke_id_seq" already exists
    Command was: CREATE SEQUENCE key_distribution_detail_ke_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CA...
pg_restore: creating SEQUENCE OWNED BY key_distribution_detail_ke_id_seq
pg_restore: creating SEQUENCE key_distribution_kd_id_seq
pg_restore: [archiver (db)] Error from TOC entry 267; 1259 18884 SEQUENCE key_distribution_kd_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "key_distribution_kd_id_seq" already exists
    Command was: CREATE SEQUENCE key_distribution_kd_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE OWNED BY key_distribution_kd_id_seq
pg_restore: creating TABLE key_distribution_ledger
pg_restore: [archiver (db)] Error from TOC entry 268; 1259 18886 TABLE key_distribution_ledger phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "key_distribution_ledger" already exists
    Command was: CREATE TABLE key_distribution_ledger (
    kl_id integer NOT NULL,
    kd_id bigint NOT NULL,
    jrn_def_id bigint NOT NULL...
pg_restore: creating COMMENT TABLE key_distribution_ledger
pg_restore: creating COMMENT COLUMN key_distribution_ledger.kl_id
pg_restore: creating COMMENT COLUMN key_distribution_ledger.kd_id
pg_restore: creating COMMENT COLUMN key_distribution_ledger.jrn_def_id
pg_restore: creating SEQUENCE key_distribution_ledger_kl_id_seq
pg_restore: [archiver (db)] Error from TOC entry 269; 1259 18889 SEQUENCE key_distribution_ledger_kl_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "key_distribution_ledger_kl_id_seq" already exists
    Command was: CREATE SEQUENCE key_distribution_ledger_kl_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CA...
pg_restore: creating SEQUENCE OWNED BY key_distribution_ledger_kl_id_seq
pg_restore: creating TABLE letter_cred
pg_restore: [archiver (db)] Error from TOC entry 270; 1259 18891 TABLE letter_cred phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "letter_cred" already exists
    Command was: CREATE TABLE letter_cred (
    lc_id integer NOT NULL,
    j_id bigint NOT NULL,
    jl_id bigint NOT NULL
);



pg_restore: creating SEQUENCE letter_cred_lc_id_seq
pg_restore: [archiver (db)] Error from TOC entry 271; 1259 18894 SEQUENCE letter_cred_lc_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "letter_cred_lc_id_seq" already exists
    Command was: CREATE SEQUENCE letter_cred_lc_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE OWNED BY letter_cred_lc_id_seq
pg_restore: creating TABLE letter_deb
pg_restore: [archiver (db)] Error from TOC entry 272; 1259 18896 TABLE letter_deb phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "letter_deb" already exists
    Command was: CREATE TABLE letter_deb (
    ld_id integer NOT NULL,
    j_id bigint NOT NULL,
    jl_id bigint NOT NULL
);



pg_restore: creating SEQUENCE letter_deb_ld_id_seq
pg_restore: [archiver (db)] Error from TOC entry 273; 1259 18899 SEQUENCE letter_deb_ld_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "letter_deb_ld_id_seq" already exists
    Command was: CREATE SEQUENCE letter_deb_ld_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE OWNED BY letter_deb_ld_id_seq
pg_restore: creating TABLE link_action_type
pg_restore: [archiver (db)] Error from TOC entry 274; 1259 18901 TABLE link_action_type phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "link_action_type" already exists
    Command was: CREATE TABLE link_action_type (
    l_id bigint NOT NULL,
    l_desc character varying
);



pg_restore: creating SEQUENCE link_action_type_l_id_seq
pg_restore: [archiver (db)] Error from TOC entry 275; 1259 18907 SEQUENCE link_action_type_l_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "link_action_type_l_id_seq" already exists
    Command was: CREATE SEQUENCE link_action_type_l_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE OWNED BY link_action_type_l_id_seq
pg_restore: creating TABLE menu_default
pg_restore: [archiver (db)] Error from TOC entry 276; 1259 18909 TABLE menu_default phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "menu_default" already exists
    Command was: CREATE TABLE menu_default (
    md_id integer NOT NULL,
    md_code text NOT NULL,
    me_code text NOT NULL
);



pg_restore: creating SEQUENCE menu_default_md_id_seq
pg_restore: [archiver (db)] Error from TOC entry 277; 1259 18915 SEQUENCE menu_default_md_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "menu_default_md_id_seq" already exists
    Command was: CREATE SEQUENCE menu_default_md_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE OWNED BY menu_default_md_id_seq
pg_restore: creating TABLE menu_ref
pg_restore: [archiver (db)] Error from TOC entry 278; 1259 18917 TABLE menu_ref phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "menu_ref" already exists
    Command was: CREATE TABLE menu_ref (
    me_code text NOT NULL,
    me_menu text,
    me_file text,
    me_url text,
    me_description t...
pg_restore: creating COMMENT COLUMN menu_ref.me_code
pg_restore: creating COMMENT COLUMN menu_ref.me_menu
pg_restore: creating COMMENT COLUMN menu_ref.me_file
pg_restore: creating COMMENT COLUMN menu_ref.me_url
pg_restore: creating COMMENT COLUMN menu_ref.me_type
pg_restore: creating TABLE mod_payment
pg_restore: [archiver (db)] Error from TOC entry 279; 1259 18923 TABLE mod_payment phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "mod_payment" already exists
    Command was: CREATE TABLE mod_payment (
    mp_id integer NOT NULL,
    mp_lib text NOT NULL,
    mp_jrn_def_id integer NOT NULL,
    mp_...
pg_restore: creating COMMENT TABLE mod_payment
pg_restore: creating COMMENT COLUMN mod_payment.jrn_def_id
pg_restore: creating SEQUENCE mod_payment_mp_id_seq
pg_restore: [archiver (db)] Error from TOC entry 280; 1259 18929 SEQUENCE mod_payment_mp_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "mod_payment_mp_id_seq" already exists
    Command was: CREATE SEQUENCE mod_payment_mp_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE OWNED BY mod_payment_mp_id_seq
pg_restore: creating SEQUENCE op_def_op_seq
pg_restore: [archiver (db)] Error from TOC entry 281; 1259 18931 SEQUENCE op_def_op_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "op_def_op_seq" already exists
    Command was: CREATE SEQUENCE op_def_op_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating TABLE op_predef
pg_restore: [archiver (db)] Error from TOC entry 282; 1259 18933 TABLE op_predef phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "op_predef" already exists
    Command was: CREATE TABLE op_predef (
    od_id integer DEFAULT nextval('op_def_op_seq'::regclass) NOT NULL,
    jrn_def_id integer NOT N...
pg_restore: creating COMMENT TABLE op_predef
pg_restore: creating COMMENT COLUMN op_predef.jrn_def_id
pg_restore: creating COMMENT COLUMN op_predef.od_name
pg_restore: creating SEQUENCE op_predef_detail_opd_id_seq
pg_restore: [archiver (db)] Error from TOC entry 283; 1259 18940 SEQUENCE op_predef_detail_opd_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "op_predef_detail_opd_id_seq" already exists
    Command was: CREATE SEQUENCE op_predef_detail_opd_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating TABLE op_predef_detail
pg_restore: [archiver (db)] Error from TOC entry 284; 1259 18942 TABLE op_predef_detail phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "op_predef_detail" already exists
    Command was: CREATE TABLE op_predef_detail (
    opd_id integer DEFAULT nextval('op_predef_detail_opd_id_seq'::regclass) NOT NULL,
    od...
pg_restore: creating COMMENT TABLE op_predef_detail
pg_restore: creating SEQUENCE s_oa_group
pg_restore: [archiver (db)] Error from TOC entry 285; 1259 18949 SEQUENCE s_oa_group phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "s_oa_group" already exists
    Command was: CREATE SEQUENCE s_oa_group
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating TABLE operation_analytique
pg_restore: [archiver (db)] Error from TOC entry 286; 1259 18951 TABLE operation_analytique phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "operation_analytique" already exists
    Command was: CREATE TABLE operation_analytique (
    oa_id integer DEFAULT nextval('historique_analytique_ha_id_seq'::regclass) NOT NULL,...
pg_restore: creating COMMENT TABLE operation_analytique
pg_restore: creating COMMENT COLUMN operation_analytique.oa_jrnx_id_source
pg_restore: creating COMMENT COLUMN operation_analytique.oa_positive
pg_restore: creating TABLE parameter
pg_restore: [archiver (db)] Error from TOC entry 287; 1259 18962 TABLE parameter phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "parameter" already exists
    Command was: CREATE TABLE parameter (
    pr_id text NOT NULL,
    pr_value text
);



pg_restore: creating COMMENT TABLE parameter
pg_restore: creating TABLE parm_code
pg_restore: [archiver (db)] Error from TOC entry 288; 1259 18968 TABLE parm_code phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "parm_code" already exists
    Command was: CREATE TABLE parm_code (
    p_code text NOT NULL,
    p_value text,
    p_comment text
);



pg_restore: creating TABLE parm_money
pg_restore: [archiver (db)] Error from TOC entry 289; 1259 18974 TABLE parm_money phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "parm_money" already exists
    Command was: CREATE TABLE parm_money (
    pm_id integer DEFAULT nextval(('s_currency'::text)::regclass),
    pm_code character(3) NOT NU...
pg_restore: creating COMMENT TABLE parm_money
pg_restore: creating TABLE parm_periode
pg_restore: [archiver (db)] Error from TOC entry 290; 1259 18978 TABLE parm_periode phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "parm_periode" already exists
    Command was: CREATE TABLE parm_periode (
    p_id integer DEFAULT nextval(('s_periode'::text)::regclass) NOT NULL,
    p_start date NOT N...
pg_restore: creating COMMENT TABLE parm_periode
pg_restore: creating TABLE parm_poste
pg_restore: [archiver (db)] Error from TOC entry 291; 1259 18989 TABLE parm_poste phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "parm_poste" already exists
    Command was: CREATE TABLE parm_poste (
    p_value account_type NOT NULL,
    p_type text NOT NULL
);



pg_restore: creating COMMENT TABLE parm_poste
pg_restore: creating SEQUENCE plan_analytique_pa_id_seq
pg_restore: [archiver (db)] Error from TOC entry 292; 1259 18995 SEQUENCE plan_analytique_pa_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "plan_analytique_pa_id_seq" already exists
    Command was: CREATE SEQUENCE plan_analytique_pa_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating TABLE plan_analytique
pg_restore: [archiver (db)] Error from TOC entry 293; 1259 18997 TABLE plan_analytique phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "plan_analytique" already exists
    Command was: CREATE TABLE plan_analytique (
    pa_id integer DEFAULT nextval('plan_analytique_pa_id_seq'::regclass) NOT NULL,
    pa_nam...
pg_restore: creating COMMENT TABLE plan_analytique
pg_restore: creating SEQUENCE poste_analytique_po_id_seq
pg_restore: [archiver (db)] Error from TOC entry 294; 1259 19005 SEQUENCE poste_analytique_po_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "poste_analytique_po_id_seq" already exists
    Command was: CREATE SEQUENCE poste_analytique_po_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating TABLE poste_analytique
pg_restore: [archiver (db)] Error from TOC entry 295; 1259 19007 TABLE poste_analytique phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "poste_analytique" already exists
    Command was: CREATE TABLE poste_analytique (
    po_id integer DEFAULT nextval('poste_analytique_po_id_seq'::regclass) NOT NULL,
    po_n...
pg_restore: creating COMMENT TABLE poste_analytique
pg_restore: creating TABLE profile
pg_restore: [archiver (db)] Error from TOC entry 296; 1259 19015 TABLE profile phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "profile" already exists
    Command was: CREATE TABLE profile (
    p_name text NOT NULL,
    p_id integer NOT NULL,
    p_desc text,
    with_calc boolean DEFAULT t...
pg_restore: creating COMMENT TABLE profile
pg_restore: creating COMMENT COLUMN profile.p_name
pg_restore: creating COMMENT COLUMN profile.p_desc
pg_restore: creating COMMENT COLUMN profile.with_calc
pg_restore: creating COMMENT COLUMN profile.with_direct_form
pg_restore: creating TABLE profile_menu
pg_restore: [archiver (db)] Error from TOC entry 297; 1259 19023 TABLE profile_menu phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "profile_menu" already exists
    Command was: CREATE TABLE profile_menu (
    pm_id integer NOT NULL,
    me_code text,
    me_code_dep text,
    p_id integer,
    p_orde...
pg_restore: creating COMMENT TABLE profile_menu
pg_restore: creating COMMENT COLUMN profile_menu.me_code_dep
pg_restore: creating COMMENT COLUMN profile_menu.p_id
pg_restore: creating COMMENT COLUMN profile_menu.p_order
pg_restore: creating COMMENT COLUMN profile_menu.p_type_display
pg_restore: creating COMMENT COLUMN profile_menu.pm_default
pg_restore: creating COMMENT COLUMN profile_menu.pm_id_dep
pg_restore: creating SEQUENCE profile_menu_pm_id_seq
pg_restore: [archiver (db)] Error from TOC entry 298; 1259 19029 SEQUENCE profile_menu_pm_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "profile_menu_pm_id_seq" already exists
    Command was: CREATE SEQUENCE profile_menu_pm_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE OWNED BY profile_menu_pm_id_seq
pg_restore: creating TABLE profile_menu_type
pg_restore: [archiver (db)] Error from TOC entry 299; 1259 19031 TABLE profile_menu_type phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "profile_menu_type" already exists
    Command was: CREATE TABLE profile_menu_type (
    pm_type text NOT NULL,
    pm_desc text
);



pg_restore: creating SEQUENCE profile_p_id_seq
pg_restore: [archiver (db)] Error from TOC entry 300; 1259 19037 SEQUENCE profile_p_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "profile_p_id_seq" already exists
    Command was: CREATE SEQUENCE profile_p_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE OWNED BY profile_p_id_seq
pg_restore: creating TABLE profile_sec_repository
pg_restore: [archiver (db)] Error from TOC entry 301; 1259 19039 TABLE profile_sec_repository phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "profile_sec_repository" already exists
    Command was: CREATE TABLE profile_sec_repository (
    ur_id bigint NOT NULL,
    p_id bigint,
    r_id bigint,
    ur_right character(1)...
pg_restore: creating COMMENT TABLE profile_sec_repository
pg_restore: creating COMMENT COLUMN profile_sec_repository.ur_id
pg_restore: creating COMMENT COLUMN profile_sec_repository.p_id
pg_restore: creating COMMENT COLUMN profile_sec_repository.r_id
pg_restore: creating COMMENT COLUMN profile_sec_repository.ur_right
pg_restore: creating SEQUENCE profile_sec_repository_ur_id_seq
pg_restore: [archiver (db)] Error from TOC entry 302; 1259 19043 SEQUENCE profile_sec_repository_ur_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "profile_sec_repository_ur_id_seq" already exists
    Command was: CREATE SEQUENCE profile_sec_repository_ur_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CAC...
pg_restore: creating SEQUENCE OWNED BY profile_sec_repository_ur_id_seq
pg_restore: creating TABLE profile_user
pg_restore: [archiver (db)] Error from TOC entry 303; 1259 19045 TABLE profile_user phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "profile_user" already exists
    Command was: CREATE TABLE profile_user (
    user_name text NOT NULL,
    pu_id integer NOT NULL,
    p_id integer
);



pg_restore: creating COMMENT TABLE profile_user
pg_restore: creating COMMENT COLUMN profile_user.user_name
pg_restore: creating COMMENT COLUMN profile_user.p_id
pg_restore: creating SEQUENCE profile_user_pu_id_seq
pg_restore: [archiver (db)] Error from TOC entry 304; 1259 19051 SEQUENCE profile_user_pu_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "profile_user_pu_id_seq" already exists
    Command was: CREATE SEQUENCE profile_user_pu_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE OWNED BY profile_user_pu_id_seq
pg_restore: creating TABLE quant_fin
pg_restore: [archiver (db)] Error from TOC entry 305; 1259 19053 TABLE quant_fin phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "quant_fin" already exists
    Command was: CREATE TABLE quant_fin (
    qf_id bigint NOT NULL,
    qf_bank bigint,
    jr_id bigint,
    qf_other bigint,
    qf_amount...
pg_restore: creating COMMENT TABLE quant_fin
pg_restore: creating SEQUENCE quant_fin_qf_id_seq
pg_restore: [archiver (db)] Error from TOC entry 306; 1259 19057 SEQUENCE quant_fin_qf_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "quant_fin_qf_id_seq" already exists
    Command was: CREATE SEQUENCE quant_fin_qf_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE OWNED BY quant_fin_qf_id_seq
pg_restore: creating TABLE quant_purchase
pg_restore: [archiver (db)] Error from TOC entry 307; 1259 19059 TABLE quant_purchase phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "quant_purchase" already exists
    Command was: CREATE TABLE quant_purchase (
    qp_id integer DEFAULT nextval(('s_quantity'::text)::regclass) NOT NULL,
    qp_internal te...
pg_restore: creating COMMENT COLUMN quant_purchase.qp_vat_sided
pg_restore: creating TABLE quant_sold
pg_restore: [archiver (db)] Error from TOC entry 308; 1259 19073 TABLE quant_sold phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "quant_sold" already exists
    Command was: CREATE TABLE quant_sold (
    qs_id integer DEFAULT nextval(('s_quantity'::text)::regclass) NOT NULL,
    qs_internal text,
...
pg_restore: creating COMMENT TABLE quant_sold
pg_restore: creating SEQUENCE s_attr_def
pg_restore: [archiver (db)] Error from TOC entry 309; 1259 19082 SEQUENCE s_attr_def phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "s_attr_def" already exists
    Command was: CREATE SEQUENCE s_attr_def
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE s_cbc
pg_restore: [archiver (db)] Error from TOC entry 310; 1259 19084 SEQUENCE s_cbc phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "s_cbc" already exists
    Command was: CREATE SEQUENCE s_cbc
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE s_central
pg_restore: [archiver (db)] Error from TOC entry 311; 1259 19086 SEQUENCE s_central phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "s_central" already exists
    Command was: CREATE SEQUENCE s_central
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE s_central_order
pg_restore: [archiver (db)] Error from TOC entry 312; 1259 19088 SEQUENCE s_central_order phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "s_central_order" already exists
    Command was: CREATE SEQUENCE s_central_order
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE s_centralized
pg_restore: [archiver (db)] Error from TOC entry 313; 1259 19090 SEQUENCE s_centralized phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "s_centralized" already exists
    Command was: CREATE SEQUENCE s_centralized
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE s_currency
pg_restore: [archiver (db)] Error from TOC entry 314; 1259 19092 SEQUENCE s_currency phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "s_currency" already exists
    Command was: CREATE SEQUENCE s_currency
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE s_fdef
pg_restore: [archiver (db)] Error from TOC entry 315; 1259 19094 SEQUENCE s_fdef phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "s_fdef" already exists
    Command was: CREATE SEQUENCE s_fdef
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE s_fiche
pg_restore: [archiver (db)] Error from TOC entry 316; 1259 19096 SEQUENCE s_fiche phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "s_fiche" already exists
    Command was: CREATE SEQUENCE s_fiche
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE s_fiche_def_ref
pg_restore: [archiver (db)] Error from TOC entry 317; 1259 19098 SEQUENCE s_fiche_def_ref phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "s_fiche_def_ref" already exists
    Command was: CREATE SEQUENCE s_fiche_def_ref
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE s_form
pg_restore: [archiver (db)] Error from TOC entry 318; 1259 19100 SEQUENCE s_form phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "s_form" already exists
    Command was: CREATE SEQUENCE s_form
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE s_formdef
pg_restore: [archiver (db)] Error from TOC entry 319; 1259 19102 SEQUENCE s_formdef phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "s_formdef" already exists
    Command was: CREATE SEQUENCE s_formdef
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE s_grpt
pg_restore: [archiver (db)] Error from TOC entry 320; 1259 19104 SEQUENCE s_grpt phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "s_grpt" already exists
    Command was: CREATE SEQUENCE s_grpt
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE s_idef
pg_restore: [archiver (db)] Error from TOC entry 321; 1259 19106 SEQUENCE s_idef phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "s_idef" already exists
    Command was: CREATE SEQUENCE s_idef
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE s_internal
pg_restore: [archiver (db)] Error from TOC entry 322; 1259 19108 SEQUENCE s_internal phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "s_internal" already exists
    Command was: CREATE SEQUENCE s_internal
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE s_invoice
pg_restore: [archiver (db)] Error from TOC entry 323; 1259 19110 SEQUENCE s_invoice phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "s_invoice" already exists
    Command was: CREATE SEQUENCE s_invoice
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE s_isup
pg_restore: [archiver (db)] Error from TOC entry 324; 1259 19112 SEQUENCE s_isup phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "s_isup" already exists
    Command was: CREATE SEQUENCE s_isup
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE s_jnt_fic_att_value
pg_restore: [archiver (db)] Error from TOC entry 325; 1259 19114 SEQUENCE s_jnt_fic_att_value phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "s_jnt_fic_att_value" already exists
    Command was: CREATE SEQUENCE s_jnt_fic_att_value
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE s_jrn
pg_restore: [archiver (db)] Error from TOC entry 326; 1259 19116 SEQUENCE s_jrn phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "s_jrn" already exists
    Command was: CREATE SEQUENCE s_jrn
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE s_jrn_1
pg_restore: [archiver (db)] Error from TOC entry 327; 1259 19118 SEQUENCE s_jrn_1 phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "s_jrn_1" already exists
    Command was: CREATE SEQUENCE s_jrn_1
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE s_jrn_2
pg_restore: [archiver (db)] Error from TOC entry 328; 1259 19120 SEQUENCE s_jrn_2 phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "s_jrn_2" already exists
    Command was: CREATE SEQUENCE s_jrn_2
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE s_jrn_3
pg_restore: [archiver (db)] Error from TOC entry 329; 1259 19122 SEQUENCE s_jrn_3 phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "s_jrn_3" already exists
    Command was: CREATE SEQUENCE s_jrn_3
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE s_jrn_4
pg_restore: [archiver (db)] Error from TOC entry 330; 1259 19124 SEQUENCE s_jrn_4 phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "s_jrn_4" already exists
    Command was: CREATE SEQUENCE s_jrn_4
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE s_jrn_def
pg_restore: [archiver (db)] Error from TOC entry 331; 1259 19126 SEQUENCE s_jrn_def phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "s_jrn_def" already exists
    Command was: CREATE SEQUENCE s_jrn_def
    START WITH 5
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE s_jrn_op
pg_restore: [archiver (db)] Error from TOC entry 332; 1259 19128 SEQUENCE s_jrn_op phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "s_jrn_op" already exists
    Command was: CREATE SEQUENCE s_jrn_op
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE s_jrn_pj1
pg_restore: [archiver (db)] Error from TOC entry 333; 1259 19130 SEQUENCE s_jrn_pj1 phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "s_jrn_pj1" already exists
    Command was: CREATE SEQUENCE s_jrn_pj1
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE s_jrn_pj2
pg_restore: [archiver (db)] Error from TOC entry 334; 1259 19132 SEQUENCE s_jrn_pj2 phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "s_jrn_pj2" already exists
    Command was: CREATE SEQUENCE s_jrn_pj2
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE s_jrn_pj3
pg_restore: [archiver (db)] Error from TOC entry 335; 1259 19134 SEQUENCE s_jrn_pj3 phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "s_jrn_pj3" already exists
    Command was: CREATE SEQUENCE s_jrn_pj3
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE s_jrn_pj4
pg_restore: [archiver (db)] Error from TOC entry 336; 1259 19136 SEQUENCE s_jrn_pj4 phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "s_jrn_pj4" already exists
    Command was: CREATE SEQUENCE s_jrn_pj4
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE s_jrn_rapt
pg_restore: [archiver (db)] Error from TOC entry 337; 1259 19138 SEQUENCE s_jrn_rapt phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "s_jrn_rapt" already exists
    Command was: CREATE SEQUENCE s_jrn_rapt
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE s_jrnaction
pg_restore: [archiver (db)] Error from TOC entry 338; 1259 19140 SEQUENCE s_jrnaction phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "s_jrnaction" already exists
    Command was: CREATE SEQUENCE s_jrnaction
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE s_jrnx
pg_restore: [archiver (db)] Error from TOC entry 339; 1259 19142 SEQUENCE s_jrnx phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "s_jrnx" already exists
    Command was: CREATE SEQUENCE s_jrnx
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE s_periode
pg_restore: [archiver (db)] Error from TOC entry 340; 1259 19144 SEQUENCE s_periode phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "s_periode" already exists
    Command was: CREATE SEQUENCE s_periode
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE s_quantity
pg_restore: [archiver (db)] Error from TOC entry 341; 1259 19146 SEQUENCE s_quantity phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "s_quantity" already exists
    Command was: CREATE SEQUENCE s_quantity
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE s_stock_goods
pg_restore: [archiver (db)] Error from TOC entry 342; 1259 19148 SEQUENCE s_stock_goods phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "s_stock_goods" already exists
    Command was: CREATE SEQUENCE s_stock_goods
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE s_user_act
pg_restore: [archiver (db)] Error from TOC entry 343; 1259 19150 SEQUENCE s_user_act phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "s_user_act" already exists
    Command was: CREATE SEQUENCE s_user_act
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE s_user_jrn
pg_restore: [archiver (db)] Error from TOC entry 344; 1259 19152 SEQUENCE s_user_jrn phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "s_user_jrn" already exists
    Command was: CREATE SEQUENCE s_user_jrn
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE seq_bud_hypothese_bh_id
pg_restore: [archiver (db)] Error from TOC entry 345; 1259 19154 SEQUENCE seq_bud_hypothese_bh_id phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "seq_bud_hypothese_bh_id" already exists
    Command was: CREATE SEQUENCE seq_bud_hypothese_bh_id
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE seq_doc_type_1
pg_restore: [archiver (db)] Error from TOC entry 346; 1259 19156 SEQUENCE seq_doc_type_1 phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "seq_doc_type_1" already exists
    Command was: CREATE SEQUENCE seq_doc_type_1
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE seq_doc_type_10
pg_restore: [archiver (db)] Error from TOC entry 347; 1259 19158 SEQUENCE seq_doc_type_10 phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "seq_doc_type_10" already exists
    Command was: CREATE SEQUENCE seq_doc_type_10
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE seq_doc_type_2
pg_restore: [archiver (db)] Error from TOC entry 348; 1259 19160 SEQUENCE seq_doc_type_2 phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "seq_doc_type_2" already exists
    Command was: CREATE SEQUENCE seq_doc_type_2
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE seq_doc_type_20
pg_restore: [archiver (db)] Error from TOC entry 349; 1259 19162 SEQUENCE seq_doc_type_20 phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "seq_doc_type_20" already exists
    Command was: CREATE SEQUENCE seq_doc_type_20
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE seq_doc_type_21
pg_restore: [archiver (db)] Error from TOC entry 350; 1259 19164 SEQUENCE seq_doc_type_21 phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "seq_doc_type_21" already exists
    Command was: CREATE SEQUENCE seq_doc_type_21
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE seq_doc_type_22
pg_restore: [archiver (db)] Error from TOC entry 351; 1259 19166 SEQUENCE seq_doc_type_22 phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "seq_doc_type_22" already exists
    Command was: CREATE SEQUENCE seq_doc_type_22
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE seq_doc_type_3
pg_restore: [archiver (db)] Error from TOC entry 352; 1259 19168 SEQUENCE seq_doc_type_3 phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "seq_doc_type_3" already exists
    Command was: CREATE SEQUENCE seq_doc_type_3
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE seq_doc_type_4
pg_restore: [archiver (db)] Error from TOC entry 353; 1259 19170 SEQUENCE seq_doc_type_4 phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "seq_doc_type_4" already exists
    Command was: CREATE SEQUENCE seq_doc_type_4
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE seq_doc_type_5
pg_restore: [archiver (db)] Error from TOC entry 354; 1259 19172 SEQUENCE seq_doc_type_5 phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "seq_doc_type_5" already exists
    Command was: CREATE SEQUENCE seq_doc_type_5
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE seq_doc_type_6
pg_restore: [archiver (db)] Error from TOC entry 355; 1259 19174 SEQUENCE seq_doc_type_6 phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "seq_doc_type_6" already exists
    Command was: CREATE SEQUENCE seq_doc_type_6
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE seq_doc_type_7
pg_restore: [archiver (db)] Error from TOC entry 356; 1259 19176 SEQUENCE seq_doc_type_7 phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "seq_doc_type_7" already exists
    Command was: CREATE SEQUENCE seq_doc_type_7
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE seq_doc_type_8
pg_restore: [archiver (db)] Error from TOC entry 357; 1259 19178 SEQUENCE seq_doc_type_8 phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "seq_doc_type_8" already exists
    Command was: CREATE SEQUENCE seq_doc_type_8
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE seq_doc_type_9
pg_restore: [archiver (db)] Error from TOC entry 358; 1259 19180 SEQUENCE seq_doc_type_9 phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "seq_doc_type_9" already exists
    Command was: CREATE SEQUENCE seq_doc_type_9
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating TABLE stock_change
pg_restore: [archiver (db)] Error from TOC entry 359; 1259 19182 TABLE stock_change phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "stock_change" already exists
    Command was: CREATE TABLE stock_change (
    c_id bigint NOT NULL,
    c_comment text,
    c_date date,
    tech_user text,
    r_id bigi...
pg_restore: creating SEQUENCE stock_change_c_id_seq
pg_restore: [archiver (db)] Error from TOC entry 360; 1259 19189 SEQUENCE stock_change_c_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "stock_change_c_id_seq" already exists
    Command was: CREATE SEQUENCE stock_change_c_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE OWNED BY stock_change_c_id_seq
pg_restore: creating TABLE stock_goods
pg_restore: [archiver (db)] Error from TOC entry 361; 1259 19191 TABLE stock_goods phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "stock_goods" already exists
    Command was: CREATE TABLE stock_goods (
    sg_id integer DEFAULT nextval(('s_stock_goods'::text)::regclass) NOT NULL,
    j_id integer,
...
pg_restore: creating COMMENT TABLE stock_goods
pg_restore: creating TABLE stock_repository
pg_restore: [archiver (db)] Error from TOC entry 362; 1259 19202 TABLE stock_repository phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "stock_repository" already exists
    Command was: CREATE TABLE stock_repository (
    r_id bigint NOT NULL,
    r_name text,
    r_adress text,
    r_country text,
    r_city...
pg_restore: creating COMMENT TABLE stock_repository
pg_restore: creating COMMENT COLUMN stock_repository.r_id
pg_restore: creating COMMENT COLUMN stock_repository.r_name
pg_restore: creating COMMENT COLUMN stock_repository.r_adress
pg_restore: creating COMMENT COLUMN stock_repository.r_country
pg_restore: creating COMMENT COLUMN stock_repository.r_city
pg_restore: creating COMMENT COLUMN stock_repository.r_phone
pg_restore: creating SEQUENCE stock_repository_r_id_seq
pg_restore: [archiver (db)] Error from TOC entry 363; 1259 19208 SEQUENCE stock_repository_r_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "stock_repository_r_id_seq" already exists
    Command was: CREATE SEQUENCE stock_repository_r_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE OWNED BY stock_repository_r_id_seq
pg_restore: creating TABLE tags
pg_restore: [archiver (db)] Error from TOC entry 364; 1259 19210 TABLE tags phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "tags" already exists
    Command was: CREATE TABLE tags (
    t_id integer NOT NULL,
    t_tag text NOT NULL,
    t_description text
);



pg_restore: creating SEQUENCE tags_t_id_seq
pg_restore: [archiver (db)] Error from TOC entry 365; 1259 19216 SEQUENCE tags_t_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "tags_t_id_seq" already exists
    Command was: CREATE SEQUENCE tags_t_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE OWNED BY tags_t_id_seq
pg_restore: creating TABLE tmp_pcmn
pg_restore: [archiver (db)] Error from TOC entry 366; 1259 19218 TABLE tmp_pcmn phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "tmp_pcmn" already exists
    Command was: CREATE TABLE tmp_pcmn (
    pcm_val account_type NOT NULL,
    pcm_lib text,
    pcm_val_parent account_type DEFAULT 0,
    ...
pg_restore: creating COMMENT TABLE tmp_pcmn
pg_restore: creating TABLE tmp_stockgood
pg_restore: [archiver (db)] Error from TOC entry 367; 1259 19225 TABLE tmp_stockgood phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "tmp_stockgood" already exists
    Command was: CREATE TABLE tmp_stockgood (
    s_id bigint NOT NULL,
    s_date timestamp without time zone DEFAULT now()
);



pg_restore: creating TABLE tmp_stockgood_detail
pg_restore: [archiver (db)] Error from TOC entry 368; 1259 19229 TABLE tmp_stockgood_detail phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "tmp_stockgood_detail" already exists
    Command was: CREATE TABLE tmp_stockgood_detail (
    d_id bigint NOT NULL,
    s_id bigint,
    sg_code text,
    s_qin numeric(20,4),
  ...
pg_restore: creating SEQUENCE tmp_stockgood_detail_d_id_seq
pg_restore: [archiver (db)] Error from TOC entry 369; 1259 19235 SEQUENCE tmp_stockgood_detail_d_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "tmp_stockgood_detail_d_id_seq" already exists
    Command was: CREATE SEQUENCE tmp_stockgood_detail_d_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE ...
pg_restore: creating SEQUENCE OWNED BY tmp_stockgood_detail_d_id_seq
pg_restore: creating SEQUENCE tmp_stockgood_s_id_seq
pg_restore: [archiver (db)] Error from TOC entry 370; 1259 19237 SEQUENCE tmp_stockgood_s_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "tmp_stockgood_s_id_seq" already exists
    Command was: CREATE SEQUENCE tmp_stockgood_s_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE OWNED BY tmp_stockgood_s_id_seq
pg_restore: creating SEQUENCE todo_list_tl_id_seq
pg_restore: [archiver (db)] Error from TOC entry 371; 1259 19239 SEQUENCE todo_list_tl_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "todo_list_tl_id_seq" already exists
    Command was: CREATE SEQUENCE todo_list_tl_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating TABLE todo_list
pg_restore: [archiver (db)] Error from TOC entry 372; 1259 19241 TABLE todo_list phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "todo_list" already exists
    Command was: CREATE TABLE todo_list (
    tl_id integer DEFAULT nextval('todo_list_tl_id_seq'::regclass) NOT NULL,
    tl_date date NOT N...
pg_restore: creating COMMENT TABLE todo_list
pg_restore: creating COMMENT COLUMN todo_list.is_public
pg_restore: creating TABLE todo_list_shared
pg_restore: [archiver (db)] Error from TOC entry 373; 1259 19250 TABLE todo_list_shared phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "todo_list_shared" already exists
    Command was: CREATE TABLE todo_list_shared (
    id integer NOT NULL,
    todo_list_id integer NOT NULL,
    use_login text NOT NULL
);



pg_restore: creating COMMENT TABLE todo_list_shared
pg_restore: creating COMMENT COLUMN todo_list_shared.todo_list_id
pg_restore: creating COMMENT COLUMN todo_list_shared.use_login
pg_restore: creating SEQUENCE todo_list_shared_id_seq
pg_restore: [archiver (db)] Error from TOC entry 374; 1259 19256 SEQUENCE todo_list_shared_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "todo_list_shared_id_seq" already exists
    Command was: CREATE SEQUENCE todo_list_shared_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating SEQUENCE OWNED BY todo_list_shared_id_seq
pg_restore: creating SEQUENCE uos_pk_seq
pg_restore: [archiver (db)] Error from TOC entry 375; 1259 19258 SEQUENCE uos_pk_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "uos_pk_seq" already exists
    Command was: CREATE SEQUENCE uos_pk_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;



pg_restore: creating TABLE tool_uos
pg_restore: [archiver (db)] Error from TOC entry 376; 1259 19260 TABLE tool_uos phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "tool_uos" already exists
    Command was: CREATE TABLE tool_uos (
    uos_value bigint DEFAULT nextval('uos_pk_seq'::regclass) NOT NULL
);



pg_restore: creating TABLE user_local_pref
pg_restore: [archiver (db)] Error from TOC entry 377; 1259 19264 TABLE user_local_pref phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "user_local_pref" already exists
    Command was: CREATE TABLE user_local_pref (
    user_id text NOT NULL,
    parameter_type text NOT NULL,
    parameter_value text
);



pg_restore: creating COMMENT TABLE user_local_pref
pg_restore: creating COMMENT COLUMN user_local_pref.user_id
pg_restore: creating COMMENT COLUMN user_local_pref.parameter_type
pg_restore: creating COMMENT COLUMN user_local_pref.parameter_value
pg_restore: creating TABLE user_sec_act
pg_restore: [archiver (db)] Error from TOC entry 378; 1259 19270 TABLE user_sec_act phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "user_sec_act" already exists
    Command was: CREATE TABLE user_sec_act (
    ua_id integer DEFAULT nextval(('s_user_act'::text)::regclass) NOT NULL,
    ua_login text,
 ...
pg_restore: creating TABLE user_sec_action_profile
pg_restore: [archiver (db)] Error from TOC entry 379; 1259 19277 TABLE user_sec_action_profile phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "user_sec_action_profile" already exists
    Command was: CREATE TABLE user_sec_action_profile (
    ua_id bigint NOT NULL,
    p_id bigint,
    p_granted bigint,
    ua_right charac...
pg_restore: creating COMMENT TABLE user_sec_action_profile
pg_restore: creating COMMENT COLUMN user_sec_action_profile.ua_id
pg_restore: creating COMMENT COLUMN user_sec_action_profile.p_id
pg_restore: creating COMMENT COLUMN user_sec_action_profile.ua_right
pg_restore: creating SEQUENCE user_sec_action_profile_ua_id_seq
pg_restore: [archiver (db)] Error from TOC entry 380; 1259 19281 SEQUENCE user_sec_action_profile_ua_id_seq phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "user_sec_action_profile_ua_id_seq" already exists
    Command was: CREATE SEQUENCE user_sec_action_profile_ua_id_seq
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CA...
pg_restore: creating SEQUENCE OWNED BY user_sec_action_profile_ua_id_seq
pg_restore: creating TABLE user_sec_jrn
pg_restore: [archiver (db)] Error from TOC entry 381; 1259 19283 TABLE user_sec_jrn phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "user_sec_jrn" already exists
    Command was: CREATE TABLE user_sec_jrn (
    uj_id integer DEFAULT nextval(('s_user_jrn'::text)::regclass) NOT NULL,
    uj_login text,
 ...
pg_restore: creating VIEW v_all_menu
pg_restore: [archiver (db)] Error from TOC entry 382; 1259 19290 VIEW v_all_menu phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "v_all_menu" already exists
    Command was: CREATE VIEW v_all_menu AS
 SELECT pm.me_code,
    pm.pm_id,
    pm.me_code_dep,
    pm.p_order,
    pm.p_type_display,
    p...
pg_restore: creating VIEW vw_fiche_name
pg_restore: [archiver (db)] Error from TOC entry 383; 1259 19295 VIEW vw_fiche_name phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "vw_fiche_name" already exists
    Command was: CREATE VIEW vw_fiche_name AS
 SELECT fiche_detail.f_id,
    fiche_detail.ad_value AS name
   FROM fiche_detail
  WHERE (fich...
pg_restore: creating VIEW v_detail_purchase
pg_restore: [archiver (db)] Error from TOC entry 384; 1259 19299 VIEW v_detail_purchase phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "v_detail_purchase" already exists
    Command was: CREATE VIEW v_detail_purchase AS
 WITH m AS (
         SELECT sum(quant_purchase_1.qp_price) AS htva,
            sum(quant_...
pg_restore: creating VIEW v_detail_sale
pg_restore: [archiver (db)] Error from TOC entry 385; 1259 19304 VIEW v_detail_sale phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "v_detail_sale" already exists
    Command was: CREATE VIEW v_detail_sale AS
 WITH m AS (
         SELECT sum(quant_sold_1.qs_price) AS htva,
            sum(quant_sold_1.q...
pg_restore: creating VIEW v_menu_dependency
pg_restore: [archiver (db)] Error from TOC entry 386; 1259 19309 VIEW v_menu_dependency phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "v_menu_dependency" already exists
    Command was: CREATE VIEW v_menu_dependency AS
 WITH t_menu AS (
         SELECT pm.pm_id,
            mr.me_menu,
            pm.me_code,...
pg_restore: creating VIEW v_menu_description
pg_restore: [archiver (db)] Error from TOC entry 387; 1259 19314 VIEW v_menu_description phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "v_menu_description" already exists
    Command was: CREATE VIEW v_menu_description AS
 WITH t_menu AS (
         SELECT pm.pm_id,
            pm.pm_id_dep,
            pm.p_id,...
pg_restore: creating COMMENT VIEW v_menu_description
pg_restore: creating VIEW v_menu_description_favori
pg_restore: [archiver (db)] Error from TOC entry 388; 1259 19319 VIEW v_menu_description_favori phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "v_menu_description_favori" already exists
    Command was: CREATE VIEW v_menu_description_favori AS
 WITH t_menu AS (
         SELECT mr.me_menu,
            pm.me_code,
            p...
pg_restore: creating VIEW v_menu_profile
pg_restore: [archiver (db)] Error from TOC entry 389; 1259 19324 VIEW v_menu_profile phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "v_menu_profile" already exists
    Command was: CREATE VIEW v_menu_profile AS
 WITH t_menu AS (
         SELECT pm.pm_id,
            pm.pm_id_dep,
            pm.me_code,
...
pg_restore: creating COMMENT VIEW v_menu_profile
pg_restore: creating VIEW v_quant_detail
pg_restore: [archiver (db)] Error from TOC entry 390; 1259 19329 VIEW v_quant_detail phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "v_quant_detail" already exists
    Command was: CREATE VIEW v_quant_detail AS
 WITH quant AS (
         SELECT quant_purchase.j_id,
            quant_purchase.qp_fiche AS f...
pg_restore: creating TABLE version
pg_restore: [archiver (db)] Error from TOC entry 391; 1259 19334 TABLE version phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "version" already exists
    Command was: CREATE TABLE version (
    val integer
);



pg_restore: creating VIEW vw_client
pg_restore: [archiver (db)] Error from TOC entry 392; 1259 19337 VIEW vw_client phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "vw_client" already exists
    Command was: CREATE VIEW vw_client AS
 SELECT fiche.f_id,
    a1.ad_value AS name,
    a.ad_value AS quick_code,
    b.ad_value AS tva_nu...
pg_restore: creating VIEW vw_fiche_def
pg_restore: [archiver (db)] Error from TOC entry 393; 1259 19342 VIEW vw_fiche_def phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "vw_fiche_def" already exists
    Command was: CREATE VIEW vw_fiche_def AS
 SELECT jnt_fic_attr.fd_id,
    jnt_fic_attr.ad_id,
    attr_def.ad_text,
    fiche_def.fd_class...
pg_restore: creating COMMENT VIEW vw_fiche_def
pg_restore: creating VIEW vw_fiche_min
pg_restore: [archiver (db)] Error from TOC entry 394; 1259 19346 VIEW vw_fiche_min phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "vw_fiche_min" already exists
    Command was: CREATE VIEW vw_fiche_min AS
 SELECT attr_min.frd_id,
    attr_min.ad_id,
    attr_def.ad_text,
    fiche_def_ref.frd_text,
 ...
pg_restore: creating VIEW vw_supplier
pg_restore: [archiver (db)] Error from TOC entry 395; 1259 19350 VIEW vw_supplier phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "vw_supplier" already exists
    Command was: CREATE VIEW vw_supplier AS
 SELECT fiche.f_id,
    a1.ad_value AS name,
    a.ad_value AS quick_code,
    b.ad_value AS tva_...
pg_restore: creating TABLE declaration
pg_restore: creating COMMENT TABLE declaration
pg_restore: creating COMMENT COLUMN declaration.d_title
pg_restore: creating COMMENT COLUMN declaration.d_start
pg_restore: creating COMMENT COLUMN declaration.d_end
pg_restore: creating COMMENT COLUMN declaration.to_keep
pg_restore: creating COMMENT COLUMN declaration.d_generated
pg_restore: creating COMMENT COLUMN declaration.f_id
pg_restore: creating COMMENT COLUMN declaration.d_lob
pg_restore: creating COMMENT COLUMN declaration.d_filename
pg_restore: creating COMMENT COLUMN declaration.d_mimetype
pg_restore: creating COMMENT COLUMN declaration.d_size
pg_restore: creating SEQUENCE declaration_d_id_seq
pg_restore: creating SEQUENCE OWNED BY declaration_d_id_seq
pg_restore: creating SEQUENCE declaration_param_seq
pg_restore: creating TABLE declaration_row
pg_restore: creating COMMENT COLUMN declaration_row.dr_libelle
pg_restore: creating COMMENT COLUMN declaration_row.dr_order
pg_restore: creating COMMENT COLUMN declaration_row.dr_code
pg_restore: creating COMMENT COLUMN declaration_row.dr_amount
pg_restore: creating COMMENT COLUMN declaration_row.dr_type
pg_restore: creating TABLE declaration_row_detail
pg_restore: creating SEQUENCE declaration_row_detail_ddr_id_seq
pg_restore: creating SEQUENCE OWNED BY declaration_row_detail_ddr_id_seq
pg_restore: creating TABLE formulaire
pg_restore: creating COMMENT COLUMN formulaire.f_lob
pg_restore: creating COMMENT COLUMN formulaire.f_filename
pg_restore: creating COMMENT COLUMN formulaire.f_mimetype
pg_restore: creating COMMENT COLUMN formulaire.f_size
pg_restore: creating SEQUENCE formulaire_f_id_seq
pg_restore: creating SEQUENCE OWNED BY formulaire_f_id_seq
pg_restore: creating TABLE formulaire_param
pg_restore: creating TABLE formulaire_param_detail
pg_restore: creating COMMENT COLUMN formulaire_param_detail.jrn_def_id
pg_restore: creating SEQUENCE formulaire_param_detail_fp_id_seq
pg_restore: creating SEQUENCE OWNED BY formulaire_param_detail_fp_id_seq
pg_restore: creating SEQUENCE formulaire_param_p_id_seq
pg_restore: creating SEQUENCE OWNED BY formulaire_param_p_id_seq
pg_restore: creating TABLE listing
pg_restore: creating TABLE listing_compute
pg_restore: creating COMMENT TABLE listing_compute
pg_restore: creating COMMENT COLUMN listing_compute.lc_id
pg_restore: creating COMMENT COLUMN listing_compute.l_name
pg_restore: creating COMMENT COLUMN listing_compute.l_description
pg_restore: creating COMMENT COLUMN listing_compute.l_id
pg_restore: creating COMMENT COLUMN listing_compute.l_start
pg_restore: creating COMMENT COLUMN listing_compute.l_end
pg_restore: creating COMMENT COLUMN listing_compute.l_keep
pg_restore: creating TABLE listing_compute_detail
pg_restore: creating COMMENT TABLE listing_compute_detail
pg_restore: creating COMMENT COLUMN listing_compute_detail.ld_id
pg_restore: creating COMMENT COLUMN listing_compute_detail.lc_id
pg_restore: creating COMMENT COLUMN listing_compute_detail.ld_value_date
pg_restore: creating COMMENT COLUMN listing_compute_detail.ld_value_numeric
pg_restore: creating COMMENT COLUMN listing_compute_detail.ld_value_text
pg_restore: creating COMMENT COLUMN listing_compute_detail.lp_id
pg_restore: creating COMMENT COLUMN listing_compute_detail.lf_id
pg_restore: creating COMMENT COLUMN listing_compute_detail.lc_code
pg_restore: creating COMMENT COLUMN listing_compute_detail.lc_comment
pg_restore: creating COMMENT COLUMN listing_compute_detail.lc_order
pg_restore: creating COMMENT COLUMN listing_compute_detail.lc_histo
pg_restore: creating SEQUENCE listing_compute_detail_ld_id_seq
pg_restore: creating SEQUENCE OWNED BY listing_compute_detail_ld_id_seq
pg_restore: creating TABLE listing_compute_fiche
pg_restore: creating COMMENT TABLE listing_compute_fiche
pg_restore: creating COMMENT COLUMN listing_compute_fiche.lf_id
pg_restore: creating COMMENT COLUMN listing_compute_fiche.f_id
pg_restore: creating COMMENT COLUMN listing_compute_fiche.lf_lob
pg_restore: creating COMMENT COLUMN listing_compute_fiche.lf_pdf
pg_restore: creating COMMENT COLUMN listing_compute_fiche.lf_filename
pg_restore: creating COMMENT COLUMN listing_compute_fiche.lf_pdf_filename
pg_restore: creating COMMENT COLUMN listing_compute_fiche.lf_mimetype
pg_restore: creating SEQUENCE listing_compute_fiche_lf_id_seq
pg_restore: creating SEQUENCE OWNED BY listing_compute_fiche_lf_id_seq
pg_restore: creating TABLE listing_compute_historique
pg_restore: creating COMMENT TABLE listing_compute_historique
pg_restore: creating COMMENT COLUMN listing_compute_historique.lh_id
pg_restore: creating COMMENT COLUMN listing_compute_historique.ld_id
pg_restore: creating COMMENT COLUMN listing_compute_historique.jr_id
pg_restore: creating SEQUENCE listing_compute_historique_lh_id_seq
pg_restore: creating SEQUENCE OWNED BY listing_compute_historique_lh_id_seq
pg_restore: creating SEQUENCE listing_compute_lc_id_seq
pg_restore: creating SEQUENCE OWNED BY listing_compute_lc_id_seq
pg_restore: creating SEQUENCE listing_l_id_seq
pg_restore: creating SEQUENCE OWNED BY listing_l_id_seq
pg_restore: creating TABLE listing_param
pg_restore: creating COMMENT COLUMN listing_param.lp_paid
pg_restore: creating COMMENT COLUMN listing_param.lp_histo
pg_restore: creating SEQUENCE listing_param_lp_id_seq
pg_restore: creating SEQUENCE OWNED BY listing_param_lp_id_seq
pg_restore: creating TABLE periode_type
pg_restore: creating TABLE rapav_parameter
pg_restore: creating TABLE restore_formulaire_param
pg_restore: creating TABLE restore_formulaire_param_detail
pg_restore: creating TABLE total_type
pg_restore: creating TABLE total_type_account
pg_restore: creating SEQUENCE total_type_account_tt_id_seq
pg_restore: creating SEQUENCE OWNED BY total_type_account_tt_id_seq
pg_restore: creating SEQUENCE total_type_tt_id_seq
pg_restore: creating SEQUENCE OWNED BY total_type_tt_id_seq
pg_restore: creating TABLE type_row
pg_restore: creating TABLE type_row_detail
pg_restore: creating TABLE version
pg_restore: creating TABLE assujetti
pg_restore: creating SEQUENCE assujetti_a_id_seq
pg_restore: creating SEQUENCE OWNED BY assujetti_a_id_seq
pg_restore: creating TABLE assujetti_chld
pg_restore: creating SEQUENCE assujetti_chld_ac_id_seq
pg_restore: creating SEQUENCE OWNED BY assujetti_chld_ac_id_seq
pg_restore: creating TABLE declaration_amount
pg_restore: creating SEQUENCE declaration_amount_da_id_seq
pg_restore: creating SEQUENCE OWNED BY declaration_amount_da_id_seq
pg_restore: creating TABLE intracomm
pg_restore: creating TABLE intracomm_chld
pg_restore: creating SEQUENCE intracomm_chld_ic_id_seq
pg_restore: creating SEQUENCE OWNED BY intracomm_chld_ic_id_seq
pg_restore: creating SEQUENCE intracomm_i_id_seq
pg_restore: creating SEQUENCE OWNED BY intracomm_i_id_seq
pg_restore: creating TABLE parameter
pg_restore: creating TABLE parameter_chld
pg_restore: creating COMMENT TABLE parameter_chld
pg_restore: creating COMMENT COLUMN parameter_chld.pi_id
pg_restore: creating COMMENT COLUMN parameter_chld.pcode
pg_restore: creating COMMENT COLUMN parameter_chld.tva_id
pg_restore: creating COMMENT COLUMN parameter_chld.pcm_val
pg_restore: creating SEQUENCE parameter_chld_pi_id_seq
pg_restore: creating SEQUENCE OWNED BY parameter_chld_pi_id_seq
pg_restore: creating TABLE version
pg_restore: creating SEQUENCE version_id_seq
pg_restore: creating SEQUENCE OWNED BY version_id_seq
pg_restore: creating DEFAULT a_id
pg_restore: creating DEFAULT ad_id
pg_restore: creating DEFAULT ha_id
pg_restore: creating DEFAULT ad_id
pg_restore: creating DEFAULT agc_id
pg_restore: creating DEFAULT ago_id
pg_restore: creating DEFAULT aga_id
pg_restore: creating DEFAULT ap_id
pg_restore: creating DEFAULT at_id
pg_restore: creating DEFAULT b_id
pg_restore: creating DEFAULT del_id
pg_restore: creating DEFAULT dj_id
pg_restore: creating DEFAULT djx_id
pg_restore: creating DEFAULT ex_id
pg_restore: creating DEFAULT f_id
pg_restore: creating DEFAULT fc_id
pg_restore: creating DEFAULT fi_id
pg_restore: creating DEFAULT jl_id
pg_restore: creating DEFAULT ji_id
pg_restore: creating DEFAULT n_id
pg_restore: creating DEFAULT kd_id
pg_restore: creating DEFAULT ka_id
pg_restore: creating DEFAULT ke_id
pg_restore: creating DEFAULT kl_id
pg_restore: creating DEFAULT lc_id
pg_restore: creating DEFAULT ld_id
pg_restore: creating DEFAULT l_id
pg_restore: creating DEFAULT md_id
pg_restore: creating DEFAULT mp_id
pg_restore: creating DEFAULT p_id
pg_restore: creating DEFAULT pm_id
pg_restore: creating DEFAULT ur_id
pg_restore: creating DEFAULT pu_id
pg_restore: creating DEFAULT qf_id
pg_restore: creating DEFAULT c_id
pg_restore: creating DEFAULT r_id
pg_restore: creating DEFAULT t_id
pg_restore: creating DEFAULT s_id
pg_restore: creating DEFAULT d_id
pg_restore: creating DEFAULT id
pg_restore: creating DEFAULT ua_id
pg_restore: creating DEFAULT d_id
pg_restore: creating DEFAULT ddr_id
pg_restore: creating DEFAULT f_id
pg_restore: creating DEFAULT p_id
pg_restore: creating DEFAULT fp_id
pg_restore: creating DEFAULT l_id
pg_restore: creating DEFAULT lc_id
pg_restore: creating DEFAULT ld_id
pg_restore: creating DEFAULT lf_id
pg_restore: creating DEFAULT lh_id
pg_restore: creating DEFAULT lp_id
pg_restore: creating DEFAULT tt_id
pg_restore: creating DEFAULT tt_id
pg_restore: creating DEFAULT a_id
pg_restore: creating DEFAULT ac_id
pg_restore: creating DEFAULT da_id
pg_restore: creating DEFAULT i_id
pg_restore: creating DEFAULT ic_id
pg_restore: creating DEFAULT pi_id
pg_restore: creating DEFAULT id
pg_restore: executing BLOB 161417
pg_restore: executing BLOB 161422
pg_restore: executing BLOB 161427
pg_restore: executing BLOB 161432
pg_restore: executing BLOB 161454
pg_restore: executing BLOB 161461
pg_restore: executing BLOB 161467
pg_restore: executing BLOB 161473
pg_restore: executing BLOB 161491
pg_restore: executing BLOB 161496
pg_restore: executing BLOB 161501
pg_restore: executing BLOB 29523
pg_restore: executing BLOB 29528
pg_restore: executing BLOB 29533
pg_restore: executing BLOB 29538
pg_restore: executing BLOB 29543
pg_restore: executing BLOB 29554
pg_restore: executing BLOB 29560
pg_restore: executing BLOB 29566
pg_restore: executing BLOB 29573
pg_restore: executing BLOB 29578
pg_restore: executing BLOB 29604
pg_restore: executing BLOB 29609
pg_restore: executing BLOB 29614
pg_restore: executing BLOB 29619
pg_restore: executing BLOB 29625
pg_restore: executing BLOB 29654
pg_restore: executing BLOB 29672
pg_restore: executing BLOB 29678
pg_restore: executing BLOB 29689
pg_restore: executing BLOB 29696
pg_restore: executing BLOB 29701
pg_restore: executing BLOB 29707
pg_restore: executing BLOB 29713
pg_restore: executing BLOB 29719
pg_restore: executing BLOB 29725
pg_restore: executing BLOB 29732
pg_restore: executing BLOB 29825
pg_restore: executing BLOB 29837
pg_restore: executing BLOB 29843
pg_restore: executing BLOB 29851
pg_restore: executing BLOB 29858
pg_restore: executing BLOB 29864
pg_restore: executing BLOB 29872
pg_restore: executing BLOB 29873
pg_restore: executing BLOB 32059
pg_restore: executing BLOB 32068
pg_restore: executing BLOB 32075
pg_restore: executing BLOB 32084
pg_restore: executing BLOB 32090
pg_restore: executing BLOB 32104
pg_restore: executing BLOB 34120
pg_restore: executing BLOB 34126
pg_restore: executing BLOB 34139
pg_restore: executing BLOB 34145
pg_restore: executing BLOB 34151
pg_restore: executing BLOB 34157
pg_restore: executing BLOB 34163
pg_restore: executing BLOB 34171
pg_restore: executing BLOB 34206
pg_restore: executing BLOB 34305
pg_restore: executing BLOB 34337
pg_restore: executing BLOB 34356
pg_restore: executing BLOB 34364
pg_restore: executing BLOB 34371
pg_restore: executing BLOB 34397
pg_restore: executing BLOB 34408
pg_restore: executing BLOB 34429
pg_restore: executing BLOB 34458
pg_restore: executing BLOB 34466
pg_restore: executing BLOB 34472
pg_restore: executing BLOB 34482
pg_restore: executing BLOB 34672
pg_restore: executing BLOB 34678
pg_restore: executing BLOB 34683
pg_restore: executing BLOB 36941
pg_restore: executing BLOB 36954
pg_restore: executing BLOB 36961
pg_restore: executing BLOB 37889
pg_restore: executing BLOB 37894
pg_restore: executing BLOB 37900
pg_restore: executing BLOB 37914
pg_restore: executing BLOB 37920
pg_restore: executing BLOB 37926
pg_restore: executing BLOB 37932
pg_restore: executing BLOB 37938
pg_restore: executing BLOB 37945
pg_restore: executing BLOB 37950
pg_restore: executing BLOB 37955
pg_restore: executing BLOB 37984
pg_restore: executing BLOB 37989
pg_restore: executing BLOB 37994
pg_restore: executing BLOB 37999
pg_restore: executing BLOB 38004
pg_restore: executing BLOB 38012
pg_restore: executing BLOB 38022
pg_restore: executing BLOB 38028
pg_restore: executing BLOB 38035
pg_restore: executing BLOB 38041
pg_restore: executing BLOB 38047
pg_restore: executing BLOB 38052
pg_restore: executing BLOB 38057
pg_restore: executing BLOB 38062
pg_restore: executing BLOB 38067
pg_restore: executing BLOB 39445
pg_restore: executing BLOB 39453
pg_restore: executing BLOB 39461
pg_restore: executing BLOB 41390
pg_restore: executing BLOB 41395
pg_restore: executing BLOB 42226
pg_restore: executing BLOB 42232
pg_restore: executing BLOB 42250
pg_restore: executing BLOB 44802
pg_restore: executing BLOB 44826
pg_restore: executing BLOB 44838
pg_restore: executing BLOB 44880
pg_restore: executing BLOB 45001
pg_restore: executing BLOB 45007
pg_restore: executing BLOB 45013
pg_restore: executing BLOB 45039
pg_restore: executing BLOB 45045
pg_restore: executing BLOB 45564
pg_restore: executing BLOB 45590
pg_restore: executing BLOB 45609
pg_restore: executing BLOB 45666
pg_restore: executing BLOB 45672
pg_restore: executing BLOB 45677
pg_restore: executing BLOB 45692
pg_restore: executing BLOB 45697
pg_restore: executing BLOB 45703
pg_restore: executing BLOB 45716
pg_restore: executing BLOB 45724
pg_restore: executing BLOB 45729
pg_restore: executing BLOB 45734
pg_restore: executing BLOB 45739
pg_restore: executing BLOB 45747
pg_restore: executing BLOB 45748
pg_restore: executing BLOB 45753
pg_restore: executing BLOB 45779
pg_restore: executing BLOB 45784
pg_restore: executing BLOB 46313
pg_restore: executing BLOB 46860
pg_restore: executing BLOB 46866
pg_restore: executing BLOB 46872
pg_restore: executing BLOB 46877
pg_restore: executing BLOB 46882
pg_restore: executing BLOB 46887
pg_restore: executing BLOB 46892
pg_restore: executing BLOB 46897
pg_restore: executing BLOB 46903
pg_restore: executing BLOB 46908
pg_restore: executing BLOB 46913
pg_restore: executing BLOB 46921
pg_restore: executing BLOB 46940
pg_restore: executing BLOB 46946
pg_restore: executing BLOB 46953
pg_restore: executing BLOB 46959
pg_restore: executing BLOB 46965
pg_restore: executing BLOB 46970
pg_restore: executing BLOB 46975
pg_restore: executing BLOB 46980
pg_restore: executing BLOB 46986
pg_restore: executing BLOB 46995
pg_restore: executing BLOB 47013
pg_restore: executing BLOB 47018
pg_restore: executing BLOB 47023
pg_restore: executing BLOB 47028
pg_restore: executing BLOB 47033
pg_restore: executing BLOB 47038
pg_restore: executing BLOB 47041
pg_restore: executing BLOB 47044
pg_restore: executing BLOB 47049
pg_restore: executing BLOB 47058
pg_restore: executing BLOB 47064
pg_restore: executing BLOB 47066
pg_restore: executing BLOB 47070
pg_restore: executing BLOB 47077
pg_restore: executing BLOB 47083
pg_restore: executing BLOB 47089
pg_restore: executing BLOB 47094
pg_restore: executing BLOB 47099
pg_restore: executing BLOB 47104
pg_restore: executing BLOB 47109
pg_restore: executing BLOB 47135
pg_restore: executing BLOB 47141
pg_restore: executing BLOB 47147
pg_restore: executing BLOB 47153
pg_restore: executing BLOB 47160
pg_restore: executing BLOB 47166
pg_restore: executing BLOB 47171
pg_restore: executing BLOB 47189
pg_restore: executing BLOB 47194
pg_restore: executing BLOB 47199
pg_restore: executing BLOB 47205
pg_restore: executing BLOB 47210
pg_restore: executing BLOB 47216
pg_restore: executing BLOB 47221
pg_restore: executing BLOB 47226
pg_restore: executing BLOB 47231
pg_restore: executing BLOB 47236
pg_restore: executing BLOB 47241
pg_restore: executing BLOB 47263
pg_restore: executing BLOB 47268
pg_restore: executing BLOB 47286
pg_restore: executing BLOB 47292
pg_restore: executing BLOB 47297
pg_restore: executing BLOB 47303
pg_restore: executing BLOB 47308
pg_restore: executing BLOB 47319
pg_restore: executing BLOB 47324
pg_restore: executing BLOB 47329
pg_restore: executing BLOB 47335
pg_restore: executing BLOB 47355
pg_restore: executing BLOB 47360
pg_restore: executing BLOB 47366
pg_restore: executing BLOB 47388
pg_restore: executing BLOB 47393
pg_restore: executing BLOB 47411
pg_restore: executing BLOB 47416
pg_restore: executing BLOB 47421
pg_restore: executing BLOB 47426
pg_restore: executing BLOB 47431
pg_restore: executing BLOB 47449
pg_restore: executing BLOB 47454
pg_restore: executing BLOB 47459
pg_restore: executing BLOB 47464
pg_restore: executing BLOB 47471
pg_restore: executing BLOB 47477
pg_restore: executing BLOB 47707
pg_restore: executing BLOB 47713
pg_restore: executing BLOB 47718
pg_restore: executing BLOB 47723
pg_restore: executing BLOB 47728
pg_restore: executing BLOB 47733
pg_restore: executing BLOB 47738
pg_restore: executing BLOB 47743
pg_restore: executing BLOB 47748
pg_restore: executing BLOB 47753
pg_restore: executing BLOB 47759
pg_restore: executing BLOB 47764
pg_restore: executing BLOB 47769
pg_restore: executing BLOB 47774
pg_restore: executing BLOB 47779
pg_restore: executing BLOB 49610
pg_restore: executing BLOB 49618
pg_restore: executing BLOB 49638
pg_restore: executing BLOB 49736
pg_restore: executing BLOB 49754
pg_restore: executing BLOB 49759
pg_restore: executing BLOB 49764
pg_restore: executing BLOB 49772
pg_restore: executing BLOB 49814
pg_restore: executing BLOB 49819
pg_restore: executing BLOB 49828
pg_restore: executing BLOB 49834
pg_restore: executing BLOB 49842
pg_restore: executing BLOB 49850
pg_restore: executing BLOB 49856
pg_restore: executing BLOB 49891
pg_restore: executing BLOB 49892
pg_restore: executing BLOB 49899
pg_restore: executing BLOB 50011
pg_restore: executing BLOB 50016
pg_restore: executing BLOB 50041
pg_restore: executing BLOB 50046
pg_restore: executing BLOB 50051
pg_restore: executing BLOB 50056
pg_restore: executing BLOB 52595
pg_restore: executing BLOB 56027
pg_restore: executing BLOB 56032
pg_restore: executing BLOB 58261
pg_restore: executing BLOB 58268
pg_restore: executing BLOB 58273
pg_restore: executing BLOB 58279
pg_restore: executing BLOB 58365
pg_restore: executing BLOB 58370
pg_restore: executing BLOB 58391
pg_restore: executing BLOB 58399
pg_restore: executing BLOB 58404
pg_restore: executing BLOB 58426
pg_restore: executing BLOB 58454
pg_restore: executing BLOB 58460
pg_restore: executing BLOB 58487
pg_restore: executing BLOB 58492
pg_restore: executing BLOB 58498
pg_restore: executing BLOB 58504
pg_restore: executing BLOB 58509
pg_restore: executing BLOB 58523
pg_restore: executing BLOB 58529
pg_restore: executing BLOB 58534
pg_restore: executing BLOB 58540
pg_restore: executing BLOB 58558
pg_restore: executing BLOB 58564
pg_restore: executing BLOB 58570
pg_restore: executing BLOB 58576
pg_restore: executing BLOB 58582
pg_restore: executing BLOB 58587
pg_restore: executing BLOB 58594
pg_restore: executing BLOB 58599
pg_restore: executing BLOB 63255
pg_restore: executing BLOB 63261
pg_restore: executing BLOB 63266
pg_restore: executing BLOB 63271
pg_restore: executing BLOB 83975
pg_restore: executing BLOB 83980
pg_restore: executing BLOB 83985
pg_restore: executing BLOB 83991
pg_restore: executing BLOB 83996
pg_restore: executing BLOB 84001
pg_restore: executing BLOB 84006
pg_restore: executing BLOB 84011
pg_restore: executing BLOB 84016
pg_restore: executing BLOB 84022
pg_restore: executing BLOB 84034
pg_restore: executing BLOB 84039
pg_restore: executing BLOB 84045
pg_restore: executing BLOB 84088
pg_restore: executing BLOB 84114
pg_restore: executing BLOB 84120
pg_restore: executing BLOB 89020
pg_restore: executing BLOB 89270
pg_restore: executing BLOB 89284
pg_restore: executing BLOB 89289
pg_restore: executing BLOB 89314
pg_restore: executing BLOB 89319
pg_restore: executing BLOB 89342
pg_restore: executing BLOB 89348
pg_restore: executing BLOB 89354
pg_restore: executing BLOB 89361
pg_restore: executing BLOB 89367
pg_restore: executing BLOB 89373
pg_restore: executing BLOB 89378
pg_restore: executing BLOB 89383
pg_restore: executing BLOB 89396
pg_restore: executing BLOB 89401
pg_restore: executing BLOB 89410
pg_restore: executing BLOB 89416
pg_restore: executing BLOB 89423
pg_restore: executing BLOB 89428
pg_restore: executing BLOB 89433
pg_restore: executing BLOB 89441
pg_restore: executing BLOB 89447
pg_restore: executing BLOB 89453
pg_restore: executing BLOB 89460
pg_restore: executing BLOB 89465
pg_restore: executing BLOB 89483
pg_restore: executing BLOB 89488
pg_restore: executing BLOB 89497
pg_restore: executing BLOB 89502
pg_restore: executing BLOB 89507
pg_restore: executing BLOB 89512
pg_restore: executing BLOB 89517
pg_restore: executing BLOB 89535
pg_restore: executing BLOB 89554
pg_restore: executing BLOB 89610
pg_restore: executing BLOB 89615
pg_restore: executing BLOB 89621
pg_restore: executing BLOB 89627
pg_restore: executing BLOB 89634
pg_restore: executing BLOB 89642
pg_restore: executing BLOB 89648
pg_restore: executing BLOB 89653
pg_restore: executing BLOB 89654
pg_restore: executing BLOB 89660
pg_restore: executing BLOB 89666
pg_restore: executing BLOB 89690
pg_restore: executing BLOB 89708
pg_restore: executing BLOB 89713
pg_restore: executing BLOB 89719
pg_restore: executing BLOB 89727
pg_restore: executing BLOB 89732
pg_restore: executing BLOB 89744
pg_restore: executing BLOB 89750
pg_restore: executing BLOB 89756
pg_restore: executing BLOB 89762
pg_restore: executing BLOB 89768
pg_restore: executing BLOB 89774
pg_restore: executing BLOB 89779
pg_restore: executing BLOB 89802
pg_restore: executing BLOB 89808
pg_restore: executing BLOB 89813
pg_restore: executing BLOB 89818
pg_restore: executing BLOB 97982
pg_restore: executing BLOB 97988
pg_restore: executing BLOB 97994
pg_restore: executing BLOB 97999
pg_restore: processing data for table "amortissement"
pg_restore: executing SEQUENCE SET amortissement_a_id_seq
pg_restore: processing data for table "amortissement_detail"
pg_restore: executing SEQUENCE SET amortissement_detail_ad_id_seq
pg_restore: processing data for table "amortissement_histo"
pg_restore: executing SEQUENCE SET amortissement_histo_ha_id_seq
pg_restore: processing data for table "version"
pg_restore: processing data for table "action"
pg_restore: [archiver (db)] Error from TOC entry 3743; 0 18560 TABLE DATA action phpcompta
pg_restore: [archiver (db)] COPY failed for table "action": ERROR:  duplicate key value violates unique constraint "action_pkey"
DETAIL:  Key (ac_id)=(800) already exists.
CONTEXT:  COPY action, line 1
pg_restore: processing data for table "action_detail"
pg_restore: executing SEQUENCE SET action_detail_ad_id_seq
pg_restore: processing data for table "action_gestion"
pg_restore: executing SEQUENCE SET action_gestion_ag_id_seq
pg_restore: processing data for table "action_gestion_comment"
pg_restore: executing SEQUENCE SET action_gestion_comment_agc_id_seq
pg_restore: processing data for table "action_gestion_operation"
pg_restore: executing SEQUENCE SET action_gestion_operation_ago_id_seq
pg_restore: processing data for table "action_gestion_related"
pg_restore: executing SEQUENCE SET action_gestion_related_aga_id_seq
pg_restore: processing data for table "action_person"
pg_restore: executing SEQUENCE SET action_person_ap_id_seq
pg_restore: processing data for table "action_tags"
pg_restore: executing SEQUENCE SET action_tags_at_id_seq
pg_restore: processing data for table "attr_def"
pg_restore: [archiver (db)] Error from TOC entry 3758; 0 18621 TABLE DATA attr_def phpcompta
pg_restore: [archiver (db)] COPY failed for table "attr_def": ERROR:  duplicate key value violates unique constraint "attr_def_pkey"
DETAIL:  Key (ad_id)=(5) already exists.
CONTEXT:  COPY attr_def, line 1
pg_restore: processing data for table "attr_min"
pg_restore: [archiver (db)] Error from TOC entry 3759; 0 18628 TABLE DATA attr_min phpcompta
pg_restore: [archiver (db)] COPY failed for table "attr_min": ERROR:  duplicate key value violates unique constraint "frd_ad_attr_min_pk"
DETAIL:  Key (frd_id, ad_id)=(1, 1) already exists.
CONTEXT:  COPY attr_min, line 1
pg_restore: processing data for table "bilan"
pg_restore: [archiver (db)] Error from TOC entry 3761; 0 18633 TABLE DATA bilan phpcompta
pg_restore: [archiver (db)] COPY failed for table "bilan": ERROR:  duplicate key value violates unique constraint "bilan_b_name_key"
DETAIL:  Key (b_name)=(Bilan Belge complet) already exists.
CONTEXT:  COPY bilan, line 1
pg_restore: executing SEQUENCE SET bilan_b_id_seq
pg_restore: processing data for table "bookmark"
pg_restore: executing SEQUENCE SET bookmark_b_id_seq
pg_restore: executing SEQUENCE SET bud_card_bc_id_seq
pg_restore: executing SEQUENCE SET bud_detail_bd_id_seq
pg_restore: executing SEQUENCE SET bud_detail_periode_bdp_id_seq
pg_restore: processing data for table "centralized"
pg_restore: processing data for table "del_action"
pg_restore: executing SEQUENCE SET del_action_del_id_seq
pg_restore: processing data for table "del_jrn"
pg_restore: executing SEQUENCE SET del_jrn_dj_id_seq
pg_restore: processing data for table "del_jrnx"
pg_restore: executing SEQUENCE SET del_jrnx_djx_id_seq
pg_restore: processing data for table "document"
pg_restore: executing SEQUENCE SET document_d_id_seq
pg_restore: processing data for table "document_modele"
pg_restore: executing SEQUENCE SET document_modele_md_id_seq
pg_restore: executing SEQUENCE SET document_seq
pg_restore: processing data for table "document_state"
pg_restore: [archiver (db)] Error from TOC entry 3780; 0 18710 TABLE DATA document_state phpcompta
pg_restore: [archiver (db)] COPY failed for table "document_state": ERROR:  duplicate key value violates unique constraint "document_state_pkey"
DETAIL:  Key (s_id)=(2) already exists.
CONTEXT:  COPY document_state, line 1
pg_restore: executing SEQUENCE SET document_state_s_id_seq
pg_restore: processing data for table "document_type"
pg_restore: [archiver (db)] Error from TOC entry 3782; 0 18716 TABLE DATA document_type phpcompta
pg_restore: [archiver (db)] COPY failed for table "document_type": ERROR:  duplicate key value violates unique constraint "document_type_pkey"
DETAIL:  Key (dt_id)=(1) already exists.
CONTEXT:  COPY document_type, line 1
pg_restore: executing SEQUENCE SET document_type_dt_id_seq
pg_restore: processing data for table "extension"
pg_restore: executing SEQUENCE SET extension_ex_id_seq
pg_restore: processing data for table "fiche"
pg_restore: [archiver (db)] Error from TOC entry 3737; 0 18513 TABLE DATA fiche phpcompta
pg_restore: [archiver (db)] COPY failed for table "fiche": ERROR:  insert or update on table "fiche" violates foreign key constraint "$1"
DETAIL:  Key (fd_id)=(7) is not present in table "fiche_def".
pg_restore: processing data for table "fiche_def"
pg_restore: [archiver (db)] Error from TOC entry 3738; 0 18517 TABLE DATA fiche_def phpcompta
pg_restore: [archiver (db)] COPY failed for table "fiche_def": ERROR:  duplicate key value violates unique constraint "fiche_def_pkey"
DETAIL:  Key (fd_id)=(500000) already exists.
CONTEXT:  COPY fiche_def, line 2: "500000	\N	Stock	f	15	\N"
pg_restore: processing data for table "fiche_def_ref"
pg_restore: [archiver (db)] Error from TOC entry 3785; 0 18732 TABLE DATA fiche_def_ref phpcompta
pg_restore: [archiver (db)] COPY failed for table "fiche_def_ref": ERROR:  duplicate key value violates unique constraint "fiche_def_ref_pkey"
DETAIL:  Key (frd_id)=(1) already exists.
CONTEXT:  COPY fiche_def_ref, line 1
pg_restore: processing data for table "fiche_detail"
pg_restore: [archiver (db)] Error from TOC entry 3739; 0 18525 TABLE DATA fiche_detail phpcompta
pg_restore: [archiver (db)] COPY failed for table "fiche_detail": ERROR:  insert or update on table "fiche_detail" violates foreign key constraint "$1"
DETAIL:  Key (f_id)=(21) is not present in table "fiche".
pg_restore: processing data for table "forecast"
pg_restore: processing data for table "forecast_cat"
pg_restore: executing SEQUENCE SET forecast_cat_fc_id_seq
pg_restore: executing SEQUENCE SET forecast_f_id_seq
pg_restore: processing data for table "forecast_item"
pg_restore: executing SEQUENCE SET forecast_item_fi_id_seq
pg_restore: processing data for table "form"
pg_restore: [archiver (db)] Error from TOC entry 3792; 0 18766 TABLE DATA form phpcompta
pg_restore: [archiver (db)] COPY failed for table "form": ERROR:  insert or update on table "form" violates foreign key constraint "formdef_fk"
DETAIL:  Key (fo_fr_id)=(4) is not present in table "formdef".
pg_restore: processing data for table "formdef"
pg_restore: [archiver (db)] Error from TOC entry 3793; 0 18773 TABLE DATA formdef phpcompta
pg_restore: [archiver (db)] COPY failed for table "formdef": ERROR:  duplicate key value violates unique constraint "formdef_pkey"
DETAIL:  Key (fr_id)=(3000000) already exists.
CONTEXT:  COPY formdef, line 1
pg_restore: processing data for table "groupe_analytique"
pg_restore: executing SEQUENCE SET historique_analytique_ha_id_seq
pg_restore: processing data for table "info_def"
pg_restore: [archiver (db)] Error from TOC entry 3796; 0 18788 TABLE DATA info_def phpcompta
pg_restore: [archiver (db)] COPY failed for table "info_def": ERROR:  duplicate key value violates unique constraint "info_def_pkey"
DETAIL:  Key (id_type)=(BON_COMMANDE) already exists.
CONTEXT:  COPY info_def, line 1: "BON_COMMANDE	Numero de bon de commande"
pg_restore: processing data for table "jnt_fic_attr"
pg_restore: [archiver (db)] Error from TOC entry 3798; 0 18796 TABLE DATA jnt_fic_attr phpcompta
pg_restore: [archiver (db)] COPY failed for table "jnt_fic_attr": ERROR:  duplicate key value violates unique constraint "fd_id_ad_id_x"
DETAIL:  Key (fd_id, ad_id)=(3, 1) already exists.
CONTEXT:  COPY jnt_fic_attr, line 1
pg_restore: processing data for table "jnt_letter"
pg_restore: executing SEQUENCE SET jnt_letter_jl_id_seq
pg_restore: processing data for table "jrn"
pg_restore: [archiver (db)] Error from TOC entry 3801; 0 18805 TABLE DATA jrn phpcompta
pg_restore: [archiver (db)] COPY failed for table "jrn": ERROR:  function check_balance(integer) does not exist
LINE 1: SELECT check_balance(tt)
               ^
HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
QUERY:  SELECT check_balance(tt)
CONTEXT:  PL/pgSQL function comptaproc.proc_check_balance() line 8 at assignment
pg_restore: processing data for table "jrn_def"
pg_restore: [archiver (db)] Error from TOC entry 3802; 0 18814 TABLE DATA jrn_def phpcompta
pg_restore: [archiver (db)] COPY failed for table "jrn_def": ERROR:  duplicate key value violates unique constraint "jrn_def_jrn_def_name_key"
DETAIL:  Key (jrn_def_name)=(Financier) already exists.
CONTEXT:  COPY jrn_def, line 1: "1	Financier	5* 	5*	3,2,4	3,2,4	5	5	f	\N	FIN	F01	FIN	\N	\N	Concerne tous les mouvements financiers (c..."
pg_restore: processing data for table "jrn_info"
pg_restore: [archiver (db)] Error from TOC entry 3803; 0 18824 TABLE DATA jrn_info phpcompta
pg_restore: [archiver (db)] COPY failed for table "jrn_info": ERROR:  insert or update on table "jrn_info" violates foreign key constraint "fk_jrn"
DETAIL:  Key (jr_id)=(68) is not present in table "jrn".
pg_restore: executing SEQUENCE SET jrn_info_ji_id_seq
pg_restore: processing data for table "jrn_note"
pg_restore: executing SEQUENCE SET jrn_note_n_id_seq
pg_restore: processing data for table "jrn_periode"
pg_restore: [archiver (db)] Error from TOC entry 3807; 0 18840 TABLE DATA jrn_periode phpcompta
pg_restore: [archiver (db)] COPY failed for table "jrn_periode": ERROR:  duplicate key value violates unique constraint "jrn_periode_pk"
DETAIL:  Key (jrn_def_id, p_id)=(4, 92) already exists.
CONTEXT:  COPY jrn_periode, line 1
pg_restore: processing data for table "jrn_rapt"
pg_restore: [archiver (db)] Error from TOC entry 3808; 0 18846 TABLE DATA jrn_rapt phpcompta
pg_restore: [archiver (db)] COPY failed for table "jrn_rapt": ERROR:  insert or update on table "jrn_rapt" violates foreign key constraint "jrn_rapt_jr_id_fkey"
DETAIL:  Key (jr_id)=(49) is not present in table "jrn".
pg_restore: processing data for table "jrn_type"
pg_restore: [archiver (db)] Error from TOC entry 3809; 0 18850 TABLE DATA jrn_type phpcompta
pg_restore: [archiver (db)] COPY failed for table "jrn_type": ERROR:  duplicate key value violates unique constraint "jrn_type_pkey"
DETAIL:  Key (jrn_type_id)=(FIN) already exists.
CONTEXT:  COPY jrn_type, line 1
pg_restore: processing data for table "jrnx"
pg_restore: [archiver (db)] Error from TOC entry 3810; 0 18856 TABLE DATA jrnx phpcompta
pg_restore: [archiver (db)] COPY failed for table "jrnx": ERROR:  Période invalide
CONTEXT:  COPY jrnx, line 1: "1	2012-01-01	160.0000	615420	3	\N	3	t		f	\N	phpcompta	2012-02-18 10:29:24.048496	92	UCM_AFF	26"
pg_restore: processing data for table "key_distribution"
pg_restore: processing data for table "key_distribution_activity"
pg_restore: executing SEQUENCE SET key_distribution_activity_ka_id_seq
pg_restore: processing data for table "key_distribution_detail"
pg_restore: executing SEQUENCE SET key_distribution_detail_ke_id_seq
pg_restore: executing SEQUENCE SET key_distribution_kd_id_seq
pg_restore: processing data for table "key_distribution_ledger"
pg_restore: executing SEQUENCE SET key_distribution_ledger_kl_id_seq
pg_restore: processing data for table "letter_cred"
pg_restore: [archiver (db)] Error from TOC entry 3819; 0 18891 TABLE DATA letter_cred phpcompta
pg_restore: [archiver (db)] COPY failed for table "letter_cred": ERROR:  insert or update on table "letter_cred" violates foreign key constraint "letter_cred_fk"
DETAIL:  Key (j_id)=(149) is not present in table "jrnx".
pg_restore: executing SEQUENCE SET letter_cred_lc_id_seq
pg_restore: processing data for table "letter_deb"
pg_restore: [archiver (db)] Error from TOC entry 3821; 0 18896 TABLE DATA letter_deb phpcompta
pg_restore: [archiver (db)] COPY failed for table "letter_deb": ERROR:  insert or update on table "letter_deb" violates foreign key constraint "letter_deb_fk"
DETAIL:  Key (j_id)=(138) is not present in table "jrnx".
pg_restore: executing SEQUENCE SET letter_deb_ld_id_seq
pg_restore: processing data for table "link_action_type"
pg_restore: executing SEQUENCE SET link_action_type_l_id_seq
pg_restore: processing data for table "menu_default"
pg_restore: [archiver (db)] Error from TOC entry 3825; 0 18909 TABLE DATA menu_default phpcompta
pg_restore: [archiver (db)] COPY failed for table "menu_default": ERROR:  duplicate key value violates unique constraint "menu_default_pkey"
DETAIL:  Key (md_id)=(1) already exists.
CONTEXT:  COPY menu_default, line 1
pg_restore: executing SEQUENCE SET menu_default_md_id_seq
pg_restore: processing data for table "menu_ref"
pg_restore: [archiver (db)] Error from TOC entry 3827; 0 18917 TABLE DATA menu_ref phpcompta
pg_restore: [archiver (db)] COPY failed for table "menu_ref": ERROR:  duplicate key value violates unique constraint "menu_ref_pkey"
DETAIL:  Key (me_code)=(MANAGER) already exists.
CONTEXT:  COPY menu_ref, line 1
pg_restore: processing data for table "mod_payment"
pg_restore: [archiver (db)] Error from TOC entry 3828; 0 18923 TABLE DATA mod_payment phpcompta
pg_restore: [archiver (db)] COPY failed for table "mod_payment": ERROR:  duplicate key value violates unique constraint "mod_payment_pkey"
DETAIL:  Key (mp_id)=(2) already exists.
CONTEXT:  COPY mod_payment, line 1
pg_restore: executing SEQUENCE SET mod_payment_mp_id_seq
pg_restore: executing SEQUENCE SET op_def_op_seq
pg_restore: processing data for table "op_predef"
pg_restore: processing data for table "op_predef_detail"
pg_restore: executing SEQUENCE SET op_predef_detail_opd_id_seq
pg_restore: processing data for table "operation_analytique"
pg_restore: processing data for table "parameter"
pg_restore: [archiver (db)] Error from TOC entry 3836; 0 18962 TABLE DATA parameter phpcompta
pg_restore: [archiver (db)] COPY failed for table "parameter": ERROR:  duplicate key value violates unique constraint "parameter_pkey"
DETAIL:  Key (pr_id)=(MY_COUNTRY) already exists.
CONTEXT:  COPY parameter, line 1
pg_restore: processing data for table "parm_code"
pg_restore: [archiver (db)] Error from TOC entry 3837; 0 18968 TABLE DATA parm_code phpcompta
pg_restore: [archiver (db)] COPY failed for table "parm_code": ERROR:  duplicate key value violates unique constraint "parm_code_pkey"
DETAIL:  Key (p_code)=(CUSTOMER) already exists.
CONTEXT:  COPY parm_code, line 1
pg_restore: processing data for table "parm_money"
pg_restore: [archiver (db)] Error from TOC entry 3838; 0 18974 TABLE DATA parm_money phpcompta
pg_restore: [archiver (db)] COPY failed for table "parm_money": ERROR:  duplicate key value violates unique constraint "parm_money_pkey"
DETAIL:  Key (pm_code)=(EUR) already exists.
CONTEXT:  COPY parm_money, line 1
pg_restore: processing data for table "parm_periode"
pg_restore: [archiver (db)] Error from TOC entry 3839; 0 18978 TABLE DATA parm_periode phpcompta
pg_restore: [archiver (db)] COPY failed for table "parm_periode": ERROR:  function periode_exist(text, integer) does not exist
LINE 1: SELECT periode_exist(to_char(NEW.p_start,'DD.MM.YYYY'),NEW.p...
               ^
HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
QUERY:  SELECT periode_exist(to_char(NEW.p_start,'DD.MM.YYYY'),NEW.p_id) <> -1
CONTEXT:  PL/pgSQL function comptaproc.check_periode() line 5 at IF
COPY parm_periode, line 1: "92	2012-01-01	2012-01-31	2012	t	f"
pg_restore: processing data for table "parm_poste"
pg_restore: [archiver (db)] Error from TOC entry 3840; 0 18989 TABLE DATA parm_poste phpcompta
pg_restore: [archiver (db)] COPY failed for table "parm_poste": ERROR:  duplicate key value violates unique constraint "parm_poste_pkey"
DETAIL:  Key (p_value)=(1) already exists.
CONTEXT:  COPY parm_poste, line 1
pg_restore: processing data for table "plan_analytique"
pg_restore: executing SEQUENCE SET plan_analytique_pa_id_seq
pg_restore: processing data for table "poste_analytique"
pg_restore: executing SEQUENCE SET poste_analytique_po_id_seq
pg_restore: processing data for table "profile"
pg_restore: [archiver (db)] Error from TOC entry 3845; 0 19015 TABLE DATA profile phpcompta
pg_restore: [archiver (db)] COPY failed for table "profile": ERROR:  duplicate key value violates unique constraint "profile_pkey"
DETAIL:  Key (p_id)=(1) already exists.
CONTEXT:  COPY profile, line 1
pg_restore: processing data for table "profile_menu"
pg_restore: [archiver (db)] Error from TOC entry 3846; 0 19023 TABLE DATA profile_menu phpcompta
pg_restore: [archiver (db)] COPY failed for table "profile_menu": ERROR:  duplicate key value violates unique constraint "profile_menu_pkey"
DETAIL:  Key (pm_id)=(790) already exists.
CONTEXT:  COPY profile_menu, line 1
pg_restore: executing SEQUENCE SET profile_menu_pm_id_seq
pg_restore: processing data for table "profile_menu_type"
pg_restore: [archiver (db)] Error from TOC entry 3848; 0 19031 TABLE DATA profile_menu_type phpcompta
pg_restore: [archiver (db)] COPY failed for table "profile_menu_type": ERROR:  duplicate key value violates unique constraint "profile_menu_type_pkey"
DETAIL:  Key (pm_type)=(P) already exists.
CONTEXT:  COPY profile_menu_type, line 1
pg_restore: executing SEQUENCE SET profile_p_id_seq
pg_restore: processing data for table "profile_sec_repository"
pg_restore: [archiver (db)] Error from TOC entry 3850; 0 19039 TABLE DATA profile_sec_repository phpcompta
pg_restore: [archiver (db)] COPY failed for table "profile_sec_repository": ERROR:  duplicate key value violates unique constraint "profile_sec_repository_pkey"
DETAIL:  Key (ur_id)=(1) already exists.
CONTEXT:  COPY profile_sec_repository, line 1
pg_restore: executing SEQUENCE SET profile_sec_repository_ur_id_seq
pg_restore: processing data for table "profile_user"
pg_restore: [archiver (db)] Error from TOC entry 3852; 0 19045 TABLE DATA profile_user phpcompta
pg_restore: [archiver (db)] COPY failed for table "profile_user": ERROR:  duplicate key value violates unique constraint "profile_user_pkey"
DETAIL:  Key (pu_id)=(1) already exists.
CONTEXT:  COPY profile_user, line 1
pg_restore: executing SEQUENCE SET profile_user_pu_id_seq
pg_restore: processing data for table "quant_fin"
pg_restore: executing SEQUENCE SET quant_fin_qf_id_seq
pg_restore: processing data for table "quant_purchase"
pg_restore: [archiver (db)] Error from TOC entry 3856; 0 19059 TABLE DATA quant_purchase phpcompta
pg_restore: [archiver (db)] COPY failed for table "quant_purchase": ERROR:  insert or update on table "quant_purchase" violates foreign key constraint "quant_purchase_j_id_fkey"
DETAIL:  Key (j_id)=(604) is not present in table "jrnx".
pg_restore: processing data for table "quant_sold"
pg_restore: [archiver (db)] Error from TOC entry 3857; 0 19073 TABLE DATA quant_sold phpcompta
pg_restore: [archiver (db)] COPY failed for table "quant_sold": ERROR:  insert or update on table "quant_sold" violates foreign key constraint "quant_sold_j_id_fkey"
DETAIL:  Key (j_id)=(29) is not present in table "jrnx".
pg_restore: executing SEQUENCE SET s_attr_def
pg_restore: executing SEQUENCE SET s_cbc
pg_restore: executing SEQUENCE SET s_central
pg_restore: executing SEQUENCE SET s_central_order
pg_restore: executing SEQUENCE SET s_centralized
pg_restore: executing SEQUENCE SET s_currency
pg_restore: executing SEQUENCE SET s_fdef
pg_restore: executing SEQUENCE SET s_fiche
pg_restore: executing SEQUENCE SET s_fiche_def_ref
pg_restore: executing SEQUENCE SET s_form
pg_restore: executing SEQUENCE SET s_formdef
pg_restore: executing SEQUENCE SET s_grpt
pg_restore: executing SEQUENCE SET s_idef
pg_restore: executing SEQUENCE SET s_internal
pg_restore: executing SEQUENCE SET s_invoice
pg_restore: executing SEQUENCE SET s_isup
pg_restore: executing SEQUENCE SET s_jnt_fic_att_value
pg_restore: executing SEQUENCE SET s_jnt_id
pg_restore: executing SEQUENCE SET s_jrn
pg_restore: executing SEQUENCE SET s_jrn_1
pg_restore: executing SEQUENCE SET s_jrn_2
pg_restore: executing SEQUENCE SET s_jrn_3
pg_restore: executing SEQUENCE SET s_jrn_4
pg_restore: executing SEQUENCE SET s_jrn_def
pg_restore: executing SEQUENCE SET s_jrn_op
pg_restore: executing SEQUENCE SET s_jrn_pj1
pg_restore: executing SEQUENCE SET s_jrn_pj2
pg_restore: executing SEQUENCE SET s_jrn_pj3
pg_restore: executing SEQUENCE SET s_jrn_pj4
pg_restore: executing SEQUENCE SET s_jrn_rapt
pg_restore: executing SEQUENCE SET s_jrnaction
pg_restore: executing SEQUENCE SET s_jrnx
pg_restore: executing SEQUENCE SET s_oa_group
pg_restore: executing SEQUENCE SET s_periode
pg_restore: executing SEQUENCE SET s_quantity
pg_restore: executing SEQUENCE SET s_stock_goods
pg_restore: executing SEQUENCE SET s_tva
pg_restore: executing SEQUENCE SET s_user_act
pg_restore: executing SEQUENCE SET s_user_jrn
pg_restore: executing SEQUENCE SET seq_bud_hypothese_bh_id
pg_restore: executing SEQUENCE SET seq_doc_type_1
pg_restore: executing SEQUENCE SET seq_doc_type_10
pg_restore: executing SEQUENCE SET seq_doc_type_2
pg_restore: executing SEQUENCE SET seq_doc_type_20
pg_restore: executing SEQUENCE SET seq_doc_type_21
pg_restore: executing SEQUENCE SET seq_doc_type_22
pg_restore: executing SEQUENCE SET seq_doc_type_3
pg_restore: executing SEQUENCE SET seq_doc_type_4
pg_restore: executing SEQUENCE SET seq_doc_type_5
pg_restore: executing SEQUENCE SET seq_doc_type_6
pg_restore: executing SEQUENCE SET seq_doc_type_7
pg_restore: executing SEQUENCE SET seq_doc_type_8
pg_restore: executing SEQUENCE SET seq_doc_type_9
pg_restore: processing data for table "stock_change"
pg_restore: executing SEQUENCE SET stock_change_c_id_seq
pg_restore: processing data for table "stock_goods"
pg_restore: processing data for table "stock_repository"
pg_restore: [archiver (db)] Error from TOC entry 3911; 0 19202 TABLE DATA stock_repository phpcompta
pg_restore: [archiver (db)] COPY failed for table "stock_repository": ERROR:  duplicate key value violates unique constraint "stock_repository_pkey"
DETAIL:  Key (r_id)=(1) already exists.
CONTEXT:  COPY stock_repository, line 1
pg_restore: executing SEQUENCE SET stock_repository_r_id_seq
pg_restore: processing data for table "tags"
pg_restore: executing SEQUENCE SET tags_t_id_seq
pg_restore: processing data for table "tmp_pcmn"
pg_restore: [archiver (db)] Error from TOC entry 3915; 0 19218 TABLE DATA tmp_pcmn phpcompta
pg_restore: [archiver (db)] COPY failed for table "tmp_pcmn": ERROR:  function format_account(account_type) does not exist
LINE 1: SELECT format_account(NEW.pcm_val)
               ^
HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
QUERY:  SELECT format_account(NEW.pcm_val)
CONTEXT:  PL/pgSQL function comptaproc.tmp_pcmn_alphanum_ins_upd() line 6 at assignment
COPY tmp_pcmn, line 1: "794	Intervention d'associés (ou du propriétaire) dans la perte	79	PRO"
pg_restore: processing data for table "tmp_stockgood"
pg_restore: processing data for table "tmp_stockgood_detail"
pg_restore: executing SEQUENCE SET tmp_stockgood_detail_d_id_seq
pg_restore: executing SEQUENCE SET tmp_stockgood_s_id_seq
pg_restore: processing data for table "todo_list"
pg_restore: processing data for table "todo_list_shared"
pg_restore: executing SEQUENCE SET todo_list_shared_id_seq
pg_restore: executing SEQUENCE SET todo_list_tl_id_seq
pg_restore: processing data for table "tool_uos"
pg_restore: processing data for table "tva_rate"
pg_restore: [archiver (db)] Error from TOC entry 3741; 0 18534 TABLE DATA tva_rate phpcompta
pg_restore: [archiver (db)] COPY failed for table "tva_rate": ERROR:  duplicate key value violates unique constraint "tva_id_pk"
DETAIL:  Key (tva_id)=(1) already exists.
CONTEXT:  COPY tva_rate, line 1
pg_restore: executing SEQUENCE SET uos_pk_seq
pg_restore: processing data for table "user_local_pref"
pg_restore: [archiver (db)] Error from TOC entry 3926; 0 19264 TABLE DATA user_local_pref phpcompta
pg_restore: [archiver (db)] COPY failed for table "user_local_pref": ERROR:  duplicate key value violates unique constraint "pk_user_local_pref"
DETAIL:  Key (user_id, parameter_type)=(1, MINIREPORT) already exists.
CONTEXT:  COPY user_local_pref, line 4
pg_restore: processing data for table "user_sec_act"
pg_restore: processing data for table "user_sec_action_profile"
pg_restore: [archiver (db)] Error from TOC entry 3928; 0 19277 TABLE DATA user_sec_action_profile phpcompta
pg_restore: [archiver (db)] COPY failed for table "user_sec_action_profile": ERROR:  duplicate key value violates unique constraint "user_sec_action_profile_pkey"
DETAIL:  Key (ua_id)=(1) already exists.
CONTEXT:  COPY user_sec_action_profile, line 1
pg_restore: executing SEQUENCE SET user_sec_action_profile_ua_id_seq
pg_restore: processing data for table "user_sec_jrn"
pg_restore: processing data for table "version"
pg_restore: processing data for table "declaration"
pg_restore: executing SEQUENCE SET declaration_d_id_seq
pg_restore: executing SEQUENCE SET declaration_param_seq
pg_restore: processing data for table "declaration_row"
pg_restore: processing data for table "declaration_row_detail"
pg_restore: executing SEQUENCE SET declaration_row_detail_ddr_id_seq
pg_restore: processing data for table "formulaire"
pg_restore: executing SEQUENCE SET formulaire_f_id_seq
pg_restore: processing data for table "formulaire_param"
pg_restore: processing data for table "formulaire_param_detail"
pg_restore: executing SEQUENCE SET formulaire_param_detail_fp_id_seq
pg_restore: executing SEQUENCE SET formulaire_param_p_id_seq
pg_restore: processing data for table "listing"
pg_restore: processing data for table "listing_compute"
pg_restore: processing data for table "listing_compute_detail"
pg_restore: executing SEQUENCE SET listing_compute_detail_ld_id_seq
pg_restore: processing data for table "listing_compute_fiche"
pg_restore: executing SEQUENCE SET listing_compute_fiche_lf_id_seq
pg_restore: processing data for table "listing_compute_historique"
pg_restore: executing SEQUENCE SET listing_compute_historique_lh_id_seq
pg_restore: executing SEQUENCE SET listing_compute_lc_id_seq
pg_restore: executing SEQUENCE SET listing_l_id_seq
pg_restore: processing data for table "listing_param"
pg_restore: executing SEQUENCE SET listing_param_lp_id_seq
pg_restore: processing data for table "periode_type"
pg_restore: processing data for table "rapav_parameter"
pg_restore: processing data for table "restore_formulaire_param"
pg_restore: processing data for table "restore_formulaire_param_detail"
pg_restore: processing data for table "total_type"
pg_restore: processing data for table "total_type_account"
pg_restore: executing SEQUENCE SET total_type_account_tt_id_seq
pg_restore: executing SEQUENCE SET total_type_tt_id_seq
pg_restore: processing data for table "type_row"
pg_restore: processing data for table "type_row_detail"
pg_restore: processing data for table "version"
pg_restore: processing data for table "assujetti"
pg_restore: executing SEQUENCE SET assujetti_a_id_seq
pg_restore: processing data for table "assujetti_chld"
pg_restore: executing SEQUENCE SET assujetti_chld_ac_id_seq
pg_restore: processing data for table "declaration_amount"
pg_restore: executing SEQUENCE SET declaration_amount_da_id_seq
pg_restore: processing data for table "intracomm"
pg_restore: processing data for table "intracomm_chld"
pg_restore: executing SEQUENCE SET intracomm_chld_ic_id_seq
pg_restore: executing SEQUENCE SET intracomm_i_id_seq
pg_restore: processing data for table "parameter"
pg_restore: processing data for table "parameter_chld"
pg_restore: executing SEQUENCE SET parameter_chld_pi_id_seq
pg_restore: processing data for table "version"
pg_restore: executing SEQUENCE SET version_id_seq
pg_restore: processing BLOBS
pg_restore: restoring large object with OID 161417
pg_restore: restoring large object with OID 161422
pg_restore: restoring large object with OID 161427
pg_restore: restoring large object with OID 161432
pg_restore: restoring large object with OID 161454
pg_restore: restoring large object with OID 161461
pg_restore: restoring large object with OID 161467
pg_restore: restoring large object with OID 161473
pg_restore: restoring large object with OID 161491
pg_restore: restoring large object with OID 161496
pg_restore: restoring large object with OID 161501
pg_restore: restoring large object with OID 29523
pg_restore: restoring large object with OID 29528
pg_restore: restoring large object with OID 29533
pg_restore: restoring large object with OID 29538
pg_restore: restoring large object with OID 29543
pg_restore: restoring large object with OID 29554
pg_restore: restoring large object with OID 29560
pg_restore: restoring large object with OID 29566
pg_restore: restoring large object with OID 29573
pg_restore: restoring large object with OID 29578
pg_restore: restoring large object with OID 29604
pg_restore: restoring large object with OID 29609
pg_restore: restoring large object with OID 29614
pg_restore: restoring large object with OID 29619
pg_restore: restoring large object with OID 29625
pg_restore: restoring large object with OID 29654
pg_restore: restoring large object with OID 29672
pg_restore: restoring large object with OID 29678
pg_restore: restoring large object with OID 29689
pg_restore: restoring large object with OID 29696
pg_restore: restoring large object with OID 29701
pg_restore: restoring large object with OID 29707
pg_restore: restoring large object with OID 29713
pg_restore: restoring large object with OID 29719
pg_restore: restoring large object with OID 29725
pg_restore: restoring large object with OID 29732
pg_restore: restoring large object with OID 29825
pg_restore: restoring large object with OID 29837
pg_restore: restoring large object with OID 29843
pg_restore: restoring large object with OID 29851
pg_restore: restoring large object with OID 29858
pg_restore: restoring large object with OID 29864
pg_restore: restoring large object with OID 29872
pg_restore: restoring large object with OID 29873
pg_restore: restoring large object with OID 32059
pg_restore: restoring large object with OID 32068
pg_restore: restoring large object with OID 32075
pg_restore: restoring large object with OID 32084
pg_restore: restoring large object with OID 32090
pg_restore: restoring large object with OID 32104
pg_restore: restoring large object with OID 34120
pg_restore: restoring large object with OID 34126
pg_restore: restoring large object with OID 34139
pg_restore: restoring large object with OID 34145
pg_restore: restoring large object with OID 34151
pg_restore: restoring large object with OID 34157
pg_restore: restoring large object with OID 34163
pg_restore: restoring large object with OID 34171
pg_restore: restoring large object with OID 34206
pg_restore: restoring large object with OID 34305
pg_restore: restoring large object with OID 34337
pg_restore: restoring large object with OID 34356
pg_restore: restoring large object with OID 34364
pg_restore: restoring large object with OID 34371
pg_restore: restoring large object with OID 34397
pg_restore: restoring large object with OID 34408
pg_restore: restoring large object with OID 34429
pg_restore: restoring large object with OID 34458
pg_restore: restoring large object with OID 34466
pg_restore: restoring large object with OID 34472
pg_restore: restoring large object with OID 34482
pg_restore: restoring large object with OID 34672
pg_restore: restoring large object with OID 34678
pg_restore: restoring large object with OID 34683
pg_restore: restoring large object with OID 36941
pg_restore: restoring large object with OID 36954
pg_restore: restoring large object with OID 36961
pg_restore: restoring large object with OID 37889
pg_restore: restoring large object with OID 37894
pg_restore: restoring large object with OID 37900
pg_restore: restoring large object with OID 37914
pg_restore: restoring large object with OID 37920
pg_restore: restoring large object with OID 37926
pg_restore: restoring large object with OID 37932
pg_restore: restoring large object with OID 37938
pg_restore: restoring large object with OID 37945
pg_restore: restoring large object with OID 37950
pg_restore: restoring large object with OID 37955
pg_restore: restoring large object with OID 37984
pg_restore: restoring large object with OID 37989
pg_restore: restoring large object with OID 37994
pg_restore: restoring large object with OID 37999
pg_restore: restoring large object with OID 38004
pg_restore: restoring large object with OID 38012
pg_restore: restoring large object with OID 38022
pg_restore: restoring large object with OID 38028
pg_restore: restoring large object with OID 38035
pg_restore: restoring large object with OID 38041
pg_restore: restoring large object with OID 38047
pg_restore: restoring large object with OID 38052
pg_restore: restoring large object with OID 38057
pg_restore: restoring large object with OID 38062
pg_restore: restoring large object with OID 38067
pg_restore: restoring large object with OID 39445
pg_restore: restoring large object with OID 39453
pg_restore: restoring large object with OID 39461
pg_restore: restoring large object with OID 41390
pg_restore: restoring large object with OID 41395
pg_restore: restoring large object with OID 42226
pg_restore: restoring large object with OID 42232
pg_restore: restoring large object with OID 42250
pg_restore: restoring large object with OID 44802
pg_restore: restoring large object with OID 44826
pg_restore: restoring large object with OID 44838
pg_restore: restoring large object with OID 44880
pg_restore: restoring large object with OID 45001
pg_restore: restoring large object with OID 45007
pg_restore: restoring large object with OID 45013
pg_restore: restoring large object with OID 45039
pg_restore: restoring large object with OID 45045
pg_restore: restoring large object with OID 45564
pg_restore: restoring large object with OID 45590
pg_restore: restoring large object with OID 45609
pg_restore: restoring large object with OID 45666
pg_restore: restoring large object with OID 45672
pg_restore: restoring large object with OID 45677
pg_restore: restoring large object with OID 45692
pg_restore: restoring large object with OID 45697
pg_restore: restoring large object with OID 45703
pg_restore: restoring large object with OID 45716
pg_restore: restoring large object with OID 45724
pg_restore: restoring large object with OID 45729
pg_restore: restoring large object with OID 45734
pg_restore: restoring large object with OID 45739
pg_restore: restoring large object with OID 45747
pg_restore: restoring large object with OID 45748
pg_restore: restoring large object with OID 45753
pg_restore: restoring large object with OID 45779
pg_restore: restoring large object with OID 45784
pg_restore: restoring large object with OID 46313
pg_restore: restoring large object with OID 46860
pg_restore: restoring large object with OID 46866
pg_restore: restoring large object with OID 46872
pg_restore: restoring large object with OID 46877
pg_restore: restoring large object with OID 46882
pg_restore: restoring large object with OID 46887
pg_restore: restoring large object with OID 46892
pg_restore: restoring large object with OID 46897
pg_restore: restoring large object with OID 46903
pg_restore: restoring large object with OID 46908
pg_restore: restoring large object with OID 46913
pg_restore: restoring large object with OID 46921
pg_restore: restoring large object with OID 46940
pg_restore: restoring large object with OID 46946
pg_restore: restoring large object with OID 46953
pg_restore: restoring large object with OID 46959
pg_restore: restoring large object with OID 46965
pg_restore: restoring large object with OID 46970
pg_restore: restoring large object with OID 46975
pg_restore: restoring large object with OID 46980
pg_restore: restoring large object with OID 46986
pg_restore: restoring large object with OID 46995
pg_restore: restoring large object with OID 47013
pg_restore: restoring large object with OID 47018
pg_restore: restoring large object with OID 47023
pg_restore: restoring large object with OID 47028
pg_restore: restoring large object with OID 47033
pg_restore: restoring large object with OID 47038
pg_restore: restoring large object with OID 47041
pg_restore: restoring large object with OID 47044
pg_restore: restoring large object with OID 47049
pg_restore: restoring large object with OID 47058
pg_restore: restoring large object with OID 47064
pg_restore: restoring large object with OID 47066
pg_restore: restoring large object with OID 47070
pg_restore: restoring large object with OID 47077
pg_restore: restoring large object with OID 47083
pg_restore: restoring large object with OID 47089
pg_restore: restoring large object with OID 47094
pg_restore: restoring large object with OID 47099
pg_restore: restoring large object with OID 47104
pg_restore: restoring large object with OID 47109
pg_restore: restoring large object with OID 47135
pg_restore: restoring large object with OID 47141
pg_restore: restoring large object with OID 47147
pg_restore: restoring large object with OID 47153
pg_restore: restoring large object with OID 47160
pg_restore: restoring large object with OID 47166
pg_restore: restoring large object with OID 47171
pg_restore: restoring large object with OID 47189
pg_restore: restoring large object with OID 47194
pg_restore: restoring large object with OID 47199
pg_restore: restoring large object with OID 47205
pg_restore: restoring large object with OID 47210
pg_restore: restoring large object with OID 47216
pg_restore: restoring large object with OID 47221
pg_restore: restoring large object with OID 47226
pg_restore: restoring large object with OID 47231
pg_restore: restoring large object with OID 47236
pg_restore: restoring large object with OID 47241
pg_restore: restoring large object with OID 47263
pg_restore: restoring large object with OID 47268
pg_restore: restoring large object with OID 47286
pg_restore: restoring large object with OID 47292
pg_restore: restoring large object with OID 47297
pg_restore: restoring large object with OID 47303
pg_restore: restoring large object with OID 47308
pg_restore: restoring large object with OID 47319
pg_restore: restoring large object with OID 47324
pg_restore: restoring large object with OID 47329
pg_restore: restoring large object with OID 47335
pg_restore: restoring large object with OID 47355
pg_restore: restoring large object with OID 47360
pg_restore: restoring large object with OID 47366
pg_restore: restoring large object with OID 47388
pg_restore: restoring large object with OID 47393
pg_restore: restoring large object with OID 47411
pg_restore: restoring large object with OID 47416
pg_restore: restoring large object with OID 47421
pg_restore: restoring large object with OID 47426
pg_restore: restoring large object with OID 47431
pg_restore: restoring large object with OID 47449
pg_restore: restoring large object with OID 47454
pg_restore: restoring large object with OID 47459
pg_restore: restoring large object with OID 47464
pg_restore: restoring large object with OID 47471
pg_restore: restoring large object with OID 47477
pg_restore: restoring large object with OID 47707
pg_restore: restoring large object with OID 47713
pg_restore: restoring large object with OID 47718
pg_restore: restoring large object with OID 47723
pg_restore: restoring large object with OID 47728
pg_restore: restoring large object with OID 47733
pg_restore: restoring large object with OID 47738
pg_restore: restoring large object with OID 47743
pg_restore: restoring large object with OID 47748
pg_restore: restoring large object with OID 47753
pg_restore: restoring large object with OID 47759
pg_restore: restoring large object with OID 47764
pg_restore: restoring large object with OID 47769
pg_restore: restoring large object with OID 47774
pg_restore: restoring large object with OID 47779
pg_restore: restoring large object with OID 49610
pg_restore: restoring large object with OID 49618
pg_restore: restoring large object with OID 49638
pg_restore: restoring large object with OID 49736
pg_restore: restoring large object with OID 49754
pg_restore: restoring large object with OID 49759
pg_restore: restoring large object with OID 49764
pg_restore: restoring large object with OID 49772
pg_restore: restoring large object with OID 49814
pg_restore: restoring large object with OID 49819
pg_restore: restoring large object with OID 49828
pg_restore: restoring large object with OID 49834
pg_restore: restoring large object with OID 49842
pg_restore: restoring large object with OID 49850
pg_restore: restoring large object with OID 49856
pg_restore: restoring large object with OID 49891
pg_restore: restoring large object with OID 49892
pg_restore: restoring large object with OID 49899
pg_restore: restoring large object with OID 50011
pg_restore: restoring large object with OID 50016
pg_restore: restoring large object with OID 50041
pg_restore: restoring large object with OID 50046
pg_restore: restoring large object with OID 50051
pg_restore: restoring large object with OID 50056
pg_restore: restoring large object with OID 52595
pg_restore: restoring large object with OID 56027
pg_restore: restoring large object with OID 56032
pg_restore: restoring large object with OID 58261
pg_restore: restoring large object with OID 58268
pg_restore: restoring large object with OID 58273
pg_restore: restoring large object with OID 58279
pg_restore: restoring large object with OID 58365
pg_restore: restoring large object with OID 58370
pg_restore: restoring large object with OID 58391
pg_restore: restoring large object with OID 58399
pg_restore: restoring large object with OID 58404
pg_restore: restoring large object with OID 58426
pg_restore: restoring large object with OID 58454
pg_restore: restoring large object with OID 58460
pg_restore: restoring large object with OID 58487
pg_restore: restoring large object with OID 58492
pg_restore: restoring large object with OID 58498
pg_restore: restoring large object with OID 58504
pg_restore: restoring large object with OID 58509
pg_restore: restoring large object with OID 58523
pg_restore: restoring large object with OID 58529
pg_restore: restoring large object with OID 58534
pg_restore: restoring large object with OID 58540
pg_restore: restoring large object with OID 58558
pg_restore: restoring large object with OID 58564
pg_restore: restoring large object with OID 58570
pg_restore: restoring large object with OID 58576
pg_restore: restoring large object with OID 58582
pg_restore: restoring large object with OID 58587
pg_restore: restoring large object with OID 58594
pg_restore: restoring large object with OID 58599
pg_restore: restoring large object with OID 63255
pg_restore: restoring large object with OID 63261
pg_restore: restoring large object with OID 63266
pg_restore: restoring large object with OID 63271
pg_restore: restoring large object with OID 83975
pg_restore: restoring large object with OID 83980
pg_restore: restoring large object with OID 83985
pg_restore: restoring large object with OID 83991
pg_restore: restoring large object with OID 83996
pg_restore: restoring large object with OID 84001
pg_restore: restoring large object with OID 84006
pg_restore: restoring large object with OID 84011
pg_restore: restoring large object with OID 84016
pg_restore: restoring large object with OID 84022
pg_restore: restoring large object with OID 84034
pg_restore: restoring large object with OID 84039
pg_restore: restoring large object with OID 84045
pg_restore: restoring large object with OID 84088
pg_restore: restoring large object with OID 84114
pg_restore: restoring large object with OID 84120
pg_restore: restoring large object with OID 89020
pg_restore: restoring large object with OID 89270
pg_restore: restoring large object with OID 89284
pg_restore: restoring large object with OID 89289
pg_restore: restoring large object with OID 89314
pg_restore: restoring large object with OID 89319
pg_restore: restoring large object with OID 89342
pg_restore: restoring large object with OID 89348
pg_restore: restoring large object with OID 89354
pg_restore: restoring large object with OID 89361
pg_restore: restoring large object with OID 89367
pg_restore: restoring large object with OID 89373
pg_restore: restoring large object with OID 89378
pg_restore: restoring large object with OID 89383
pg_restore: restoring large object with OID 89396
pg_restore: restoring large object with OID 89401
pg_restore: restoring large object with OID 89410
pg_restore: restoring large object with OID 89416
pg_restore: restoring large object with OID 89423
pg_restore: restoring large object with OID 89428
pg_restore: restoring large object with OID 89433
pg_restore: restoring large object with OID 89441
pg_restore: restoring large object with OID 89447
pg_restore: restoring large object with OID 89453
pg_restore: restoring large object with OID 89460
pg_restore: restoring large object with OID 89465
pg_restore: restoring large object with OID 89483
pg_restore: restoring large object with OID 89488
pg_restore: restoring large object with OID 89497
pg_restore: restoring large object with OID 89502
pg_restore: restoring large object with OID 89507
pg_restore: restoring large object with OID 89512
pg_restore: restoring large object with OID 89517
pg_restore: restoring large object with OID 89535
pg_restore: restoring large object with OID 89554
pg_restore: restoring large object with OID 89610
pg_restore: restoring large object with OID 89615
pg_restore: restoring large object with OID 89621
pg_restore: restoring large object with OID 89627
pg_restore: restoring large object with OID 89634
pg_restore: restoring large object with OID 89642
pg_restore: restoring large object with OID 89648
pg_restore: restoring large object with OID 89653
pg_restore: restoring large object with OID 89654
pg_restore: restoring large object with OID 89660
pg_restore: restoring large object with OID 89666
pg_restore: restoring large object with OID 89690
pg_restore: restoring large object with OID 89708
pg_restore: restoring large object with OID 89713
pg_restore: restoring large object with OID 89719
pg_restore: restoring large object with OID 89727
pg_restore: restoring large object with OID 89732
pg_restore: restoring large object with OID 89744
pg_restore: restoring large object with OID 89750
pg_restore: restoring large object with OID 89756
pg_restore: restoring large object with OID 89762
pg_restore: restoring large object with OID 89768
pg_restore: restoring large object with OID 89774
pg_restore: restoring large object with OID 89779
pg_restore: restoring large object with OID 89802
pg_restore: restoring large object with OID 89808
pg_restore: restoring large object with OID 89813
pg_restore: restoring large object with OID 89818
pg_restore: restoring large object with OID 97982
pg_restore: restoring large object with OID 97988
pg_restore: restoring large object with OID 97994
pg_restore: restoring large object with OID 97999
pg_restore: restored 386 large objects
pg_restore: creating CONSTRAINT amortissement_detail_pkey
pg_restore: creating CONSTRAINT amortissement_f_id_key
pg_restore: creating CONSTRAINT amortissement_histo_pkey
pg_restore: creating CONSTRAINT amortissement_pkey
pg_restore: creating CONSTRAINT version_pkey
pg_restore: creating CONSTRAINT action_comment_operation_pkey
pg_restore: [archiver (db)] Error from TOC entry 3168; 2606 19690 CONSTRAINT action_comment_operation_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "action_gestion_operation" are not allowed
    Command was: ALTER TABLE ONLY action_gestion_operation
    ADD CONSTRAINT action_comment_operation_pkey PRIMARY KEY (ago_id);



pg_restore: creating CONSTRAINT action_detail_pkey
pg_restore: [archiver (db)] Error from TOC entry 3161; 2606 19692 CONSTRAINT action_detail_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "action_detail" are not allowed
    Command was: ALTER TABLE ONLY action_detail
    ADD CONSTRAINT action_detail_pkey PRIMARY KEY (ad_id);



pg_restore: creating CONSTRAINT action_gestion_comment_pkey
pg_restore: [archiver (db)] Error from TOC entry 3166; 2606 19694 CONSTRAINT action_gestion_comment_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "action_gestion_comment" are not allowed
    Command was: ALTER TABLE ONLY action_gestion_comment
    ADD CONSTRAINT action_gestion_comment_pkey PRIMARY KEY (agc_id);



pg_restore: creating CONSTRAINT action_gestion_pkey
pg_restore: [archiver (db)] Error from TOC entry 3163; 2606 19696 CONSTRAINT action_gestion_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "action_gestion" are not allowed
    Command was: ALTER TABLE ONLY action_gestion
    ADD CONSTRAINT action_gestion_pkey PRIMARY KEY (ag_id);



pg_restore: creating CONSTRAINT action_gestion_related_pkey
pg_restore: [archiver (db)] Error from TOC entry 3170; 2606 19698 CONSTRAINT action_gestion_related_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "action_gestion_related" are not allowed
    Command was: ALTER TABLE ONLY action_gestion_related
    ADD CONSTRAINT action_gestion_related_pkey PRIMARY KEY (aga_id);



pg_restore: creating CONSTRAINT action_person_pkey
pg_restore: [archiver (db)] Error from TOC entry 3175; 2606 19700 CONSTRAINT action_person_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "action_person" are not allowed
    Command was: ALTER TABLE ONLY action_person
    ADD CONSTRAINT action_person_pkey PRIMARY KEY (ap_id);



pg_restore: creating CONSTRAINT action_pkey
pg_restore: [archiver (db)] Error from TOC entry 3159; 2606 19702 CONSTRAINT action_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "action" are not allowed
    Command was: ALTER TABLE ONLY action
    ADD CONSTRAINT action_pkey PRIMARY KEY (ac_id);



pg_restore: creating CONSTRAINT action_tags_pkey
pg_restore: [archiver (db)] Error from TOC entry 3179; 2606 19704 CONSTRAINT action_tags_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "action_tags" are not allowed
    Command was: ALTER TABLE ONLY action_tags
    ADD CONSTRAINT action_tags_pkey PRIMARY KEY (at_id);



pg_restore: creating CONSTRAINT attr_def_pkey
pg_restore: [archiver (db)] Error from TOC entry 3181; 2606 19706 CONSTRAINT attr_def_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "attr_def" are not allowed
    Command was: ALTER TABLE ONLY attr_def
    ADD CONSTRAINT attr_def_pkey PRIMARY KEY (ad_id);



pg_restore: creating CONSTRAINT bilan_b_name_key
pg_restore: [archiver (db)] Error from TOC entry 3185; 2606 19708 CONSTRAINT bilan_b_name_key phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "bilan_b_name_key" already exists
    Command was: ALTER TABLE ONLY bilan
    ADD CONSTRAINT bilan_b_name_key UNIQUE (b_name);



pg_restore: creating CONSTRAINT bilan_pkey
pg_restore: [archiver (db)] Error from TOC entry 3187; 2606 19710 CONSTRAINT bilan_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "bilan" are not allowed
    Command was: ALTER TABLE ONLY bilan
    ADD CONSTRAINT bilan_pkey PRIMARY KEY (b_id);



pg_restore: creating CONSTRAINT bookmark_pkey
pg_restore: [archiver (db)] Error from TOC entry 3189; 2606 19713 CONSTRAINT bookmark_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "bookmark" are not allowed
    Command was: ALTER TABLE ONLY bookmark
    ADD CONSTRAINT bookmark_pkey PRIMARY KEY (b_id);



pg_restore: creating CONSTRAINT centralized_pkey
pg_restore: [archiver (db)] Error from TOC entry 3191; 2606 19716 CONSTRAINT centralized_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "centralized" are not allowed
    Command was: ALTER TABLE ONLY centralized
    ADD CONSTRAINT centralized_pkey PRIMARY KEY (c_id);



pg_restore: creating CONSTRAINT del_action_pkey
pg_restore: [archiver (db)] Error from TOC entry 3193; 2606 19718 CONSTRAINT del_action_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "del_action" are not allowed
    Command was: ALTER TABLE ONLY del_action
    ADD CONSTRAINT del_action_pkey PRIMARY KEY (del_id);



pg_restore: creating CONSTRAINT dj_id
pg_restore: [archiver (db)] Error from TOC entry 3195; 2606 19720 CONSTRAINT dj_id phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "del_jrn" are not allowed
    Command was: ALTER TABLE ONLY del_jrn
    ADD CONSTRAINT dj_id PRIMARY KEY (dj_id);



pg_restore: creating CONSTRAINT djx_id
pg_restore: [archiver (db)] Error from TOC entry 3197; 2606 19722 CONSTRAINT djx_id phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "del_jrnx" are not allowed
    Command was: ALTER TABLE ONLY del_jrnx
    ADD CONSTRAINT djx_id PRIMARY KEY (djx_id);



pg_restore: creating CONSTRAINT document_modele_pkey
pg_restore: [archiver (db)] Error from TOC entry 3201; 2606 19724 CONSTRAINT document_modele_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "document_modele" are not allowed
    Command was: ALTER TABLE ONLY document_modele
    ADD CONSTRAINT document_modele_pkey PRIMARY KEY (md_id);



pg_restore: creating CONSTRAINT document_pkey
pg_restore: [archiver (db)] Error from TOC entry 3199; 2606 19726 CONSTRAINT document_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "document" are not allowed
    Command was: ALTER TABLE ONLY document
    ADD CONSTRAINT document_pkey PRIMARY KEY (d_id);



pg_restore: creating CONSTRAINT document_state_pkey
pg_restore: [archiver (db)] Error from TOC entry 3203; 2606 19728 CONSTRAINT document_state_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "document_state" are not allowed
    Command was: ALTER TABLE ONLY document_state
    ADD CONSTRAINT document_state_pkey PRIMARY KEY (s_id);



pg_restore: creating CONSTRAINT document_type_pkey
pg_restore: [archiver (db)] Error from TOC entry 3205; 2606 19730 CONSTRAINT document_type_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "document_type" are not allowed
    Command was: ALTER TABLE ONLY document_type
    ADD CONSTRAINT document_type_pkey PRIMARY KEY (dt_id);



pg_restore: creating CONSTRAINT fiche_def_pkey
pg_restore: [archiver (db)] Error from TOC entry 3148; 2606 19732 CONSTRAINT fiche_def_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "fiche_def" are not allowed
    Command was: ALTER TABLE ONLY fiche_def
    ADD CONSTRAINT fiche_def_pkey PRIMARY KEY (fd_id);



pg_restore: creating CONSTRAINT fiche_def_ref_pkey
pg_restore: [archiver (db)] Error from TOC entry 3211; 2606 19734 CONSTRAINT fiche_def_ref_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "fiche_def_ref" are not allowed
    Command was: ALTER TABLE ONLY fiche_def_ref
    ADD CONSTRAINT fiche_def_ref_pkey PRIMARY KEY (frd_id);



pg_restore: creating CONSTRAINT fiche_pkey
pg_restore: [archiver (db)] Error from TOC entry 3146; 2606 19736 CONSTRAINT fiche_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "fiche" are not allowed
    Command was: ALTER TABLE ONLY fiche
    ADD CONSTRAINT fiche_pkey PRIMARY KEY (f_id);



pg_restore: creating CONSTRAINT forecast_cat_pk
pg_restore: [archiver (db)] Error from TOC entry 3217; 2606 19738 CONSTRAINT forecast_cat_pk phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "forecast_cat" are not allowed
    Command was: ALTER TABLE ONLY forecast_cat
    ADD CONSTRAINT forecast_cat_pk PRIMARY KEY (fc_id);



pg_restore: creating CONSTRAINT forecast_item_pkey
pg_restore: [archiver (db)] Error from TOC entry 3219; 2606 19740 CONSTRAINT forecast_item_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "forecast_item" are not allowed
    Command was: ALTER TABLE ONLY forecast_item
    ADD CONSTRAINT forecast_item_pkey PRIMARY KEY (fi_id);



pg_restore: creating CONSTRAINT forecast_pk
pg_restore: [archiver (db)] Error from TOC entry 3215; 2606 19742 CONSTRAINT forecast_pk phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "forecast" are not allowed
    Command was: ALTER TABLE ONLY forecast
    ADD CONSTRAINT forecast_pk PRIMARY KEY (f_id);



pg_restore: creating CONSTRAINT form_pkey
pg_restore: [archiver (db)] Error from TOC entry 3221; 2606 19744 CONSTRAINT form_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "form" are not allowed
    Command was: ALTER TABLE ONLY form
    ADD CONSTRAINT form_pkey PRIMARY KEY (fo_id);



pg_restore: creating CONSTRAINT formdef_pkey
pg_restore: [archiver (db)] Error from TOC entry 3223; 2606 19746 CONSTRAINT formdef_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "formdef" are not allowed
    Command was: ALTER TABLE ONLY formdef
    ADD CONSTRAINT formdef_pkey PRIMARY KEY (fr_id);



pg_restore: creating CONSTRAINT frd_ad_attr_min_pk
pg_restore: [archiver (db)] Error from TOC entry 3183; 2606 19748 CONSTRAINT frd_ad_attr_min_pk phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "attr_min" are not allowed
    Command was: ALTER TABLE ONLY attr_min
    ADD CONSTRAINT frd_ad_attr_min_pk PRIMARY KEY (frd_id, ad_id);



pg_restore: creating CONSTRAINT historique_analytique_pkey
pg_restore: [archiver (db)] Error from TOC entry 3294; 2606 19750 CONSTRAINT historique_analytique_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "operation_analytique" are not allowed
    Command was: ALTER TABLE ONLY operation_analytique
    ADD CONSTRAINT historique_analytique_pkey PRIMARY KEY (oa_id);



pg_restore: creating CONSTRAINT idx_ex_code
pg_restore: [archiver (db)] Error from TOC entry 3207; 2606 19752 CONSTRAINT idx_ex_code phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "idx_ex_code" already exists
    Command was: ALTER TABLE ONLY extension
    ADD CONSTRAINT idx_ex_code UNIQUE (ex_code);



pg_restore: creating CONSTRAINT info_def_pkey
pg_restore: [archiver (db)] Error from TOC entry 3227; 2606 19754 CONSTRAINT info_def_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "info_def" are not allowed
    Command was: ALTER TABLE ONLY info_def
    ADD CONSTRAINT info_def_pkey PRIMARY KEY (id_type);



pg_restore: creating CONSTRAINT jnt_fic_att_value_pkey
pg_restore: [archiver (db)] Error from TOC entry 3152; 2606 19756 CONSTRAINT jnt_fic_att_value_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "fiche_detail" are not allowed
    Command was: ALTER TABLE ONLY fiche_detail
    ADD CONSTRAINT jnt_fic_att_value_pkey PRIMARY KEY (jft_id);



pg_restore: creating CONSTRAINT jnt_letter_pk
pg_restore: [archiver (db)] Error from TOC entry 3233; 2606 19758 CONSTRAINT jnt_letter_pk phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "jnt_letter" are not allowed
    Command was: ALTER TABLE ONLY jnt_letter
    ADD CONSTRAINT jnt_letter_pk PRIMARY KEY (jl_id);



pg_restore: creating CONSTRAINT jrn_def_jrn_def_name_key
pg_restore: [archiver (db)] Error from TOC entry 3242; 2606 19760 CONSTRAINT jrn_def_jrn_def_name_key phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "jrn_def_jrn_def_name_key" already exists
    Command was: ALTER TABLE ONLY jrn_def
    ADD CONSTRAINT jrn_def_jrn_def_name_key UNIQUE (jrn_def_name);



pg_restore: creating CONSTRAINT jrn_def_pkey
pg_restore: [archiver (db)] Error from TOC entry 3244; 2606 19762 CONSTRAINT jrn_def_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "jrn_def" are not allowed
    Command was: ALTER TABLE ONLY jrn_def
    ADD CONSTRAINT jrn_def_pkey PRIMARY KEY (jrn_def_id);



pg_restore: creating CONSTRAINT jrn_info_pkey
pg_restore: [archiver (db)] Error from TOC entry 3246; 2606 19764 CONSTRAINT jrn_info_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "jrn_info" are not allowed
    Command was: ALTER TABLE ONLY jrn_info
    ADD CONSTRAINT jrn_info_pkey PRIMARY KEY (ji_id);



pg_restore: creating CONSTRAINT jrn_periode_pk
pg_restore: [archiver (db)] Error from TOC entry 3250; 2606 19766 CONSTRAINT jrn_periode_pk phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "jrn_periode" are not allowed
    Command was: ALTER TABLE ONLY jrn_periode
    ADD CONSTRAINT jrn_periode_pk PRIMARY KEY (jrn_def_id, p_id);



pg_restore: creating CONSTRAINT jrn_pkey
pg_restore: [archiver (db)] Error from TOC entry 3236; 2606 19768 CONSTRAINT jrn_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "jrn" are not allowed
    Command was: ALTER TABLE ONLY jrn
    ADD CONSTRAINT jrn_pkey PRIMARY KEY (jr_id, jr_def_id);



pg_restore: creating CONSTRAINT jrn_rapt_pkey
pg_restore: [archiver (db)] Error from TOC entry 3252; 2606 19770 CONSTRAINT jrn_rapt_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "jrn_rapt" are not allowed
    Command was: ALTER TABLE ONLY jrn_rapt
    ADD CONSTRAINT jrn_rapt_pkey PRIMARY KEY (jra_id);



pg_restore: creating CONSTRAINT jrn_type_pkey
pg_restore: [archiver (db)] Error from TOC entry 3254; 2606 19772 CONSTRAINT jrn_type_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "jrn_type" are not allowed
    Command was: ALTER TABLE ONLY jrn_type
    ADD CONSTRAINT jrn_type_pkey PRIMARY KEY (jrn_type_id);



pg_restore: creating CONSTRAINT jrnx_note_pkey
pg_restore: [archiver (db)] Error from TOC entry 3248; 2606 19774 CONSTRAINT jrnx_note_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "jrn_note" are not allowed
    Command was: ALTER TABLE ONLY jrn_note
    ADD CONSTRAINT jrnx_note_pkey PRIMARY KEY (n_id);



pg_restore: creating CONSTRAINT jrnx_pkey
pg_restore: [archiver (db)] Error from TOC entry 3259; 2606 19776 CONSTRAINT jrnx_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "jrnx" are not allowed
    Command was: ALTER TABLE ONLY jrnx
    ADD CONSTRAINT jrnx_pkey PRIMARY KEY (j_id);



pg_restore: creating CONSTRAINT key_distribution_activity_pkey
pg_restore: [archiver (db)] Error from TOC entry 3264; 2606 19778 CONSTRAINT key_distribution_activity_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "key_distribution_activity" are not allowed
    Command was: ALTER TABLE ONLY key_distribution_activity
    ADD CONSTRAINT key_distribution_activity_pkey PRIMARY KEY (ka_id);



pg_restore: creating CONSTRAINT key_distribution_detail_pkey
pg_restore: [archiver (db)] Error from TOC entry 3266; 2606 19780 CONSTRAINT key_distribution_detail_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "key_distribution_detail" are not allowed
    Command was: ALTER TABLE ONLY key_distribution_detail
    ADD CONSTRAINT key_distribution_detail_pkey PRIMARY KEY (ke_id);



pg_restore: creating CONSTRAINT key_distribution_ledger_pkey
pg_restore: [archiver (db)] Error from TOC entry 3268; 2606 19782 CONSTRAINT key_distribution_ledger_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "key_distribution_ledger" are not allowed
    Command was: ALTER TABLE ONLY key_distribution_ledger
    ADD CONSTRAINT key_distribution_ledger_pkey PRIMARY KEY (kl_id);



pg_restore: creating CONSTRAINT key_distribution_pkey
pg_restore: [archiver (db)] Error from TOC entry 3262; 2606 19784 CONSTRAINT key_distribution_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "key_distribution" are not allowed
    Command was: ALTER TABLE ONLY key_distribution
    ADD CONSTRAINT key_distribution_pkey PRIMARY KEY (kd_id);



pg_restore: creating CONSTRAINT letter_cred_j_id_key
pg_restore: [archiver (db)] Error from TOC entry 3270; 2606 19786 CONSTRAINT letter_cred_j_id_key phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "letter_cred_j_id_key" already exists
    Command was: ALTER TABLE ONLY letter_cred
    ADD CONSTRAINT letter_cred_j_id_key UNIQUE (j_id);



pg_restore: creating CONSTRAINT letter_cred_pk
pg_restore: [archiver (db)] Error from TOC entry 3272; 2606 19788 CONSTRAINT letter_cred_pk phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "letter_cred" are not allowed
    Command was: ALTER TABLE ONLY letter_cred
    ADD CONSTRAINT letter_cred_pk PRIMARY KEY (lc_id);



pg_restore: creating CONSTRAINT letter_deb_j_id_key
pg_restore: [archiver (db)] Error from TOC entry 3274; 2606 19790 CONSTRAINT letter_deb_j_id_key phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "letter_deb_j_id_key" already exists
    Command was: ALTER TABLE ONLY letter_deb
    ADD CONSTRAINT letter_deb_j_id_key UNIQUE (j_id);



pg_restore: creating CONSTRAINT letter_deb_pk
pg_restore: [archiver (db)] Error from TOC entry 3276; 2606 19792 CONSTRAINT letter_deb_pk phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "letter_deb" are not allowed
    Command was: ALTER TABLE ONLY letter_deb
    ADD CONSTRAINT letter_deb_pk PRIMARY KEY (ld_id);



pg_restore: creating CONSTRAINT link_action_type_pkey
pg_restore: [archiver (db)] Error from TOC entry 3278; 2606 19794 CONSTRAINT link_action_type_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "link_action_type" are not allowed
    Command was: ALTER TABLE ONLY link_action_type
    ADD CONSTRAINT link_action_type_pkey PRIMARY KEY (l_id);



pg_restore: creating CONSTRAINT menu_default_md_code_key
pg_restore: [archiver (db)] Error from TOC entry 3280; 2606 19796 CONSTRAINT menu_default_md_code_key phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "menu_default_md_code_key" already exists
    Command was: ALTER TABLE ONLY menu_default
    ADD CONSTRAINT menu_default_md_code_key UNIQUE (md_code);



pg_restore: creating CONSTRAINT menu_default_pkey
pg_restore: [archiver (db)] Error from TOC entry 3282; 2606 19798 CONSTRAINT menu_default_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "menu_default" are not allowed
    Command was: ALTER TABLE ONLY menu_default
    ADD CONSTRAINT menu_default_pkey PRIMARY KEY (md_id);



pg_restore: creating CONSTRAINT menu_ref_pkey
pg_restore: [archiver (db)] Error from TOC entry 3284; 2606 19800 CONSTRAINT menu_ref_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "menu_ref" are not allowed
    Command was: ALTER TABLE ONLY menu_ref
    ADD CONSTRAINT menu_ref_pkey PRIMARY KEY (me_code);



pg_restore: creating CONSTRAINT mod_payment_pkey
pg_restore: [archiver (db)] Error from TOC entry 3286; 2606 19802 CONSTRAINT mod_payment_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "mod_payment" are not allowed
    Command was: ALTER TABLE ONLY mod_payment
    ADD CONSTRAINT mod_payment_pkey PRIMARY KEY (mp_id);



pg_restore: creating CONSTRAINT op_def_op_name_key
pg_restore: [archiver (db)] Error from TOC entry 3288; 2606 19804 CONSTRAINT op_def_op_name_key phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "op_def_op_name_key" already exists
    Command was: ALTER TABLE ONLY op_predef
    ADD CONSTRAINT op_def_op_name_key UNIQUE (od_name, jrn_def_id);



pg_restore: creating CONSTRAINT op_def_pkey
pg_restore: [archiver (db)] Error from TOC entry 3290; 2606 19806 CONSTRAINT op_def_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "op_predef" are not allowed
    Command was: ALTER TABLE ONLY op_predef
    ADD CONSTRAINT op_def_pkey PRIMARY KEY (od_id);



pg_restore: creating CONSTRAINT op_predef_detail_pkey
pg_restore: [archiver (db)] Error from TOC entry 3292; 2606 19808 CONSTRAINT op_predef_detail_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "op_predef_detail" are not allowed
    Command was: ALTER TABLE ONLY op_predef_detail
    ADD CONSTRAINT op_predef_detail_pkey PRIMARY KEY (opd_id);



pg_restore: creating CONSTRAINT parameter_pkey
pg_restore: [archiver (db)] Error from TOC entry 3296; 2606 19810 CONSTRAINT parameter_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "parameter" are not allowed
    Command was: ALTER TABLE ONLY parameter
    ADD CONSTRAINT parameter_pkey PRIMARY KEY (pr_id);



pg_restore: creating CONSTRAINT parm_code_pkey
pg_restore: [archiver (db)] Error from TOC entry 3298; 2606 19812 CONSTRAINT parm_code_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "parm_code" are not allowed
    Command was: ALTER TABLE ONLY parm_code
    ADD CONSTRAINT parm_code_pkey PRIMARY KEY (p_code);



pg_restore: creating CONSTRAINT parm_money_pkey
pg_restore: [archiver (db)] Error from TOC entry 3300; 2606 19814 CONSTRAINT parm_money_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "parm_money" are not allowed
    Command was: ALTER TABLE ONLY parm_money
    ADD CONSTRAINT parm_money_pkey PRIMARY KEY (pm_code);



pg_restore: creating CONSTRAINT parm_periode_pkey
pg_restore: [archiver (db)] Error from TOC entry 3302; 2606 19816 CONSTRAINT parm_periode_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "parm_periode" are not allowed
    Command was: ALTER TABLE ONLY parm_periode
    ADD CONSTRAINT parm_periode_pkey PRIMARY KEY (p_id);



pg_restore: creating CONSTRAINT parm_poste_pkey
pg_restore: [archiver (db)] Error from TOC entry 3305; 2606 19818 CONSTRAINT parm_poste_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "parm_poste" are not allowed
    Command was: ALTER TABLE ONLY parm_poste
    ADD CONSTRAINT parm_poste_pkey PRIMARY KEY (p_value);



pg_restore: creating CONSTRAINT pk_extension
pg_restore: [archiver (db)] Error from TOC entry 3209; 2606 19820 CONSTRAINT pk_extension phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "extension" are not allowed
    Command was: ALTER TABLE ONLY extension
    ADD CONSTRAINT pk_extension PRIMARY KEY (ex_id);



pg_restore: creating CONSTRAINT pk_ga_id
pg_restore: [archiver (db)] Error from TOC entry 3225; 2606 19822 CONSTRAINT pk_ga_id phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "groupe_analytique" are not allowed
    Command was: ALTER TABLE ONLY groupe_analytique
    ADD CONSTRAINT pk_ga_id PRIMARY KEY (ga_id);



pg_restore: creating CONSTRAINT pk_jnt_fic_attr
pg_restore: [archiver (db)] Error from TOC entry 3231; 2606 19824 CONSTRAINT pk_jnt_fic_attr phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "jnt_fic_attr" are not allowed
    Command was: ALTER TABLE ONLY jnt_fic_attr
    ADD CONSTRAINT pk_jnt_fic_attr PRIMARY KEY (jnt_id);



pg_restore: creating CONSTRAINT pk_user_local_pref
pg_restore: [archiver (db)] Error from TOC entry 3368; 2606 19826 CONSTRAINT pk_user_local_pref phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "user_local_pref" are not allowed
    Command was: ALTER TABLE ONLY user_local_pref
    ADD CONSTRAINT pk_user_local_pref PRIMARY KEY (user_id, parameter_type);



pg_restore: creating CONSTRAINT plan_analytique_pa_name_key
pg_restore: [archiver (db)] Error from TOC entry 3307; 2606 19828 CONSTRAINT plan_analytique_pa_name_key phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "plan_analytique_pa_name_key" already exists
    Command was: ALTER TABLE ONLY plan_analytique
    ADD CONSTRAINT plan_analytique_pa_name_key UNIQUE (pa_name);



pg_restore: creating CONSTRAINT plan_analytique_pkey
pg_restore: [archiver (db)] Error from TOC entry 3309; 2606 19830 CONSTRAINT plan_analytique_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "plan_analytique" are not allowed
    Command was: ALTER TABLE ONLY plan_analytique
    ADD CONSTRAINT plan_analytique_pkey PRIMARY KEY (pa_id);



pg_restore: creating CONSTRAINT poste_analytique_pkey
pg_restore: [archiver (db)] Error from TOC entry 3311; 2606 19832 CONSTRAINT poste_analytique_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "poste_analytique" are not allowed
    Command was: ALTER TABLE ONLY poste_analytique
    ADD CONSTRAINT poste_analytique_pkey PRIMARY KEY (po_id);



pg_restore: creating CONSTRAINT profile_menu_pkey
pg_restore: [archiver (db)] Error from TOC entry 3319; 2606 19834 CONSTRAINT profile_menu_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "profile_menu" are not allowed
    Command was: ALTER TABLE ONLY profile_menu
    ADD CONSTRAINT profile_menu_pkey PRIMARY KEY (pm_id);



pg_restore: creating CONSTRAINT profile_menu_type_pkey
pg_restore: [archiver (db)] Error from TOC entry 3321; 2606 19836 CONSTRAINT profile_menu_type_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "profile_menu_type" are not allowed
    Command was: ALTER TABLE ONLY profile_menu_type
    ADD CONSTRAINT profile_menu_type_pkey PRIMARY KEY (pm_type);



pg_restore: creating CONSTRAINT profile_pkey
pg_restore: [archiver (db)] Error from TOC entry 3314; 2606 19838 CONSTRAINT profile_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "profile" are not allowed
    Command was: ALTER TABLE ONLY profile
    ADD CONSTRAINT profile_pkey PRIMARY KEY (p_id);



pg_restore: creating CONSTRAINT profile_sec_repository_pkey
pg_restore: [archiver (db)] Error from TOC entry 3323; 2606 19840 CONSTRAINT profile_sec_repository_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "profile_sec_repository" are not allowed
    Command was: ALTER TABLE ONLY profile_sec_repository
    ADD CONSTRAINT profile_sec_repository_pkey PRIMARY KEY (ur_id);



pg_restore: creating CONSTRAINT profile_sec_repository_r_id_p_id_u
pg_restore: [archiver (db)] Error from TOC entry 3325; 2606 19842 CONSTRAINT profile_sec_repository_r_id_p_id_u phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "profile_sec_repository_r_id_p_id_u" already exists
    Command was: ALTER TABLE ONLY profile_sec_repository
    ADD CONSTRAINT profile_sec_repository_r_id_p_id_u UNIQUE (r_id, p_id);



pg_restore: creating CONSTRAINT profile_user_pkey
pg_restore: [archiver (db)] Error from TOC entry 3327; 2606 19844 CONSTRAINT profile_user_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "profile_user" are not allowed
    Command was: ALTER TABLE ONLY profile_user
    ADD CONSTRAINT profile_user_pkey PRIMARY KEY (pu_id);



pg_restore: creating CONSTRAINT profile_user_user_name_key
pg_restore: [archiver (db)] Error from TOC entry 3329; 2606 19846 CONSTRAINT profile_user_user_name_key phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "profile_user_user_name_key" already exists
    Command was: ALTER TABLE ONLY profile_user
    ADD CONSTRAINT profile_user_user_name_key UNIQUE (user_name, p_id);



pg_restore: creating CONSTRAINT qp_id_pk
pg_restore: [archiver (db)] Error from TOC entry 3334; 2606 19848 CONSTRAINT qp_id_pk phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "quant_purchase" are not allowed
    Command was: ALTER TABLE ONLY quant_purchase
    ADD CONSTRAINT qp_id_pk PRIMARY KEY (qp_id);



pg_restore: creating CONSTRAINT qs_id_pk
pg_restore: [archiver (db)] Error from TOC entry 3339; 2606 19850 CONSTRAINT qs_id_pk phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "quant_sold" are not allowed
    Command was: ALTER TABLE ONLY quant_sold
    ADD CONSTRAINT qs_id_pk PRIMARY KEY (qs_id);



pg_restore: creating CONSTRAINT quant_fin_pk
pg_restore: [archiver (db)] Error from TOC entry 3332; 2606 19852 CONSTRAINT quant_fin_pk phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "quant_fin" are not allowed
    Command was: ALTER TABLE ONLY quant_fin
    ADD CONSTRAINT quant_fin_pk PRIMARY KEY (qf_id);



pg_restore: creating CONSTRAINT stock_change_pkey
pg_restore: [archiver (db)] Error from TOC entry 3343; 2606 19854 CONSTRAINT stock_change_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "stock_change" are not allowed
    Command was: ALTER TABLE ONLY stock_change
    ADD CONSTRAINT stock_change_pkey PRIMARY KEY (c_id);



pg_restore: creating CONSTRAINT stock_goods_pkey
pg_restore: [archiver (db)] Error from TOC entry 3348; 2606 19856 CONSTRAINT stock_goods_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "stock_goods" are not allowed
    Command was: ALTER TABLE ONLY stock_goods
    ADD CONSTRAINT stock_goods_pkey PRIMARY KEY (sg_id);



pg_restore: creating CONSTRAINT stock_repository_pkey
pg_restore: [archiver (db)] Error from TOC entry 3350; 2606 19858 CONSTRAINT stock_repository_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "stock_repository" are not allowed
    Command was: ALTER TABLE ONLY stock_repository
    ADD CONSTRAINT stock_repository_pkey PRIMARY KEY (r_id);



pg_restore: creating CONSTRAINT tags_pkey
pg_restore: [archiver (db)] Error from TOC entry 3352; 2606 19860 CONSTRAINT tags_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "tags" are not allowed
    Command was: ALTER TABLE ONLY tags
    ADD CONSTRAINT tags_pkey PRIMARY KEY (t_id);



pg_restore: creating CONSTRAINT tmp_pcmn_pkey
pg_restore: [archiver (db)] Error from TOC entry 3354; 2606 19862 CONSTRAINT tmp_pcmn_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "tmp_pcmn" are not allowed
    Command was: ALTER TABLE ONLY tmp_pcmn
    ADD CONSTRAINT tmp_pcmn_pkey PRIMARY KEY (pcm_val);



pg_restore: creating CONSTRAINT tmp_stockgood_detail_pkey
pg_restore: [archiver (db)] Error from TOC entry 3358; 2606 19864 CONSTRAINT tmp_stockgood_detail_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "tmp_stockgood_detail" are not allowed
    Command was: ALTER TABLE ONLY tmp_stockgood_detail
    ADD CONSTRAINT tmp_stockgood_detail_pkey PRIMARY KEY (d_id);



pg_restore: creating CONSTRAINT tmp_stockgood_pkey
pg_restore: [archiver (db)] Error from TOC entry 3356; 2606 19866 CONSTRAINT tmp_stockgood_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "tmp_stockgood" are not allowed
    Command was: ALTER TABLE ONLY tmp_stockgood
    ADD CONSTRAINT tmp_stockgood_pkey PRIMARY KEY (s_id);



pg_restore: creating CONSTRAINT todo_list_pkey
pg_restore: [archiver (db)] Error from TOC entry 3360; 2606 19868 CONSTRAINT todo_list_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "todo_list" are not allowed
    Command was: ALTER TABLE ONLY todo_list
    ADD CONSTRAINT todo_list_pkey PRIMARY KEY (tl_id);



pg_restore: creating CONSTRAINT todo_list_shared_pkey
pg_restore: [archiver (db)] Error from TOC entry 3362; 2606 19870 CONSTRAINT todo_list_shared_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "todo_list_shared" are not allowed
    Command was: ALTER TABLE ONLY todo_list_shared
    ADD CONSTRAINT todo_list_shared_pkey PRIMARY KEY (id);



pg_restore: creating CONSTRAINT tool_uos_pkey
pg_restore: [archiver (db)] Error from TOC entry 3366; 2606 19872 CONSTRAINT tool_uos_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "tool_uos" are not allowed
    Command was: ALTER TABLE ONLY tool_uos
    ADD CONSTRAINT tool_uos_pkey PRIMARY KEY (uos_value);



pg_restore: creating CONSTRAINT tva_id_pk
pg_restore: [archiver (db)] Error from TOC entry 3155; 2606 19874 CONSTRAINT tva_id_pk phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "tva_rate" are not allowed
    Command was: ALTER TABLE ONLY tva_rate
    ADD CONSTRAINT tva_id_pk PRIMARY KEY (tva_id);



pg_restore: creating CONSTRAINT unique_todo_list_id_login
pg_restore: [archiver (db)] Error from TOC entry 3364; 2606 19876 CONSTRAINT unique_todo_list_id_login phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "unique_todo_list_id_login" already exists
    Command was: ALTER TABLE ONLY todo_list_shared
    ADD CONSTRAINT unique_todo_list_id_login UNIQUE (todo_list_id, use_login);



pg_restore: creating CONSTRAINT user_sec_act_pkey
pg_restore: [archiver (db)] Error from TOC entry 3370; 2606 19878 CONSTRAINT user_sec_act_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "user_sec_act" are not allowed
    Command was: ALTER TABLE ONLY user_sec_act
    ADD CONSTRAINT user_sec_act_pkey PRIMARY KEY (ua_id);



pg_restore: creating CONSTRAINT user_sec_action_profile_p_id_p_granted_u
pg_restore: [archiver (db)] Error from TOC entry 3372; 2606 19880 CONSTRAINT user_sec_action_profile_p_id_p_granted_u phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "user_sec_action_profile_p_id_p_granted_u" already exists
    Command was: ALTER TABLE ONLY user_sec_action_profile
    ADD CONSTRAINT user_sec_action_profile_p_id_p_granted_u UNIQUE (p_id, p_granted...
pg_restore: creating CONSTRAINT user_sec_action_profile_pkey
pg_restore: [archiver (db)] Error from TOC entry 3374; 2606 19882 CONSTRAINT user_sec_action_profile_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "user_sec_action_profile" are not allowed
    Command was: ALTER TABLE ONLY user_sec_action_profile
    ADD CONSTRAINT user_sec_action_profile_pkey PRIMARY KEY (ua_id);



pg_restore: creating CONSTRAINT user_sec_jrn_pkey
pg_restore: [archiver (db)] Error from TOC entry 3377; 2606 19884 CONSTRAINT user_sec_jrn_pkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  multiple primary keys for table "user_sec_jrn" are not allowed
    Command was: ALTER TABLE ONLY user_sec_jrn
    ADD CONSTRAINT user_sec_jrn_pkey PRIMARY KEY (uj_id);



pg_restore: creating CONSTRAINT ux_aga_least_aga_greatest
pg_restore: [archiver (db)] Error from TOC entry 3173; 2606 19886 CONSTRAINT ux_aga_least_aga_greatest phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "ux_aga_least_aga_greatest" already exists
    Command was: ALTER TABLE ONLY action_gestion_related
    ADD CONSTRAINT ux_aga_least_aga_greatest UNIQUE (aga_least, aga_greatest);



pg_restore: creating CONSTRAINT ux_internal
pg_restore: [archiver (db)] Error from TOC entry 3238; 2606 19888 CONSTRAINT ux_internal phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "ux_internal" already exists
    Command was: ALTER TABLE ONLY jrn
    ADD CONSTRAINT ux_internal UNIQUE (jr_internal);



pg_restore: creating CONSTRAINT declaration_pkey
pg_restore: creating CONSTRAINT declaration_row_detail_pkey
pg_restore: creating CONSTRAINT declaration_row_pkey
pg_restore: creating CONSTRAINT formulaire_param_detail_pkey
pg_restore: creating CONSTRAINT formulaire_param_f_id_p_code_key
pg_restore: creating CONSTRAINT formulaire_param_pkey
pg_restore: creating CONSTRAINT formulaire_pkey
pg_restore: creating CONSTRAINT listing_compute_detail_pkey
pg_restore: creating CONSTRAINT listing_compute_fiche_pkey
pg_restore: creating CONSTRAINT listing_compute_historique_pkey
pg_restore: creating CONSTRAINT listing_compute_pkey
pg_restore: creating CONSTRAINT listing_param_pkey
pg_restore: creating CONSTRAINT listing_pkey
pg_restore: creating CONSTRAINT periode_type_pkey
pg_restore: creating CONSTRAINT rapav_parameter_pkey
pg_restore: creating CONSTRAINT restore_formulaire_param_detail_pkey
pg_restore: creating CONSTRAINT restore_formulaire_param_pkey
pg_restore: creating CONSTRAINT total_type_account_pkey
pg_restore: creating CONSTRAINT total_type_pkey
pg_restore: creating CONSTRAINT type_row_detail_pkey
pg_restore: creating CONSTRAINT type_row_pkey
pg_restore: creating CONSTRAINT version_pkey
pg_restore: creating CONSTRAINT assujetti_chld_pk
pg_restore: creating CONSTRAINT assujetti_pk
pg_restore: creating CONSTRAINT declaration_amount_pkey
pg_restore: creating CONSTRAINT intracom_chld_pk
pg_restore: creating CONSTRAINT intracom_pk
pg_restore: creating CONSTRAINT parameter_chld_pkey
pg_restore: creating CONSTRAINT parameter_pkey
pg_restore: creating CONSTRAINT version_pkey
pg_restore: creating INDEX fd_id_ad_id_x
pg_restore: [archiver (db)] Error from TOC entry 3228; 1259 19950 INDEX fd_id_ad_id_x phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "fd_id_ad_id_x" already exists
    Command was: CREATE UNIQUE INDEX fd_id_ad_id_x ON jnt_fic_attr USING btree (fd_id, ad_id);



pg_restore: creating INDEX fiche_detail_f_id_ad_id
pg_restore: [archiver (db)] Error from TOC entry 3149; 1259 19951 INDEX fiche_detail_f_id_ad_id phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "fiche_detail_f_id_ad_id" already exists
    Command was: CREATE UNIQUE INDEX fiche_detail_f_id_ad_id ON fiche_detail USING btree (f_id, ad_id);



pg_restore: creating INDEX fk_action_person_action_gestion
pg_restore: [archiver (db)] Error from TOC entry 3176; 1259 19952 INDEX fk_action_person_action_gestion phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "fk_action_person_action_gestion" already exists
    Command was: CREATE INDEX fk_action_person_action_gestion ON action_person USING btree (ag_id);



pg_restore: creating INDEX fk_action_person_fiche
pg_restore: [archiver (db)] Error from TOC entry 3177; 1259 19953 INDEX fk_action_person_fiche phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "fk_action_person_fiche" already exists
    Command was: CREATE INDEX fk_action_person_fiche ON action_person USING btree (f_id);



pg_restore: creating INDEX fk_stock_good_repository_r_id
pg_restore: [archiver (db)] Error from TOC entry 3344; 1259 19954 INDEX fk_stock_good_repository_r_id phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "fk_stock_good_repository_r_id" already exists
    Command was: CREATE INDEX fk_stock_good_repository_r_id ON stock_goods USING btree (r_id);



pg_restore: creating INDEX fk_stock_goods_f_id
pg_restore: [archiver (db)] Error from TOC entry 3345; 1259 19955 INDEX fk_stock_goods_f_id phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "fk_stock_goods_f_id" already exists
    Command was: CREATE INDEX fk_stock_goods_f_id ON stock_goods USING btree (f_id);



pg_restore: creating INDEX fk_stock_goods_j_id
pg_restore: [archiver (db)] Error from TOC entry 3346; 1259 19956 INDEX fk_stock_goods_j_id phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "fk_stock_goods_j_id" already exists
    Command was: CREATE INDEX fk_stock_goods_j_id ON stock_goods USING btree (j_id);



pg_restore: creating INDEX fki_f_end_date
pg_restore: [archiver (db)] Error from TOC entry 3212; 1259 19957 INDEX fki_f_end_date phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "fki_f_end_date" already exists
    Command was: CREATE INDEX fki_f_end_date ON forecast USING btree (f_end_date);



pg_restore: creating INDEX fki_f_start_date
pg_restore: [archiver (db)] Error from TOC entry 3213; 1259 19958 INDEX fki_f_start_date phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "fki_f_start_date" already exists
    Command was: CREATE INDEX fki_f_start_date ON forecast USING btree (f_start_date);



pg_restore: creating INDEX fki_jrn_jr_grpt_id
pg_restore: [archiver (db)] Error from TOC entry 3234; 1259 19959 INDEX fki_jrn_jr_grpt_id phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "fki_jrn_jr_grpt_id" already exists
    Command was: CREATE INDEX fki_jrn_jr_grpt_id ON jrn USING btree (jr_grpt_id);



pg_restore: creating INDEX fki_jrnx_f_id
pg_restore: [archiver (db)] Error from TOC entry 3255; 1259 19960 INDEX fki_jrnx_f_id phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "fki_jrnx_f_id" already exists
    Command was: CREATE INDEX fki_jrnx_f_id ON jrnx USING btree (f_id);



pg_restore: creating INDEX fki_jrnx_j_grpt
pg_restore: [archiver (db)] Error from TOC entry 3256; 1259 19961 INDEX fki_jrnx_j_grpt phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "fki_jrnx_j_grpt" already exists
    Command was: CREATE INDEX fki_jrnx_j_grpt ON jrnx USING btree (j_grpt);



pg_restore: creating INDEX fki_profile_menu_me_code
pg_restore: [archiver (db)] Error from TOC entry 3315; 1259 19962 INDEX fki_profile_menu_me_code phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "fki_profile_menu_me_code" already exists
    Command was: CREATE INDEX fki_profile_menu_me_code ON profile_menu USING btree (me_code);



pg_restore: creating INDEX fki_profile_menu_profile
pg_restore: [archiver (db)] Error from TOC entry 3316; 1259 19963 INDEX fki_profile_menu_profile phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "fki_profile_menu_profile" already exists
    Command was: CREATE INDEX fki_profile_menu_profile ON profile_menu USING btree (p_id);



pg_restore: creating INDEX fki_profile_menu_type_fkey
pg_restore: [archiver (db)] Error from TOC entry 3317; 1259 19964 INDEX fki_profile_menu_type_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "fki_profile_menu_type_fkey" already exists
    Command was: CREATE INDEX fki_profile_menu_type_fkey ON profile_menu USING btree (p_type_display);



pg_restore: creating INDEX idx_qs_internal
pg_restore: [archiver (db)] Error from TOC entry 3337; 1259 19965 INDEX idx_qs_internal phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "idx_qs_internal" already exists
    Command was: CREATE INDEX idx_qs_internal ON quant_sold USING btree (qs_internal);



pg_restore: creating INDEX jnt_fic_att_value_fd_id_idx
pg_restore: [archiver (db)] Error from TOC entry 3150; 1259 19966 INDEX jnt_fic_att_value_fd_id_idx phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "jnt_fic_att_value_fd_id_idx" already exists
    Command was: CREATE INDEX jnt_fic_att_value_fd_id_idx ON fiche_detail USING btree (f_id);



pg_restore: creating INDEX jnt_fic_attr_fd_id_idx
pg_restore: [archiver (db)] Error from TOC entry 3229; 1259 19967 INDEX jnt_fic_attr_fd_id_idx phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "jnt_fic_attr_fd_id_idx" already exists
    Command was: CREATE INDEX jnt_fic_attr_fd_id_idx ON jnt_fic_attr USING btree (fd_id);



pg_restore: creating INDEX jrnx_j_qcode_ix
pg_restore: [archiver (db)] Error from TOC entry 3257; 1259 19968 INDEX jrnx_j_qcode_ix phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "jrnx_j_qcode_ix" already exists
    Command was: CREATE INDEX jrnx_j_qcode_ix ON jrnx USING btree (j_qcode);



pg_restore: creating INDEX k_ag_ref
pg_restore: [archiver (db)] Error from TOC entry 3164; 1259 19969 INDEX k_ag_ref phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "k_ag_ref" already exists
    Command was: CREATE UNIQUE INDEX k_ag_ref ON action_gestion USING btree (ag_ref);



pg_restore: creating INDEX link_action_type_fki
pg_restore: [archiver (db)] Error from TOC entry 3171; 1259 19970 INDEX link_action_type_fki phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "link_action_type_fki" already exists
    Command was: CREATE INDEX link_action_type_fki ON action_gestion_related USING btree (aga_type);



pg_restore: creating INDEX qcode_idx
pg_restore: [archiver (db)] Error from TOC entry 3153; 1259 19971 INDEX qcode_idx phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "qcode_idx" already exists
    Command was: CREATE UNIQUE INDEX qcode_idx ON fiche_detail USING btree (ad_value) WHERE (ad_id = 23);



pg_restore: creating INDEX qf_jr_id
pg_restore: [archiver (db)] Error from TOC entry 3330; 1259 19972 INDEX qf_jr_id phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "qf_jr_id" already exists
    Command was: CREATE UNIQUE INDEX qf_jr_id ON quant_fin USING btree (jr_id);



pg_restore: creating INDEX qp_j_id
pg_restore: [archiver (db)] Error from TOC entry 3335; 1259 19973 INDEX qp_j_id phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "qp_j_id" already exists
    Command was: CREATE UNIQUE INDEX qp_j_id ON quant_purchase USING btree (j_id);



pg_restore: creating INDEX qs_j_id
pg_restore: [archiver (db)] Error from TOC entry 3340; 1259 19974 INDEX qs_j_id phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "qs_j_id" already exists
    Command was: CREATE UNIQUE INDEX qs_j_id ON quant_sold USING btree (j_id);



pg_restore: creating INDEX quant_purchase_jrn_fki
pg_restore: [archiver (db)] Error from TOC entry 3336; 1259 19975 INDEX quant_purchase_jrn_fki phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "quant_purchase_jrn_fki" already exists
    Command was: CREATE INDEX quant_purchase_jrn_fki ON quant_purchase USING btree (qp_internal);



pg_restore: creating INDEX quant_sold_jrn_fki
pg_restore: [archiver (db)] Error from TOC entry 3341; 1259 19976 INDEX quant_sold_jrn_fki phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "quant_sold_jrn_fki" already exists
    Command was: CREATE INDEX quant_sold_jrn_fki ON quant_sold USING btree (qs_internal);



pg_restore: creating INDEX uj_login_uj_jrn_id
pg_restore: [archiver (db)] Error from TOC entry 3375; 1259 19977 INDEX uj_login_uj_jrn_id phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "uj_login_uj_jrn_id" already exists
    Command was: CREATE UNIQUE INDEX uj_login_uj_jrn_id ON user_sec_jrn USING btree (uj_login, uj_jrn_id);



pg_restore: creating INDEX ux_po_name
pg_restore: [archiver (db)] Error from TOC entry 3312; 1259 19978 INDEX ux_po_name phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "ux_po_name" already exists
    Command was: CREATE UNIQUE INDEX ux_po_name ON poste_analytique USING btree (po_name);



pg_restore: creating INDEX x_jrn_jr_id
pg_restore: [archiver (db)] Error from TOC entry 3239; 1259 19979 INDEX x_jrn_jr_id phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "x_jrn_jr_id" already exists
    Command was: CREATE UNIQUE INDEX x_jrn_jr_id ON jrn USING btree (jr_id);



pg_restore: creating INDEX x_mt
pg_restore: [archiver (db)] Error from TOC entry 3240; 1259 19980 INDEX x_mt phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "x_mt" already exists
    Command was: CREATE INDEX x_mt ON jrn USING btree (jr_mt);



pg_restore: creating INDEX x_periode
pg_restore: [archiver (db)] Error from TOC entry 3303; 1259 19981 INDEX x_periode phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "x_periode" already exists
    Command was: CREATE UNIQUE INDEX x_periode ON parm_periode USING btree (p_start, p_end);



pg_restore: creating INDEX x_poste
pg_restore: [archiver (db)] Error from TOC entry 3260; 1259 19982 INDEX x_poste phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "x_poste" already exists
    Command was: CREATE INDEX x_poste ON jrnx USING btree (j_poste);



pg_restore: creating INDEX fki_formulaire_param_detail_type_row_detail
pg_restore: creating INDEX fki_jrn_def_id
pg_restore: creating INDEX fki_listing_compute_fiche_lf_id2_fk
pg_restore: creating INDEX fki_listing_compute_fiche_lf_id_fk
pg_restore: creating TRIGGER amortissement_after_ins
pg_restore: creating TRIGGER amortissement_after_up
pg_restore: creating TRIGGER action_gestion_t_insert_update
pg_restore: [archiver (db)] Error from TOC entry 3573; 2620 19989 TRIGGER action_gestion_t_insert_update phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  trigger "action_gestion_t_insert_update" for relation "action_gestion" already exists
    Command was: CREATE TRIGGER action_gestion_t_insert_update BEFORE INSERT OR UPDATE ON action_gestion FOR EACH ROW EXECUTE PROCEDURE compt...
pg_restore: creating COMMENT TRIGGER action_gestion_t_insert_update ON action_gestion
pg_restore: creating TRIGGER document_modele_validate
pg_restore: [archiver (db)] Error from TOC entry 3576; 2620 19990 TRIGGER document_modele_validate phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  trigger "document_modele_validate" for relation "document_modele" already exists
    Command was: CREATE TRIGGER document_modele_validate BEFORE INSERT OR UPDATE ON document_modele FOR EACH ROW EXECUTE PROCEDURE comptaproc...
pg_restore: creating TRIGGER document_validate
pg_restore: [archiver (db)] Error from TOC entry 3575; 2620 19991 TRIGGER document_validate phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  trigger "document_validate" for relation "document" already exists
    Command was: CREATE TRIGGER document_validate BEFORE INSERT OR UPDATE ON document FOR EACH ROW EXECUTE PROCEDURE comptaproc.t_document_va...
pg_restore: creating TRIGGER fiche_def_ins_upd
pg_restore: [archiver (db)] Error from TOC entry 3570; 2620 19992 TRIGGER fiche_def_ins_upd phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  trigger "fiche_def_ins_upd" for relation "fiche_def" already exists
    Command was: CREATE TRIGGER fiche_def_ins_upd BEFORE INSERT OR UPDATE ON fiche_def FOR EACH ROW EXECUTE PROCEDURE comptaproc.fiche_def_in...
pg_restore: creating TRIGGER fiche_detail_upd_trg
pg_restore: [archiver (db)] Error from TOC entry 3572; 2620 19993 TRIGGER fiche_detail_upd_trg phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  trigger "fiche_detail_upd_trg" for relation "fiche_detail" already exists
    Command was: CREATE TRIGGER fiche_detail_upd_trg BEFORE UPDATE ON fiche_detail FOR EACH ROW EXECUTE PROCEDURE comptaproc.fiche_detail_qco...
pg_restore: creating TRIGGER info_def_ins_upd_t
pg_restore: [archiver (db)] Error from TOC entry 3581; 2620 19994 TRIGGER info_def_ins_upd_t phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  trigger "info_def_ins_upd_t" for relation "info_def" already exists
    Command was: CREATE TRIGGER info_def_ins_upd_t BEFORE INSERT OR UPDATE ON info_def FOR EACH ROW EXECUTE PROCEDURE comptaproc.info_def_ins...
pg_restore: creating TRIGGER jrn_def_description_ins_upd
pg_restore: [archiver (db)] Error from TOC entry 3586; 2620 19995 TRIGGER jrn_def_description_ins_upd phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  trigger "jrn_def_description_ins_upd" for relation "jrn_def" already exists
    Command was: CREATE TRIGGER jrn_def_description_ins_upd BEFORE INSERT OR UPDATE ON jrn_def FOR EACH ROW EXECUTE PROCEDURE comptaproc.t_jr...
pg_restore: creating TRIGGER opd_limit_description
pg_restore: [archiver (db)] Error from TOC entry 3594; 2620 19996 TRIGGER opd_limit_description phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  trigger "opd_limit_description" for relation "op_predef" already exists
    Command was: CREATE TRIGGER opd_limit_description BEFORE INSERT OR UPDATE ON op_predef FOR EACH ROW EXECUTE PROCEDURE comptaproc.opd_limi...
pg_restore: creating TRIGGER parm_periode_check_periode_trg
pg_restore: [archiver (db)] Error from TOC entry 3595; 2620 19997 TRIGGER parm_periode_check_periode_trg phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  trigger "parm_periode_check_periode_trg" for relation "parm_periode" already exists
    Command was: CREATE TRIGGER parm_periode_check_periode_trg BEFORE INSERT OR UPDATE ON parm_periode FOR EACH ROW EXECUTE PROCEDURE comptap...
pg_restore: creating TRIGGER quant_sold_ins_upd_tr
pg_restore: [archiver (db)] Error from TOC entry 3598; 2620 19998 TRIGGER quant_sold_ins_upd_tr phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  trigger "quant_sold_ins_upd_tr" for relation "quant_purchase" already exists
    Command was: CREATE TRIGGER quant_sold_ins_upd_tr AFTER INSERT OR UPDATE ON quant_purchase FOR EACH ROW EXECUTE PROCEDURE comptaproc.quan...
pg_restore: creating TRIGGER quant_sold_ins_upd_tr
pg_restore: [archiver (db)] Error from TOC entry 3599; 2620 19999 TRIGGER quant_sold_ins_upd_tr phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  trigger "quant_sold_ins_upd_tr" for relation "quant_sold" already exists
    Command was: CREATE TRIGGER quant_sold_ins_upd_tr AFTER INSERT OR UPDATE ON quant_sold FOR EACH ROW EXECUTE PROCEDURE comptaproc.quant_so...
pg_restore: creating TRIGGER remove_action_gestion
pg_restore: [archiver (db)] Error from TOC entry 3569; 2620 20000 TRIGGER remove_action_gestion phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  trigger "remove_action_gestion" for relation "fiche" already exists
    Command was: CREATE TRIGGER remove_action_gestion AFTER DELETE ON fiche FOR EACH ROW EXECUTE PROCEDURE comptaproc.card_after_delete();



pg_restore: creating TRIGGER t_check_balance
pg_restore: [archiver (db)] Error from TOC entry 3583; 2620 20001 TRIGGER t_check_balance phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  trigger "t_check_balance" for relation "jrn" already exists
    Command was: CREATE TRIGGER t_check_balance AFTER INSERT OR UPDATE ON jrn FOR EACH ROW EXECUTE PROCEDURE comptaproc.proc_check_balance();



pg_restore: creating TRIGGER t_check_jrn
pg_restore: [archiver (db)] Error from TOC entry 3584; 2620 20002 TRIGGER t_check_jrn phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  trigger "t_check_jrn" for relation "jrn" already exists
    Command was: CREATE TRIGGER t_check_jrn BEFORE INSERT OR DELETE OR UPDATE ON jrn FOR EACH ROW EXECUTE PROCEDURE comptaproc.jrn_check_peri...
pg_restore: creating TRIGGER t_group_analytic_del
pg_restore: [archiver (db)] Error from TOC entry 3579; 2620 20003 TRIGGER t_group_analytic_del phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  trigger "t_group_analytic_del" for relation "groupe_analytique" already exists
    Command was: CREATE TRIGGER t_group_analytic_del BEFORE DELETE ON groupe_analytique FOR EACH ROW EXECUTE PROCEDURE comptaproc.group_analy...
pg_restore: creating TRIGGER t_group_analytic_ins_upd
pg_restore: [archiver (db)] Error from TOC entry 3580; 2620 20004 TRIGGER t_group_analytic_ins_upd phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  trigger "t_group_analytic_ins_upd" for relation "groupe_analytique" already exists
    Command was: CREATE TRIGGER t_group_analytic_ins_upd BEFORE INSERT OR UPDATE ON groupe_analytique FOR EACH ROW EXECUTE PROCEDURE comptapr...
pg_restore: creating TRIGGER t_jnt_fic_attr_ins
pg_restore: [archiver (db)] Error from TOC entry 3582; 2620 20005 TRIGGER t_jnt_fic_attr_ins phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  trigger "t_jnt_fic_attr_ins" for relation "jnt_fic_attr" already exists
    Command was: CREATE TRIGGER t_jnt_fic_attr_ins AFTER INSERT ON jnt_fic_attr FOR EACH ROW EXECUTE PROCEDURE comptaproc.jnt_fic_attr_ins();



pg_restore: creating TRIGGER t_jrn_def_add_periode
pg_restore: [archiver (db)] Error from TOC entry 3587; 2620 20006 TRIGGER t_jrn_def_add_periode phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  trigger "t_jrn_def_add_periode" for relation "jrn_def" already exists
    Command was: CREATE TRIGGER t_jrn_def_add_periode AFTER INSERT ON jrn_def FOR EACH ROW EXECUTE PROCEDURE comptaproc.jrn_def_add();



pg_restore: creating TRIGGER t_jrn_def_delete
pg_restore: [archiver (db)] Error from TOC entry 3588; 2620 20007 TRIGGER t_jrn_def_delete phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  trigger "t_jrn_def_delete" for relation "jrn_def" already exists
    Command was: CREATE TRIGGER t_jrn_def_delete BEFORE DELETE ON jrn_def FOR EACH ROW EXECUTE PROCEDURE comptaproc.jrn_def_delete();



pg_restore: creating TRIGGER t_jrn_del
pg_restore: [archiver (db)] Error from TOC entry 3585; 2620 20008 TRIGGER t_jrn_del phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  trigger "t_jrn_del" for relation "jrn" already exists
    Command was: CREATE TRIGGER t_jrn_del BEFORE DELETE ON jrn FOR EACH ROW EXECUTE PROCEDURE comptaproc.jrn_del();



pg_restore: creating TRIGGER t_jrnx_del
pg_restore: [archiver (db)] Error from TOC entry 3590; 2620 20009 TRIGGER t_jrnx_del phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  trigger "t_jrnx_del" for relation "jrnx" already exists
    Command was: CREATE TRIGGER t_jrnx_del BEFORE DELETE ON jrnx FOR EACH ROW EXECUTE PROCEDURE comptaproc.jrnx_del();



pg_restore: creating TRIGGER t_jrnx_ins
pg_restore: [archiver (db)] Error from TOC entry 3591; 2620 20010 TRIGGER t_jrnx_ins phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  trigger "t_jrnx_ins" for relation "jrnx" already exists
    Command was: CREATE TRIGGER t_jrnx_ins BEFORE INSERT ON jrnx FOR EACH ROW EXECUTE PROCEDURE comptaproc.jrnx_ins();



pg_restore: creating COMMENT TRIGGER t_jrnx_ins ON jrnx
pg_restore: creating TRIGGER t_jrnx_upd
pg_restore: [archiver (db)] Error from TOC entry 3592; 2620 20011 TRIGGER t_jrnx_upd phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  trigger "t_jrnx_upd" for relation "jrnx" already exists
    Command was: CREATE TRIGGER t_jrnx_upd BEFORE UPDATE ON jrnx FOR EACH ROW EXECUTE PROCEDURE comptaproc.jrnx_ins();



pg_restore: creating TRIGGER t_letter_del
pg_restore: [archiver (db)] Error from TOC entry 3593; 2620 20012 TRIGGER t_letter_del phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  trigger "t_letter_del" for relation "jrnx" already exists
    Command was: CREATE TRIGGER t_letter_del AFTER DELETE ON jrnx FOR EACH ROW EXECUTE PROCEDURE comptaproc.jrnx_letter_del();



pg_restore: creating COMMENT TRIGGER t_letter_del ON jrnx
pg_restore: creating TRIGGER t_plan_analytique_ins_upd
pg_restore: [archiver (db)] Error from TOC entry 3596; 2620 20013 TRIGGER t_plan_analytique_ins_upd phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  trigger "t_plan_analytique_ins_upd" for relation "plan_analytique" already exists
    Command was: CREATE TRIGGER t_plan_analytique_ins_upd BEFORE INSERT OR UPDATE ON plan_analytique FOR EACH ROW EXECUTE PROCEDURE comptapro...
pg_restore: creating TRIGGER t_poste_analytique_ins_upd
pg_restore: [archiver (db)] Error from TOC entry 3597; 2620 20014 TRIGGER t_poste_analytique_ins_upd phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  trigger "t_poste_analytique_ins_upd" for relation "poste_analytique" already exists
    Command was: CREATE TRIGGER t_poste_analytique_ins_upd BEFORE INSERT OR UPDATE ON poste_analytique FOR EACH ROW EXECUTE PROCEDURE comptap...
pg_restore: creating TRIGGER t_tmp_pcm_alphanum_ins_upd
pg_restore: [archiver (db)] Error from TOC entry 3600; 2620 20015 TRIGGER t_tmp_pcm_alphanum_ins_upd phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  trigger "t_tmp_pcm_alphanum_ins_upd" for relation "tmp_pcmn" already exists
    Command was: CREATE TRIGGER t_tmp_pcm_alphanum_ins_upd BEFORE INSERT OR UPDATE ON tmp_pcmn FOR EACH ROW EXECUTE PROCEDURE comptaproc.tmp_...
pg_restore: creating TRIGGER t_tmp_pcmn_ins
pg_restore: [archiver (db)] Error from TOC entry 3601; 2620 20016 TRIGGER t_tmp_pcmn_ins phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  trigger "t_tmp_pcmn_ins" for relation "tmp_pcmn" already exists
    Command was: CREATE TRIGGER t_tmp_pcmn_ins BEFORE INSERT ON tmp_pcmn FOR EACH ROW EXECUTE PROCEDURE comptaproc.tmp_pcmn_ins();



pg_restore: creating TRIGGER trg_action_gestion_related
pg_restore: [archiver (db)] Error from TOC entry 3574; 2620 20017 TRIGGER trg_action_gestion_related phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  trigger "trg_action_gestion_related" for relation "action_gestion_related" already exists
    Command was: CREATE TRIGGER trg_action_gestion_related BEFORE INSERT OR UPDATE ON action_gestion_related FOR EACH ROW EXECUTE PROCEDURE c...
pg_restore: creating TRIGGER trg_category_card_before_delete
pg_restore: [archiver (db)] Error from TOC entry 3571; 2620 20018 TRIGGER trg_category_card_before_delete phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  trigger "trg_category_card_before_delete" for relation "fiche_def" already exists
    Command was: CREATE TRIGGER trg_category_card_before_delete BEFORE DELETE ON fiche_def FOR EACH ROW EXECUTE PROCEDURE comptaproc.category...
pg_restore: creating TRIGGER trg_extension_ins_upd
pg_restore: [archiver (db)] Error from TOC entry 3578; 2620 20019 TRIGGER trg_extension_ins_upd phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  trigger "trg_extension_ins_upd" for relation "extension" already exists
    Command was: CREATE TRIGGER trg_extension_ins_upd BEFORE INSERT OR UPDATE ON extension FOR EACH ROW EXECUTE PROCEDURE comptaproc.extensio...
pg_restore: creating TRIGGER trigger_document_type_i
pg_restore: [archiver (db)] Error from TOC entry 3577; 2620 20020 TRIGGER trigger_document_type_i phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  trigger "trigger_document_type_i" for relation "document_type" already exists
    Command was: CREATE TRIGGER trigger_document_type_i AFTER INSERT ON document_type FOR EACH ROW EXECUTE PROCEDURE comptaproc.t_document_ty...
pg_restore: creating TRIGGER trigger_jrn_def_sequence_i
pg_restore: [archiver (db)] Error from TOC entry 3589; 2620 20021 TRIGGER trigger_jrn_def_sequence_i phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  trigger "trigger_jrn_def_sequence_i" for relation "jrn_def" already exists
    Command was: CREATE TRIGGER trigger_jrn_def_sequence_i AFTER INSERT ON jrn_def FOR EACH ROW EXECUTE PROCEDURE comptaproc.t_jrn_def_sequen...
pg_restore: creating TRIGGER formulaire_param_detail_trg
pg_restore: creating TRIGGER listing_compute_trg
pg_restore: creating TRIGGER listing_param_code_transform_trg
pg_restore: creating TRIGGER listing_param_trg
pg_restore: creating FK CONSTRAINT amortissement_account_cred_fkey
pg_restore: [archiver (db)] Error from TOC entry 3442; 2606 20026 FK CONSTRAINT amortissement_account_cred_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  insert or update on table "amortissement" violates foreign key constraint "amortissement_account_cred_fkey"
DETAIL:  Key (account_cred)=(240901) is not present in table "tmp_pcmn".
    Command was: ALTER TABLE ONLY amortissement
    ADD CONSTRAINT amortissement_account_cred_fkey FOREIGN KEY (account_cred) REFERENCES publ...
pg_restore: creating FK CONSTRAINT amortissement_account_deb_fkey
pg_restore: creating FK CONSTRAINT amortissement_detail_a_id_fkey
pg_restore: creating FK CONSTRAINT amortissement_f_id_fkey
pg_restore: [archiver (db)] Error from TOC entry 3444; 2606 20041 FK CONSTRAINT amortissement_f_id_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  insert or update on table "amortissement" violates foreign key constraint "amortissement_f_id_fkey"
DETAIL:  Key (f_id)=(97) is not present in table "fiche".
    Command was: ALTER TABLE ONLY amortissement
    ADD CONSTRAINT amortissement_f_id_fkey FOREIGN KEY (f_id) REFERENCES public.fiche(f_id);



pg_restore: creating FK CONSTRAINT amortissement_histo_a_id_fkey
pg_restore: creating FK CONSTRAINT card_cred_fk
pg_restore: creating FK CONSTRAINT card_deb_fk
pg_restore: creating FK CONSTRAINT $1
pg_restore: [archiver (db)] Error from TOC entry 3471; 2606 20061 FK CONSTRAINT $1 phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "$1" for relation "centralized" already exists
    Command was: ALTER TABLE ONLY centralized
    ADD CONSTRAINT "$1" FOREIGN KEY (c_jrn_def) REFERENCES jrn_def(jrn_def_id);



pg_restore: creating FK CONSTRAINT $1
pg_restore: [archiver (db)] Error from TOC entry 3533; 2606 20066 FK CONSTRAINT $1 phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "$1" for relation "user_sec_act" already exists
    Command was: ALTER TABLE ONLY user_sec_act
    ADD CONSTRAINT "$1" FOREIGN KEY (ua_act_id) REFERENCES action(ac_id);



pg_restore: creating FK CONSTRAINT $1
pg_restore: [archiver (db)] Error from TOC entry 3450; 2606 20071 FK CONSTRAINT $1 phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "$1" for relation "fiche_def" already exists
    Command was: ALTER TABLE ONLY fiche_def
    ADD CONSTRAINT "$1" FOREIGN KEY (frd_id) REFERENCES fiche_def_ref(frd_id);



pg_restore: creating FK CONSTRAINT $1
pg_restore: [archiver (db)] Error from TOC entry 3469; 2606 20076 FK CONSTRAINT $1 phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "$1" for relation "attr_min" already exists
    Command was: ALTER TABLE ONLY attr_min
    ADD CONSTRAINT "$1" FOREIGN KEY (frd_id) REFERENCES fiche_def_ref(frd_id);



pg_restore: creating FK CONSTRAINT $1
pg_restore: [archiver (db)] Error from TOC entry 3449; 2606 20081 FK CONSTRAINT $1 phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "$1" for relation "fiche" already exists
    Command was: ALTER TABLE ONLY fiche
    ADD CONSTRAINT "$1" FOREIGN KEY (fd_id) REFERENCES fiche_def(fd_id);



pg_restore: creating FK CONSTRAINT $1
pg_restore: [archiver (db)] Error from TOC entry 3451; 2606 20086 FK CONSTRAINT $1 phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "$1" for relation "fiche_detail" already exists
    Command was: ALTER TABLE ONLY fiche_detail
    ADD CONSTRAINT "$1" FOREIGN KEY (f_id) REFERENCES fiche(f_id);



pg_restore: creating FK CONSTRAINT $1
pg_restore: [archiver (db)] Error from TOC entry 3481; 2606 20091 FK CONSTRAINT $1 phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "$1" for relation "jnt_fic_attr" already exists
    Command was: ALTER TABLE ONLY jnt_fic_attr
    ADD CONSTRAINT "$1" FOREIGN KEY (fd_id) REFERENCES fiche_def(fd_id);



pg_restore: creating FK CONSTRAINT $1
pg_restore: [archiver (db)] Error from TOC entry 3483; 2606 20096 FK CONSTRAINT $1 phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "$1" for relation "jrn" already exists
    Command was: ALTER TABLE ONLY jrn
    ADD CONSTRAINT "$1" FOREIGN KEY (jr_def_id) REFERENCES jrn_def(jrn_def_id);



pg_restore: creating FK CONSTRAINT $1
pg_restore: [archiver (db)] Error from TOC entry 3484; 2606 20101 FK CONSTRAINT $1 phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "$1" for relation "jrn_def" already exists
    Command was: ALTER TABLE ONLY jrn_def
    ADD CONSTRAINT "$1" FOREIGN KEY (jrn_def_type) REFERENCES jrn_type(jrn_type_id);



pg_restore: creating FK CONSTRAINT $2
pg_restore: [archiver (db)] Error from TOC entry 3492; 2606 20106 FK CONSTRAINT $2 phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "$2" for relation "jrnx" already exists
    Command was: ALTER TABLE ONLY jrnx
    ADD CONSTRAINT "$2" FOREIGN KEY (j_jrn_def) REFERENCES jrn_def(jrn_def_id);



pg_restore: creating FK CONSTRAINT $2
pg_restore: [archiver (db)] Error from TOC entry 3470; 2606 20111 FK CONSTRAINT $2 phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "$2" for relation "attr_min" already exists
    Command was: ALTER TABLE ONLY attr_min
    ADD CONSTRAINT "$2" FOREIGN KEY (ad_id) REFERENCES attr_def(ad_id);



pg_restore: creating FK CONSTRAINT action_comment_operation_ag_id_fkey
pg_restore: [archiver (db)] Error from TOC entry 3458; 2606 20116 FK CONSTRAINT action_comment_operation_ag_id_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "action_comment_operation_ag_id_fkey" for relation "action_gestion_operation" already exists
    Command was: ALTER TABLE ONLY action_gestion_operation
    ADD CONSTRAINT action_comment_operation_ag_id_fkey FOREIGN KEY (ag_id) REFEREN...
pg_restore: creating FK CONSTRAINT action_comment_operation_jr_id_fkey
pg_restore: [archiver (db)] Error from TOC entry 3459; 2606 20121 FK CONSTRAINT action_comment_operation_jr_id_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "action_comment_operation_jr_id_fkey" for relation "action_gestion_operation" already exists
    Command was: ALTER TABLE ONLY action_gestion_operation
    ADD CONSTRAINT action_comment_operation_jr_id_fkey FOREIGN KEY (jr_id) REFEREN...
pg_restore: creating FK CONSTRAINT action_detail_ag_id_fkey
pg_restore: [archiver (db)] Error from TOC entry 3453; 2606 20126 FK CONSTRAINT action_detail_ag_id_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "action_detail_ag_id_fkey" for relation "action_detail" already exists
    Command was: ALTER TABLE ONLY action_detail
    ADD CONSTRAINT action_detail_ag_id_fkey FOREIGN KEY (ag_id) REFERENCES action_gestion(ag_...
pg_restore: creating FK CONSTRAINT action_gestion_ag_id_fk2
pg_restore: [archiver (db)] Error from TOC entry 3463; 2606 20131 FK CONSTRAINT action_gestion_ag_id_fk2 phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "action_gestion_ag_id_fk2" for relation "action_person" already exists
    Command was: ALTER TABLE ONLY action_person
    ADD CONSTRAINT action_gestion_ag_id_fk2 FOREIGN KEY (ag_id) REFERENCES action_gestion(ag_...
pg_restore: creating FK CONSTRAINT action_gestion_comment_ag_id_fkey
pg_restore: [archiver (db)] Error from TOC entry 3457; 2606 20136 FK CONSTRAINT action_gestion_comment_ag_id_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "action_gestion_comment_ag_id_fkey" for relation "action_gestion_comment" already exists
    Command was: ALTER TABLE ONLY action_gestion_comment
    ADD CONSTRAINT action_gestion_comment_ag_id_fkey FOREIGN KEY (ag_id) REFERENCES ...
pg_restore: creating FK CONSTRAINT action_gestion_related_aga_greatest_fkey
pg_restore: [archiver (db)] Error from TOC entry 3460; 2606 20141 FK CONSTRAINT action_gestion_related_aga_greatest_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "action_gestion_related_aga_greatest_fkey" for relation "action_gestion_related" already exists
    Command was: ALTER TABLE ONLY action_gestion_related
    ADD CONSTRAINT action_gestion_related_aga_greatest_fkey FOREIGN KEY (aga_greates...
pg_restore: creating FK CONSTRAINT action_gestion_related_aga_least_fkey
pg_restore: [archiver (db)] Error from TOC entry 3461; 2606 20146 FK CONSTRAINT action_gestion_related_aga_least_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "action_gestion_related_aga_least_fkey" for relation "action_gestion_related" already exists
    Command was: ALTER TABLE ONLY action_gestion_related
    ADD CONSTRAINT action_gestion_related_aga_least_fkey FOREIGN KEY (aga_least) REF...
pg_restore: creating FK CONSTRAINT action_gestion_related_aga_type_fkey
pg_restore: [archiver (db)] Error from TOC entry 3462; 2606 20151 FK CONSTRAINT action_gestion_related_aga_type_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "action_gestion_related_aga_type_fkey" for relation "action_gestion_related" already exists
    Command was: ALTER TABLE ONLY action_gestion_related
    ADD CONSTRAINT action_gestion_related_aga_type_fkey FOREIGN KEY (aga_type) REFER...
pg_restore: creating FK CONSTRAINT action_person_ag_id_fkey
pg_restore: [archiver (db)] Error from TOC entry 3464; 2606 20156 FK CONSTRAINT action_person_ag_id_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "action_person_ag_id_fkey" for relation "action_person" already exists
    Command was: ALTER TABLE ONLY action_person
    ADD CONSTRAINT action_person_ag_id_fkey FOREIGN KEY (ag_id) REFERENCES action_gestion(ag_...
pg_restore: creating FK CONSTRAINT action_person_f_id_fkey
pg_restore: [archiver (db)] Error from TOC entry 3465; 2606 20161 FK CONSTRAINT action_person_f_id_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "action_person_f_id_fkey" for relation "action_person" already exists
    Command was: ALTER TABLE ONLY action_person
    ADD CONSTRAINT action_person_f_id_fkey FOREIGN KEY (f_id) REFERENCES fiche(f_id) ON UPDAT...
pg_restore: creating FK CONSTRAINT action_tags_ag_id_fkey
pg_restore: [archiver (db)] Error from TOC entry 3467; 2606 20166 FK CONSTRAINT action_tags_ag_id_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "action_tags_ag_id_fkey" for relation "action_tags" already exists
    Command was: ALTER TABLE ONLY action_tags
    ADD CONSTRAINT action_tags_ag_id_fkey FOREIGN KEY (ag_id) REFERENCES action_gestion(ag_id) ...
pg_restore: creating FK CONSTRAINT action_tags_t_id_fkey
pg_restore: [archiver (db)] Error from TOC entry 3468; 2606 20171 FK CONSTRAINT action_tags_t_id_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "action_tags_t_id_fkey" for relation "action_tags" already exists
    Command was: ALTER TABLE ONLY action_tags
    ADD CONSTRAINT action_tags_t_id_fkey FOREIGN KEY (t_id) REFERENCES tags(t_id) ON UPDATE CAS...
pg_restore: creating FK CONSTRAINT card
pg_restore: [archiver (db)] Error from TOC entry 3477; 2606 20176 FK CONSTRAINT card phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "card" for relation "forecast_item" already exists
    Command was: ALTER TABLE ONLY forecast_item
    ADD CONSTRAINT card FOREIGN KEY (fi_card) REFERENCES fiche(f_id) ON UPDATE CASCADE ON DEL...
pg_restore: creating FK CONSTRAINT fiche_detail_attr_def_fk
pg_restore: [archiver (db)] Error from TOC entry 3452; 2606 20181 FK CONSTRAINT fiche_detail_attr_def_fk phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "fiche_detail_attr_def_fk" for relation "fiche_detail" already exists
    Command was: ALTER TABLE ONLY fiche_detail
    ADD CONSTRAINT fiche_detail_attr_def_fk FOREIGN KEY (ad_id) REFERENCES attr_def(ad_id) ON ...
pg_restore: creating FK CONSTRAINT fiche_f_id_fk2
pg_restore: [archiver (db)] Error from TOC entry 3466; 2606 20186 FK CONSTRAINT fiche_f_id_fk2 phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "fiche_f_id_fk2" for relation "action_person" already exists
    Command was: ALTER TABLE ONLY action_person
    ADD CONSTRAINT fiche_f_id_fk2 FOREIGN KEY (f_id) REFERENCES fiche(f_id);



pg_restore: creating FK CONSTRAINT fiche_f_id_fk3
pg_restore: [archiver (db)] Error from TOC entry 3454; 2606 20191 FK CONSTRAINT fiche_f_id_fk3 phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "fiche_f_id_fk3" for relation "action_gestion" already exists
    Command was: ALTER TABLE ONLY action_gestion
    ADD CONSTRAINT fiche_f_id_fk3 FOREIGN KEY (f_id_dest) REFERENCES fiche(f_id);



pg_restore: creating FK CONSTRAINT fk_action_gestion_document_type
pg_restore: [archiver (db)] Error from TOC entry 3455; 2606 20196 FK CONSTRAINT fk_action_gestion_document_type phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "fk_action_gestion_document_type" for relation "action_gestion" already exists
    Command was: ALTER TABLE ONLY action_gestion
    ADD CONSTRAINT fk_action_gestion_document_type FOREIGN KEY (ag_type) REFERENCES document...
pg_restore: creating FK CONSTRAINT fk_card
pg_restore: [archiver (db)] Error from TOC entry 3518; 2606 20201 FK CONSTRAINT fk_card phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "fk_card" for relation "quant_fin" already exists
    Command was: ALTER TABLE ONLY quant_fin
    ADD CONSTRAINT fk_card FOREIGN KEY (qf_bank) REFERENCES fiche(f_id) ON UPDATE CASCADE ON DELE...
pg_restore: creating FK CONSTRAINT fk_card_other
pg_restore: [archiver (db)] Error from TOC entry 3519; 2606 20206 FK CONSTRAINT fk_card_other phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "fk_card_other" for relation "quant_fin" already exists
    Command was: ALTER TABLE ONLY quant_fin
    ADD CONSTRAINT fk_card_other FOREIGN KEY (qf_other) REFERENCES fiche(f_id) ON UPDATE CASCADE ...
pg_restore: creating FK CONSTRAINT fk_forecast
pg_restore: [archiver (db)] Error from TOC entry 3478; 2606 20211 FK CONSTRAINT fk_forecast phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "fk_forecast" for relation "forecast_item" already exists
    Command was: ALTER TABLE ONLY forecast_item
    ADD CONSTRAINT fk_forecast FOREIGN KEY (fc_id) REFERENCES forecast_cat(fc_id) ON UPDATE C...
pg_restore: creating FK CONSTRAINT fk_info_def
pg_restore: [archiver (db)] Error from TOC entry 3485; 2606 20216 FK CONSTRAINT fk_info_def phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "fk_info_def" for relation "jrn_info" already exists
    Command was: ALTER TABLE ONLY jrn_info
    ADD CONSTRAINT fk_info_def FOREIGN KEY (id_type) REFERENCES info_def(id_type) ON UPDATE CASCAD...
pg_restore: creating FK CONSTRAINT fk_jrn
pg_restore: [archiver (db)] Error from TOC entry 3486; 2606 20221 FK CONSTRAINT fk_jrn phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "fk_jrn" for relation "jrn_info" already exists
    Command was: ALTER TABLE ONLY jrn_info
    ADD CONSTRAINT fk_jrn FOREIGN KEY (jr_id) REFERENCES jrn(jr_id) ON UPDATE CASCADE ON DELETE CA...
pg_restore: creating FK CONSTRAINT fk_jrn
pg_restore: [archiver (db)] Error from TOC entry 3520; 2606 20226 FK CONSTRAINT fk_jrn phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "fk_jrn" for relation "quant_fin" already exists
    Command was: ALTER TABLE ONLY quant_fin
    ADD CONSTRAINT fk_jrn FOREIGN KEY (jr_id) REFERENCES jrn(jr_id) ON UPDATE CASCADE ON DELETE C...
pg_restore: creating FK CONSTRAINT fk_pa_id
pg_restore: [archiver (db)] Error from TOC entry 3480; 2606 20231 FK CONSTRAINT fk_pa_id phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "fk_pa_id" for relation "groupe_analytique" already exists
    Command was: ALTER TABLE ONLY groupe_analytique
    ADD CONSTRAINT fk_pa_id FOREIGN KEY (pa_id) REFERENCES plan_analytique(pa_id) ON DELE...
pg_restore: creating FK CONSTRAINT fk_pcmn_val
pg_restore: [archiver (db)] Error from TOC entry 3493; 2606 20236 FK CONSTRAINT fk_pcmn_val phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "fk_pcmn_val" for relation "jrnx" already exists
    Command was: ALTER TABLE ONLY jrnx
    ADD CONSTRAINT fk_pcmn_val FOREIGN KEY (j_poste) REFERENCES tmp_pcmn(pcm_val);



pg_restore: creating FK CONSTRAINT fk_pcmn_val
pg_restore: [archiver (db)] Error from TOC entry 3472; 2606 20241 FK CONSTRAINT fk_pcmn_val phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "fk_pcmn_val" for relation "centralized" already exists
    Command was: ALTER TABLE ONLY centralized
    ADD CONSTRAINT fk_pcmn_val FOREIGN KEY (c_poste) REFERENCES tmp_pcmn(pcm_val);



pg_restore: creating FK CONSTRAINT fk_stock_good_f_id
pg_restore: [archiver (db)] Error from TOC entry 3528; 2606 20246 FK CONSTRAINT fk_stock_good_f_id phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "fk_stock_good_f_id" for relation "stock_goods" already exists
    Command was: ALTER TABLE ONLY stock_goods
    ADD CONSTRAINT fk_stock_good_f_id FOREIGN KEY (f_id) REFERENCES fiche(f_id) ON UPDATE CASCA...
pg_restore: creating FK CONSTRAINT fk_todo_list_shared_todo_list
pg_restore: [archiver (db)] Error from TOC entry 3532; 2606 20251 FK CONSTRAINT fk_todo_list_shared_todo_list phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "fk_todo_list_shared_todo_list" for relation "todo_list_shared" already exists
    Command was: ALTER TABLE ONLY todo_list_shared
    ADD CONSTRAINT fk_todo_list_shared_todo_list FOREIGN KEY (todo_list_id) REFERENCES tod...
pg_restore: creating FK CONSTRAINT forecast_child
pg_restore: [archiver (db)] Error from TOC entry 3476; 2606 20256 FK CONSTRAINT forecast_child phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "forecast_child" for relation "forecast_cat" already exists
    Command was: ALTER TABLE ONLY forecast_cat
    ADD CONSTRAINT forecast_child FOREIGN KEY (f_id) REFERENCES forecast(f_id) ON UPDATE CASCA...
pg_restore: creating FK CONSTRAINT forecast_f_end_date_fkey
pg_restore: [archiver (db)] Error from TOC entry 3474; 2606 20261 FK CONSTRAINT forecast_f_end_date_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "forecast_f_end_date_fkey" for relation "forecast" already exists
    Command was: ALTER TABLE ONLY forecast
    ADD CONSTRAINT forecast_f_end_date_fkey FOREIGN KEY (f_end_date) REFERENCES parm_periode(p_id)...
pg_restore: creating FK CONSTRAINT forecast_f_start_date_fkey
pg_restore: [archiver (db)] Error from TOC entry 3475; 2606 20266 FK CONSTRAINT forecast_f_start_date_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "forecast_f_start_date_fkey" for relation "forecast" already exists
    Command was: ALTER TABLE ONLY forecast
    ADD CONSTRAINT forecast_f_start_date_fkey FOREIGN KEY (f_start_date) REFERENCES parm_periode(p...
pg_restore: creating FK CONSTRAINT formdef_fk
pg_restore: [archiver (db)] Error from TOC entry 3479; 2606 20271 FK CONSTRAINT formdef_fk phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "formdef_fk" for relation "form" already exists
    Command was: ALTER TABLE ONLY form
    ADD CONSTRAINT formdef_fk FOREIGN KEY (fo_fr_id) REFERENCES formdef(fr_id) ON UPDATE CASCADE ON DE...
pg_restore: creating FK CONSTRAINT jnt_cred_fk
pg_restore: [archiver (db)] Error from TOC entry 3501; 2606 20276 FK CONSTRAINT jnt_cred_fk phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "jnt_cred_fk" for relation "letter_cred" already exists
    Command was: ALTER TABLE ONLY letter_cred
    ADD CONSTRAINT jnt_cred_fk FOREIGN KEY (jl_id) REFERENCES jnt_letter(jl_id) ON UPDATE CASCA...
pg_restore: creating FK CONSTRAINT jnt_deb_fk
pg_restore: [archiver (db)] Error from TOC entry 3503; 2606 20281 FK CONSTRAINT jnt_deb_fk phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "jnt_deb_fk" for relation "letter_deb" already exists
    Command was: ALTER TABLE ONLY letter_deb
    ADD CONSTRAINT jnt_deb_fk FOREIGN KEY (jl_id) REFERENCES jnt_letter(jl_id) ON UPDATE CASCADE...
pg_restore: creating FK CONSTRAINT jnt_fic_attr_attr_def_fk
pg_restore: [archiver (db)] Error from TOC entry 3482; 2606 20286 FK CONSTRAINT jnt_fic_attr_attr_def_fk phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "jnt_fic_attr_attr_def_fk" for relation "jnt_fic_attr" already exists
    Command was: ALTER TABLE ONLY jnt_fic_attr
    ADD CONSTRAINT jnt_fic_attr_attr_def_fk FOREIGN KEY (ad_id) REFERENCES attr_def(ad_id) ON ...
pg_restore: creating FK CONSTRAINT jrn_def_id_fk
pg_restore: [archiver (db)] Error from TOC entry 3508; 2606 20291 FK CONSTRAINT jrn_def_id_fk phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "jrn_def_id_fk" for relation "op_predef" already exists
    Command was: ALTER TABLE ONLY op_predef
    ADD CONSTRAINT jrn_def_id_fk FOREIGN KEY (jrn_def_id) REFERENCES jrn_def(jrn_def_id) ON UPDAT...
pg_restore: creating FK CONSTRAINT jrn_per_jrn_def_id
pg_restore: [archiver (db)] Error from TOC entry 3488; 2606 20296 FK CONSTRAINT jrn_per_jrn_def_id phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "jrn_per_jrn_def_id" for relation "jrn_periode" already exists
    Command was: ALTER TABLE ONLY jrn_periode
    ADD CONSTRAINT jrn_per_jrn_def_id FOREIGN KEY (jrn_def_id) REFERENCES jrn_def(jrn_def_id) O...
pg_restore: creating FK CONSTRAINT jrn_periode_p_id
pg_restore: [archiver (db)] Error from TOC entry 3489; 2606 20301 FK CONSTRAINT jrn_periode_p_id phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "jrn_periode_p_id" for relation "jrn_periode" already exists
    Command was: ALTER TABLE ONLY jrn_periode
    ADD CONSTRAINT jrn_periode_p_id FOREIGN KEY (p_id) REFERENCES parm_periode(p_id) ON UPDATE ...
pg_restore: creating FK CONSTRAINT jrn_rapt_jr_id_fkey
pg_restore: [archiver (db)] Error from TOC entry 3490; 2606 20306 FK CONSTRAINT jrn_rapt_jr_id_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "jrn_rapt_jr_id_fkey" for relation "jrn_rapt" already exists
    Command was: ALTER TABLE ONLY jrn_rapt
    ADD CONSTRAINT jrn_rapt_jr_id_fkey FOREIGN KEY (jr_id) REFERENCES jrn(jr_id) ON UPDATE CASCADE...
pg_restore: creating FK CONSTRAINT jrn_rapt_jra_concerned_fkey
pg_restore: [archiver (db)] Error from TOC entry 3491; 2606 20311 FK CONSTRAINT jrn_rapt_jra_concerned_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "jrn_rapt_jra_concerned_fkey" for relation "jrn_rapt" already exists
    Command was: ALTER TABLE ONLY jrn_rapt
    ADD CONSTRAINT jrn_rapt_jra_concerned_fkey FOREIGN KEY (jra_concerned) REFERENCES jrn(jr_id) O...
pg_restore: creating FK CONSTRAINT jrnx_f_id_fkey
pg_restore: [archiver (db)] Error from TOC entry 3494; 2606 20316 FK CONSTRAINT jrnx_f_id_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "jrnx_f_id_fkey" for relation "jrnx" already exists
    Command was: ALTER TABLE ONLY jrnx
    ADD CONSTRAINT jrnx_f_id_fkey FOREIGN KEY (f_id) REFERENCES fiche(f_id) ON UPDATE CASCADE;



pg_restore: creating FK CONSTRAINT jrnx_note_j_id_fkey
pg_restore: [archiver (db)] Error from TOC entry 3487; 2606 20321 FK CONSTRAINT jrnx_note_j_id_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "jrnx_note_j_id_fkey" for relation "jrn_note" already exists
    Command was: ALTER TABLE ONLY jrn_note
    ADD CONSTRAINT jrnx_note_j_id_fkey FOREIGN KEY (jr_id) REFERENCES jrn(jr_id) ON UPDATE CASCADE...
pg_restore: creating FK CONSTRAINT key_distribution_activity_ke_id_fkey
pg_restore: [archiver (db)] Error from TOC entry 3495; 2606 20326 FK CONSTRAINT key_distribution_activity_ke_id_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "key_distribution_activity_ke_id_fkey" for relation "key_distribution_activity" already exists
    Command was: ALTER TABLE ONLY key_distribution_activity
    ADD CONSTRAINT key_distribution_activity_ke_id_fkey FOREIGN KEY (ke_id) REFER...
pg_restore: creating FK CONSTRAINT key_distribution_activity_pa_id_fkey
pg_restore: [archiver (db)] Error from TOC entry 3496; 2606 20331 FK CONSTRAINT key_distribution_activity_pa_id_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "key_distribution_activity_pa_id_fkey" for relation "key_distribution_activity" already exists
    Command was: ALTER TABLE ONLY key_distribution_activity
    ADD CONSTRAINT key_distribution_activity_pa_id_fkey FOREIGN KEY (pa_id) REFER...
pg_restore: creating FK CONSTRAINT key_distribution_activity_po_id_fkey
pg_restore: [archiver (db)] Error from TOC entry 3497; 2606 20336 FK CONSTRAINT key_distribution_activity_po_id_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "key_distribution_activity_po_id_fkey" for relation "key_distribution_activity" already exists
    Command was: ALTER TABLE ONLY key_distribution_activity
    ADD CONSTRAINT key_distribution_activity_po_id_fkey FOREIGN KEY (po_id) REFER...
pg_restore: creating FK CONSTRAINT key_distribution_detail_kd_id_fkey
pg_restore: [archiver (db)] Error from TOC entry 3498; 2606 20341 FK CONSTRAINT key_distribution_detail_kd_id_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "key_distribution_detail_kd_id_fkey" for relation "key_distribution_detail" already exists
    Command was: ALTER TABLE ONLY key_distribution_detail
    ADD CONSTRAINT key_distribution_detail_kd_id_fkey FOREIGN KEY (kd_id) REFERENCE...
pg_restore: creating FK CONSTRAINT key_distribution_ledger_jrn_def_id_fkey
pg_restore: [archiver (db)] Error from TOC entry 3499; 2606 20346 FK CONSTRAINT key_distribution_ledger_jrn_def_id_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "key_distribution_ledger_jrn_def_id_fkey" for relation "key_distribution_ledger" already exists
    Command was: ALTER TABLE ONLY key_distribution_ledger
    ADD CONSTRAINT key_distribution_ledger_jrn_def_id_fkey FOREIGN KEY (jrn_def_id)...
pg_restore: creating FK CONSTRAINT key_distribution_ledger_kd_id_fkey
pg_restore: [archiver (db)] Error from TOC entry 3500; 2606 20351 FK CONSTRAINT key_distribution_ledger_kd_id_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "key_distribution_ledger_kd_id_fkey" for relation "key_distribution_ledger" already exists
    Command was: ALTER TABLE ONLY key_distribution_ledger
    ADD CONSTRAINT key_distribution_ledger_kd_id_fkey FOREIGN KEY (kd_id) REFERENCE...
pg_restore: creating FK CONSTRAINT letter_cred_fk
pg_restore: [archiver (db)] Error from TOC entry 3502; 2606 20356 FK CONSTRAINT letter_cred_fk phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "letter_cred_fk" for relation "letter_cred" already exists
    Command was: ALTER TABLE ONLY letter_cred
    ADD CONSTRAINT letter_cred_fk FOREIGN KEY (j_id) REFERENCES jrnx(j_id) ON UPDATE CASCADE ON...
pg_restore: creating FK CONSTRAINT letter_deb_fk
pg_restore: [archiver (db)] Error from TOC entry 3504; 2606 20361 FK CONSTRAINT letter_deb_fk phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "letter_deb_fk" for relation "letter_deb" already exists
    Command was: ALTER TABLE ONLY letter_deb
    ADD CONSTRAINT letter_deb_fk FOREIGN KEY (j_id) REFERENCES jrnx(j_id) ON UPDATE CASCADE ON D...
pg_restore: creating FK CONSTRAINT md_type
pg_restore: [archiver (db)] Error from TOC entry 3473; 2606 20366 FK CONSTRAINT md_type phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "md_type" for relation "document_modele" already exists
    Command was: ALTER TABLE ONLY document_modele
    ADD CONSTRAINT md_type FOREIGN KEY (md_type) REFERENCES document_type(dt_id);



pg_restore: creating FK CONSTRAINT mod_payment_jrn_def_id_fk
pg_restore: [archiver (db)] Error from TOC entry 3505; 2606 20371 FK CONSTRAINT mod_payment_jrn_def_id_fk phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "mod_payment_jrn_def_id_fk" for relation "mod_payment" already exists
    Command was: ALTER TABLE ONLY mod_payment
    ADD CONSTRAINT mod_payment_jrn_def_id_fk FOREIGN KEY (jrn_def_id) REFERENCES jrn_def(jrn_de...
pg_restore: creating FK CONSTRAINT mod_payment_mp_fd_id_fkey
pg_restore: [archiver (db)] Error from TOC entry 3506; 2606 20376 FK CONSTRAINT mod_payment_mp_fd_id_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "mod_payment_mp_fd_id_fkey" for relation "mod_payment" already exists
    Command was: ALTER TABLE ONLY mod_payment
    ADD CONSTRAINT mod_payment_mp_fd_id_fkey FOREIGN KEY (mp_fd_id) REFERENCES fiche_def(fd_id)...
pg_restore: creating FK CONSTRAINT mod_payment_mp_jrn_def_id_fkey
pg_restore: [archiver (db)] Error from TOC entry 3507; 2606 20381 FK CONSTRAINT mod_payment_mp_jrn_def_id_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "mod_payment_mp_jrn_def_id_fkey" for relation "mod_payment" already exists
    Command was: ALTER TABLE ONLY mod_payment
    ADD CONSTRAINT mod_payment_mp_jrn_def_id_fkey FOREIGN KEY (mp_jrn_def_id) REFERENCES jrn_de...
pg_restore: creating FK CONSTRAINT operation_analytique_j_id_fkey
pg_restore: [archiver (db)] Error from TOC entry 3509; 2606 20386 FK CONSTRAINT operation_analytique_j_id_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "operation_analytique_j_id_fkey" for relation "operation_analytique" already exists
    Command was: ALTER TABLE ONLY operation_analytique
    ADD CONSTRAINT operation_analytique_j_id_fkey FOREIGN KEY (j_id) REFERENCES jrnx(j...
pg_restore: creating FK CONSTRAINT operation_analytique_po_id_fkey
pg_restore: [archiver (db)] Error from TOC entry 3510; 2606 20391 FK CONSTRAINT operation_analytique_po_id_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "operation_analytique_po_id_fkey" for relation "operation_analytique" already exists
    Command was: ALTER TABLE ONLY operation_analytique
    ADD CONSTRAINT operation_analytique_po_id_fkey FOREIGN KEY (po_id) REFERENCES post...
pg_restore: creating FK CONSTRAINT poste_analytique_pa_id_fkey
pg_restore: [archiver (db)] Error from TOC entry 3511; 2606 20396 FK CONSTRAINT poste_analytique_pa_id_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "poste_analytique_pa_id_fkey" for relation "poste_analytique" already exists
    Command was: ALTER TABLE ONLY poste_analytique
    ADD CONSTRAINT poste_analytique_pa_id_fkey FOREIGN KEY (pa_id) REFERENCES plan_analyti...
pg_restore: creating FK CONSTRAINT profile_fkey
pg_restore: [archiver (db)] Error from TOC entry 3456; 2606 20401 FK CONSTRAINT profile_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "profile_fkey" for relation "action_gestion" already exists
    Command was: ALTER TABLE ONLY action_gestion
    ADD CONSTRAINT profile_fkey FOREIGN KEY (ag_dest) REFERENCES profile(p_id) ON UPDATE SET...
pg_restore: creating FK CONSTRAINT profile_menu_me_code_fkey
pg_restore: [archiver (db)] Error from TOC entry 3512; 2606 20406 FK CONSTRAINT profile_menu_me_code_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "profile_menu_me_code_fkey" for relation "profile_menu" already exists
    Command was: ALTER TABLE ONLY profile_menu
    ADD CONSTRAINT profile_menu_me_code_fkey FOREIGN KEY (me_code) REFERENCES menu_ref(me_code...
pg_restore: creating FK CONSTRAINT profile_menu_p_id_fkey
pg_restore: [archiver (db)] Error from TOC entry 3513; 2606 20411 FK CONSTRAINT profile_menu_p_id_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "profile_menu_p_id_fkey" for relation "profile_menu" already exists
    Command was: ALTER TABLE ONLY profile_menu
    ADD CONSTRAINT profile_menu_p_id_fkey FOREIGN KEY (p_id) REFERENCES profile(p_id) ON UPDAT...
pg_restore: creating FK CONSTRAINT profile_menu_type_fkey
pg_restore: [archiver (db)] Error from TOC entry 3514; 2606 20416 FK CONSTRAINT profile_menu_type_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "profile_menu_type_fkey" for relation "profile_menu" already exists
    Command was: ALTER TABLE ONLY profile_menu
    ADD CONSTRAINT profile_menu_type_fkey FOREIGN KEY (p_type_display) REFERENCES profile_menu...
pg_restore: creating FK CONSTRAINT profile_sec_repository_p_id_fkey
pg_restore: [archiver (db)] Error from TOC entry 3515; 2606 20421 FK CONSTRAINT profile_sec_repository_p_id_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "profile_sec_repository_p_id_fkey" for relation "profile_sec_repository" already exists
    Command was: ALTER TABLE ONLY profile_sec_repository
    ADD CONSTRAINT profile_sec_repository_p_id_fkey FOREIGN KEY (p_id) REFERENCES pr...
pg_restore: creating FK CONSTRAINT profile_sec_repository_r_id_fkey
pg_restore: [archiver (db)] Error from TOC entry 3516; 2606 20426 FK CONSTRAINT profile_sec_repository_r_id_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "profile_sec_repository_r_id_fkey" for relation "profile_sec_repository" already exists
    Command was: ALTER TABLE ONLY profile_sec_repository
    ADD CONSTRAINT profile_sec_repository_r_id_fkey FOREIGN KEY (r_id) REFERENCES st...
pg_restore: creating FK CONSTRAINT profile_user_p_id_fkey
pg_restore: [archiver (db)] Error from TOC entry 3517; 2606 20431 FK CONSTRAINT profile_user_p_id_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "profile_user_p_id_fkey" for relation "profile_user" already exists
    Command was: ALTER TABLE ONLY profile_user
    ADD CONSTRAINT profile_user_p_id_fkey FOREIGN KEY (p_id) REFERENCES profile(p_id) ON UPDAT...
pg_restore: creating FK CONSTRAINT qp_vat_code_fk
pg_restore: [archiver (db)] Error from TOC entry 3521; 2606 20436 FK CONSTRAINT qp_vat_code_fk phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "qp_vat_code_fk" for relation "quant_purchase" already exists
    Command was: ALTER TABLE ONLY quant_purchase
    ADD CONSTRAINT qp_vat_code_fk FOREIGN KEY (qp_vat_code) REFERENCES tva_rate(tva_id);



pg_restore: creating FK CONSTRAINT qs_vat_code_fk
pg_restore: [archiver (db)] Error from TOC entry 3524; 2606 20441 FK CONSTRAINT qs_vat_code_fk phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "qs_vat_code_fk" for relation "quant_sold" already exists
    Command was: ALTER TABLE ONLY quant_sold
    ADD CONSTRAINT qs_vat_code_fk FOREIGN KEY (qs_vat_code) REFERENCES tva_rate(tva_id);



pg_restore: creating FK CONSTRAINT quant_purchase_j_id_fkey
pg_restore: [archiver (db)] Error from TOC entry 3522; 2606 20446 FK CONSTRAINT quant_purchase_j_id_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "quant_purchase_j_id_fkey" for relation "quant_purchase" already exists
    Command was: ALTER TABLE ONLY quant_purchase
    ADD CONSTRAINT quant_purchase_j_id_fkey FOREIGN KEY (j_id) REFERENCES jrnx(j_id) ON UPDA...
pg_restore: creating FK CONSTRAINT quant_purchase_qp_internal_fkey
pg_restore: [archiver (db)] Error from TOC entry 3523; 2606 20451 FK CONSTRAINT quant_purchase_qp_internal_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "quant_purchase_qp_internal_fkey" for relation "quant_purchase" already exists
    Command was: ALTER TABLE ONLY quant_purchase
    ADD CONSTRAINT quant_purchase_qp_internal_fkey FOREIGN KEY (qp_internal) REFERENCES jrn(...
pg_restore: creating FK CONSTRAINT quant_sold_j_id_fkey
pg_restore: [archiver (db)] Error from TOC entry 3525; 2606 20456 FK CONSTRAINT quant_sold_j_id_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "quant_sold_j_id_fkey" for relation "quant_sold" already exists
    Command was: ALTER TABLE ONLY quant_sold
    ADD CONSTRAINT quant_sold_j_id_fkey FOREIGN KEY (j_id) REFERENCES jrnx(j_id) ON UPDATE CASCA...
pg_restore: creating FK CONSTRAINT quant_sold_qs_internal_fkey
pg_restore: [archiver (db)] Error from TOC entry 3526; 2606 20461 FK CONSTRAINT quant_sold_qs_internal_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "quant_sold_qs_internal_fkey" for relation "quant_sold" already exists
    Command was: ALTER TABLE ONLY quant_sold
    ADD CONSTRAINT quant_sold_qs_internal_fkey FOREIGN KEY (qs_internal) REFERENCES jrn(jr_inter...
pg_restore: creating FK CONSTRAINT stock_change_r_id_fkey
pg_restore: [archiver (db)] Error from TOC entry 3527; 2606 20466 FK CONSTRAINT stock_change_r_id_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "stock_change_r_id_fkey" for relation "stock_change" already exists
    Command was: ALTER TABLE ONLY stock_change
    ADD CONSTRAINT stock_change_r_id_fkey FOREIGN KEY (r_id) REFERENCES stock_repository(r_id)...
pg_restore: creating FK CONSTRAINT stock_goods_c_id_fkey
pg_restore: [archiver (db)] Error from TOC entry 3529; 2606 20471 FK CONSTRAINT stock_goods_c_id_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "stock_goods_c_id_fkey" for relation "stock_goods" already exists
    Command was: ALTER TABLE ONLY stock_goods
    ADD CONSTRAINT stock_goods_c_id_fkey FOREIGN KEY (c_id) REFERENCES stock_change(c_id) ON UP...
pg_restore: creating FK CONSTRAINT stock_goods_j_id_fkey
pg_restore: [archiver (db)] Error from TOC entry 3530; 2606 20476 FK CONSTRAINT stock_goods_j_id_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "stock_goods_j_id_fkey" for relation "stock_goods" already exists
    Command was: ALTER TABLE ONLY stock_goods
    ADD CONSTRAINT stock_goods_j_id_fkey FOREIGN KEY (j_id) REFERENCES jrnx(j_id) ON UPDATE CAS...
pg_restore: creating FK CONSTRAINT tmp_stockgood_detail_s_id_fkey
pg_restore: [archiver (db)] Error from TOC entry 3531; 2606 20481 FK CONSTRAINT tmp_stockgood_detail_s_id_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "tmp_stockgood_detail_s_id_fkey" for relation "tmp_stockgood_detail" already exists
    Command was: ALTER TABLE ONLY tmp_stockgood_detail
    ADD CONSTRAINT tmp_stockgood_detail_s_id_fkey FOREIGN KEY (s_id) REFERENCES tmp_st...
pg_restore: creating FK CONSTRAINT uj_priv_id_fkey
pg_restore: [archiver (db)] Error from TOC entry 3536; 2606 20486 FK CONSTRAINT uj_priv_id_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "uj_priv_id_fkey" for relation "user_sec_jrn" already exists
    Command was: ALTER TABLE ONLY user_sec_jrn
    ADD CONSTRAINT uj_priv_id_fkey FOREIGN KEY (uj_jrn_id) REFERENCES jrn_def(jrn_def_id) ON U...
pg_restore: creating FK CONSTRAINT user_sec_action_profile_p_granted_fkey
pg_restore: [archiver (db)] Error from TOC entry 3534; 2606 20491 FK CONSTRAINT user_sec_action_profile_p_granted_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "user_sec_action_profile_p_granted_fkey" for relation "user_sec_action_profile" already exists
    Command was: ALTER TABLE ONLY user_sec_action_profile
    ADD CONSTRAINT user_sec_action_profile_p_granted_fkey FOREIGN KEY (p_granted) R...
pg_restore: creating FK CONSTRAINT user_sec_action_profile_p_id_fkey
pg_restore: [archiver (db)] Error from TOC entry 3535; 2606 20496 FK CONSTRAINT user_sec_action_profile_p_id_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  constraint "user_sec_action_profile_p_id_fkey" for relation "user_sec_action_profile" already exists
    Command was: ALTER TABLE ONLY user_sec_action_profile
    ADD CONSTRAINT user_sec_action_profile_p_id_fkey FOREIGN KEY (p_id) REFERENCES ...
pg_restore: creating FK CONSTRAINT declaration_f_id_fkey
pg_restore: creating FK CONSTRAINT declaration_row_d_id_fkey
pg_restore: creating FK CONSTRAINT declaration_row_detail_dr_id_fkey
pg_restore: creating FK CONSTRAINT fk_formulaire_param_detail_type_row_detail
pg_restore: creating FK CONSTRAINT fk_listing_compute_lc_id
pg_restore: creating FK CONSTRAINT fk_listing_param_detail_attr_def
pg_restore: creating FK CONSTRAINT fk_listing_param_listing
pg_restore: creating FK CONSTRAINT formulaire_param_detail_jrn_def_id_fkey
pg_restore: creating FK CONSTRAINT formulaire_param_detail_p_id_fkey
pg_restore: creating FK CONSTRAINT formulaire_param_detail_tt_id_fkey
pg_restore: creating FK CONSTRAINT formulaire_param_detail_tva_id_fkey
pg_restore: [archiver (db)] Error from TOC entry 3547; 2606 20551 FK CONSTRAINT formulaire_param_detail_tva_id_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  insert or update on table "formulaire_param_detail" violates foreign key constraint "formulaire_param_detail_tva_id_fkey"
DETAIL:  Key (tva_id)=(1004) is not present in table "tva_rate".
    Command was: ALTER TABLE ONLY formulaire_param_detail
    ADD CONSTRAINT formulaire_param_detail_tva_id_fkey FOREIGN KEY (tva_id) REFEREN...
pg_restore: creating FK CONSTRAINT formulaire_param_detail_type_sum_account_fkey
pg_restore: creating FK CONSTRAINT formulaire_param_f_id_fkey
pg_restore: creating FK CONSTRAINT formulaire_param_fkey
pg_restore: creating FK CONSTRAINT formulaire_param_p_type_fkey
pg_restore: creating FK CONSTRAINT formulaire_param_t_id_fkey
pg_restore: creating FK CONSTRAINT listing_compute_detail_lc_id_fkey
pg_restore: creating FK CONSTRAINT listing_compute_detail_lp_id_fkey
pg_restore: creating FK CONSTRAINT listing_compute_fiche_f_id_fkey
pg_restore: creating FK CONSTRAINT listing_compute_historique_jr_id_fkey
pg_restore: creating FK CONSTRAINT listing_compute_historique_ld_id_fkey
pg_restore: creating FK CONSTRAINT listing_fd_id_fkey
pg_restore: creating FK CONSTRAINT listing_fk
pg_restore: creating FK CONSTRAINT listing_param_jrn_def_id_fkey
pg_restore: creating FK CONSTRAINT listing_param_tt_id_fkey
pg_restore: creating FK CONSTRAINT listing_param_tva_id_fkey
pg_restore: creating FK CONSTRAINT listing_param_type_sum_account_fkey
pg_restore: creating FK CONSTRAINT assujetti_fk
pg_restore: creating FK CONSTRAINT intracom_fk
pg_restore: creating FK CONSTRAINT parameter_chld_tva_id_fkey
pg_restore: [archiver (db)] Error from TOC entry 3566; 2606 20646 FK CONSTRAINT parameter_chld_tva_id_fkey phpcompta
pg_restore: [archiver (db)] could not execute query: ERROR:  insert or update on table "parameter_chld" violates foreign key constraint "parameter_chld_tva_id_fkey"
DETAIL:  Key (tva_id)=(1003) is not present in table "tva_rate".
    Command was: ALTER TABLE ONLY parameter_chld
    ADD CONSTRAINT parameter_chld_tva_id_fkey FOREIGN KEY (tva_id) REFERENCES public.tva_rat...
pg_restore: setting owner and privileges for DATABASE dossier40
pg_restore: setting owner and privileges for SCHEMA amortissement
pg_restore: setting owner and privileges for SCHEMA comptaproc
pg_restore: setting owner and privileges for SCHEMA public
pg_restore: setting owner and privileges for COMMENT SCHEMA public
pg_restore: setting owner and privileges for ACL public
pg_restore: WARNING:  no privileges could be revoked for "public"
pg_restore: WARNING:  no privileges could be revoked for "public"
pg_restore: WARNING:  no privileges were granted for "public"
pg_restore: WARNING:  no privileges were granted for "public"
pg_restore: setting owner and privileges for SCHEMA rapport_advanced
pg_restore: setting owner and privileges for SCHEMA tva_belge
pg_restore: setting owner and privileges for EXTENSION plpgsql
pg_restore: setting owner and privileges for COMMENT EXTENSION plpgsql
pg_restore: setting owner and privileges for DOMAIN account_type
pg_restore: setting owner and privileges for ACL account_type
pg_restore: setting owner and privileges for TYPE anc_table_account_type
pg_restore: setting owner and privileges for ACL anc_table_account_type
pg_restore: setting owner and privileges for TYPE anc_table_card_type
pg_restore: setting owner and privileges for ACL anc_table_card_type
pg_restore: setting owner and privileges for TYPE menu_tree
pg_restore: setting owner and privileges for ACL menu_tree
pg_restore: setting owner and privileges for FUNCTION amortissement_ins()
pg_restore: setting owner and privileges for COMMENT FUNCTION amortissement_ins()
pg_restore: setting owner and privileges for FUNCTION amortissement_up()
pg_restore: setting owner and privileges for FUNCTION account_add(public.account_type, character varying)
pg_restore: setting owner and privileges for FUNCTION account_alphanum()
pg_restore: setting owner and privileges for FUNCTION account_auto(integer)
pg_restore: setting owner and privileges for FUNCTION account_compute(integer)
pg_restore: setting owner and privileges for FUNCTION account_insert(integer, text)
pg_restore: setting owner and privileges for FUNCTION account_parent(public.account_type)
pg_restore: setting owner and privileges for FUNCTION account_update(integer, public.account_type)
pg_restore: setting owner and privileges for FUNCTION action_gestion_ins_upd()
pg_restore: setting owner and privileges for FUNCTION action_gestion_related_ins_up()
pg_restore: setting owner and privileges for FUNCTION attribut_insert(integer, integer, character varying)
pg_restore: setting owner and privileges for FUNCTION attribute_correct_order()
pg_restore: setting owner and privileges for FUNCTION card_after_delete()
pg_restore: setting owner and privileges for FUNCTION card_class_base(integer)
pg_restore: setting owner and privileges for FUNCTION category_card_before_delete()
pg_restore: setting owner and privileges for FUNCTION check_balance(integer)
pg_restore: setting owner and privileges for FUNCTION check_periode()
pg_restore: setting owner and privileges for FUNCTION correct_sequence(text, text, text)
pg_restore: setting owner and privileges for COMMENT FUNCTION correct_sequence(p_sequence text, p_col text, p_table text)
pg_restore: setting owner and privileges for FUNCTION create_missing_sequence()
pg_restore: setting owner and privileges for FUNCTION drop_index(character varying)
pg_restore: setting owner and privileges for FUNCTION drop_it(character varying)
pg_restore: setting owner and privileges for FUNCTION extension_ins_upd()
pg_restore: setting owner and privileges for FUNCTION fiche_account_parent(integer)
pg_restore: setting owner and privileges for FUNCTION fiche_attribut_synchro(integer)
pg_restore: setting owner and privileges for FUNCTION fiche_def_ins_upd()
pg_restore: setting owner and privileges for FUNCTION fiche_detail_qcode_upd()
pg_restore: setting owner and privileges for FUNCTION fill_quant_fin()
pg_restore: setting owner and privileges for FUNCTION find_pcm_type(public.account_type)
pg_restore: setting owner and privileges for FUNCTION find_periode(text)
pg_restore: setting owner and privileges for FUNCTION format_account(public.account_type)
pg_restore: setting owner and privileges for COMMENT FUNCTION format_account(p_account public.account_type)
pg_restore: setting owner and privileges for FUNCTION get_letter_jnt(bigint)
pg_restore: setting owner and privileges for FUNCTION get_menu_dependency(integer)
pg_restore: setting owner and privileges for FUNCTION get_menu_tree(text, integer)
pg_restore: setting owner and privileges for FUNCTION get_pcm_tree(public.account_type)
pg_restore: setting owner and privileges for FUNCTION get_profile_menu(integer)
pg_restore: setting owner and privileges for FUNCTION group_analytic_ins_upd()
pg_restore: setting owner and privileges for FUNCTION group_analytique_del()
pg_restore: setting owner and privileges for FUNCTION html_quote(text)
pg_restore: setting owner and privileges for COMMENT FUNCTION html_quote(p_string text)
pg_restore: setting owner and privileges for FUNCTION info_def_ins_upd()
pg_restore: setting owner and privileges for FUNCTION insert_jrnx(character varying, numeric, public.account_type, integer, integer, boolean, text, integer, text, text)
pg_restore: setting owner and privileges for FUNCTION insert_quant_purchase(text, numeric, text, numeric, numeric, numeric, integer, numeric, numeric, numeric, numeric, text, numeric)
pg_restore: setting owner and privileges for FUNCTION insert_quant_purchase(text, numeric, character varying, numeric, numeric, numeric, integer, numeric, numeric, numeric, numeric, character varying, numeric)
pg_restore: setting owner and privileges for FUNCTION insert_quant_sold(text, numeric, character varying, numeric, numeric, numeric, integer, character varying, numeric)
pg_restore: setting owner and privileges for FUNCTION insert_quick_code(integer, text)
pg_restore: setting owner and privileges for FUNCTION is_closed(integer, integer)
pg_restore: setting owner and privileges for FUNCTION jnt_fic_attr_ins()
pg_restore: setting owner and privileges for FUNCTION jrn_add_note(bigint, text)
pg_restore: setting owner and privileges for FUNCTION jrn_check_periode()
pg_restore: setting owner and privileges for FUNCTION jrn_def_add()
pg_restore: setting owner and privileges for FUNCTION jrn_def_delete()
pg_restore: setting owner and privileges for FUNCTION jrn_del()
pg_restore: setting owner and privileges for FUNCTION jrnx_del()
pg_restore: setting owner and privileges for FUNCTION jrnx_ins()
pg_restore: setting owner and privileges for FUNCTION jrnx_letter_del()
pg_restore: setting owner and privileges for FUNCTION opd_limit_description()
pg_restore: setting owner and privileges for FUNCTION periode_exist(text, bigint)
pg_restore: setting owner and privileges for FUNCTION plan_analytic_ins_upd()
pg_restore: setting owner and privileges for FUNCTION poste_analytique_ins_upd()
pg_restore: setting owner and privileges for FUNCTION proc_check_balance()
pg_restore: setting owner and privileges for FUNCTION quant_purchase_ins_upd()
pg_restore: setting owner and privileges for FUNCTION quant_sold_ins_upd()
pg_restore: setting owner and privileges for FUNCTION t_document_modele_validate()
pg_restore: setting owner and privileges for FUNCTION t_document_type_insert()
pg_restore: setting owner and privileges for FUNCTION t_document_validate()
pg_restore: setting owner and privileges for FUNCTION t_jrn_def_description()
pg_restore: setting owner and privileges for FUNCTION t_jrn_def_sequence()
pg_restore: setting owner and privileges for FUNCTION table_analytic_account(text, text)
pg_restore: setting owner and privileges for FUNCTION table_analytic_card(text, text)
pg_restore: setting owner and privileges for FUNCTION tmp_pcmn_alphanum_ins_upd()
pg_restore: setting owner and privileges for FUNCTION tmp_pcmn_ins()
pg_restore: setting owner and privileges for FUNCTION trim_cvs_quote()
pg_restore: setting owner and privileges for FUNCTION trim_space_format_csv_banque()
pg_restore: setting owner and privileges for FUNCTION tva_delete(integer)
pg_restore: setting owner and privileges for FUNCTION tva_insert(text, numeric, text, text, integer)
pg_restore: setting owner and privileges for FUNCTION tva_modify(integer, text, numeric, text, text, integer)
pg_restore: setting owner and privileges for FUNCTION update_quick_code(integer, text)
pg_restore: setting owner and privileges for FUNCTION bud_card_ins_upd()
pg_restore: setting owner and privileges for FUNCTION bud_detail_ins_upd()
pg_restore: setting owner and privileges for FUNCTION correct_quant_purchase()
pg_restore: setting owner and privileges for FUNCTION correct_quant_sale()
pg_restore: setting owner and privileges for FUNCTION modify_menu_system(numeric)
pg_restore: setting owner and privileges for FUNCTION upgrade_repo(integer)
pg_restore: setting owner and privileges for FUNCTION formulaire_param_detail_jrn_def_id_ins_upd()
pg_restore: setting owner and privileges for FUNCTION listing_compute_trg()
pg_restore: setting owner and privileges for FUNCTION listing_param_code_transform()
pg_restore: setting owner and privileges for TABLE amortissement
pg_restore: setting owner and privileges for COMMENT COLUMN amortissement.card_deb
pg_restore: setting owner and privileges for COMMENT COLUMN amortissement.card_cred
pg_restore: setting owner and privileges for SEQUENCE amortissement_a_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY amortissement_a_id_seq
pg_restore: setting owner and privileges for TABLE amortissement_detail
pg_restore: setting owner and privileges for SEQUENCE amortissement_detail_ad_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY amortissement_detail_ad_id_seq
pg_restore: setting owner and privileges for TABLE amortissement_histo
pg_restore: setting owner and privileges for SEQUENCE amortissement_histo_ha_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY amortissement_histo_ha_id_seq
pg_restore: setting owner and privileges for TABLE fiche
pg_restore: setting owner and privileges for COMMENT TABLE fiche
pg_restore: setting owner and privileges for TABLE fiche_def
pg_restore: setting owner and privileges for COMMENT TABLE fiche_def
pg_restore: setting owner and privileges for TABLE fiche_detail
pg_restore: setting owner and privileges for COMMENT TABLE fiche_detail
pg_restore: setting owner and privileges for SEQUENCE s_tva
pg_restore: setting owner and privileges for TABLE tva_rate
pg_restore: setting owner and privileges for COMMENT TABLE tva_rate
pg_restore: setting owner and privileges for VIEW vw_fiche_attr
pg_restore: setting owner and privileges for VIEW vw_poste_qcode
pg_restore: setting owner and privileges for VIEW v_amortissement_summary
pg_restore: setting owner and privileges for COMMENT VIEW v_amortissement_summary
pg_restore: setting owner and privileges for TABLE version
pg_restore: setting owner and privileges for TABLE action
pg_restore: setting owner and privileges for COMMENT TABLE action
pg_restore: setting owner and privileges for COMMENT COLUMN action.ac_code
pg_restore: setting owner and privileges for TABLE action_detail
pg_restore: setting owner and privileges for COMMENT TABLE action_detail
pg_restore: setting owner and privileges for COMMENT COLUMN action_detail.f_id
pg_restore: setting owner and privileges for COMMENT COLUMN action_detail.ad_text
pg_restore: setting owner and privileges for COMMENT COLUMN action_detail.ad_pu
pg_restore: setting owner and privileges for COMMENT COLUMN action_detail.ad_quant
pg_restore: setting owner and privileges for COMMENT COLUMN action_detail.ad_tva_id
pg_restore: setting owner and privileges for COMMENT COLUMN action_detail.ad_tva_amount
pg_restore: setting owner and privileges for COMMENT COLUMN action_detail.ad_total_amount
pg_restore: setting owner and privileges for SEQUENCE action_detail_ad_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY action_detail_ad_id_seq
pg_restore: setting owner and privileges for SEQUENCE action_gestion_ag_id_seq
pg_restore: setting owner and privileges for TABLE action_gestion
pg_restore: setting owner and privileges for COMMENT TABLE action_gestion
pg_restore: setting owner and privileges for COMMENT COLUMN action_gestion.ag_type
pg_restore: setting owner and privileges for COMMENT COLUMN action_gestion.f_id_dest
pg_restore: setting owner and privileges for COMMENT COLUMN action_gestion.ag_title
pg_restore: setting owner and privileges for COMMENT COLUMN action_gestion.ag_timestamp
pg_restore: setting owner and privileges for COMMENT COLUMN action_gestion.ag_ref_ag_id
pg_restore: setting owner and privileges for COMMENT COLUMN action_gestion.ag_ref
pg_restore: setting owner and privileges for COMMENT COLUMN action_gestion.ag_priority
pg_restore: setting owner and privileges for COMMENT COLUMN action_gestion.ag_dest
pg_restore: setting owner and privileges for COMMENT COLUMN action_gestion.ag_owner
pg_restore: setting owner and privileges for COMMENT COLUMN action_gestion.ag_contact
pg_restore: setting owner and privileges for COMMENT COLUMN action_gestion.ag_state
pg_restore: setting owner and privileges for TABLE action_gestion_comment
pg_restore: setting owner and privileges for COMMENT COLUMN action_gestion_comment.agc_id
pg_restore: setting owner and privileges for COMMENT COLUMN action_gestion_comment.ag_id
pg_restore: setting owner and privileges for COMMENT COLUMN action_gestion_comment.agc_comment
pg_restore: setting owner and privileges for COMMENT COLUMN action_gestion_comment.tech_user
pg_restore: setting owner and privileges for SEQUENCE action_gestion_comment_agc_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY action_gestion_comment_agc_id_seq
pg_restore: setting owner and privileges for TABLE action_gestion_operation
pg_restore: setting owner and privileges for COMMENT COLUMN action_gestion_operation.ago_id
pg_restore: setting owner and privileges for COMMENT COLUMN action_gestion_operation.ag_id
pg_restore: setting owner and privileges for COMMENT COLUMN action_gestion_operation.jr_id
pg_restore: setting owner and privileges for SEQUENCE action_gestion_operation_ago_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY action_gestion_operation_ago_id_seq
pg_restore: setting owner and privileges for TABLE action_gestion_related
pg_restore: setting owner and privileges for COMMENT COLUMN action_gestion_related.aga_id
pg_restore: setting owner and privileges for COMMENT COLUMN action_gestion_related.aga_least
pg_restore: setting owner and privileges for COMMENT COLUMN action_gestion_related.aga_greatest
pg_restore: setting owner and privileges for COMMENT COLUMN action_gestion_related.aga_type
pg_restore: setting owner and privileges for SEQUENCE action_gestion_related_aga_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY action_gestion_related_aga_id_seq
pg_restore: setting owner and privileges for TABLE action_person
pg_restore: setting owner and privileges for COMMENT TABLE action_person
pg_restore: setting owner and privileges for COMMENT COLUMN action_person.ap_id
pg_restore: setting owner and privileges for COMMENT COLUMN action_person.ag_id
pg_restore: setting owner and privileges for SEQUENCE action_person_ap_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY action_person_ap_id_seq
pg_restore: setting owner and privileges for TABLE action_tags
pg_restore: setting owner and privileges for SEQUENCE action_tags_at_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY action_tags_at_id_seq
pg_restore: setting owner and privileges for TABLE attr_def
pg_restore: setting owner and privileges for COMMENT TABLE attr_def
pg_restore: setting owner and privileges for TABLE attr_min
pg_restore: setting owner and privileges for COMMENT TABLE attr_min
pg_restore: setting owner and privileges for SEQUENCE bilan_b_id_seq
pg_restore: setting owner and privileges for TABLE bilan
pg_restore: setting owner and privileges for COMMENT TABLE bilan
pg_restore: setting owner and privileges for COMMENT COLUMN bilan.b_id
pg_restore: setting owner and privileges for COMMENT COLUMN bilan.b_name
pg_restore: setting owner and privileges for COMMENT COLUMN bilan.b_file_template
pg_restore: setting owner and privileges for COMMENT COLUMN bilan.b_file_form
pg_restore: setting owner and privileges for COMMENT COLUMN bilan.b_type
pg_restore: setting owner and privileges for TABLE bookmark
pg_restore: setting owner and privileges for COMMENT TABLE bookmark
pg_restore: setting owner and privileges for SEQUENCE bookmark_b_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY bookmark_b_id_seq
pg_restore: setting owner and privileges for SEQUENCE bud_card_bc_id_seq
pg_restore: setting owner and privileges for SEQUENCE bud_detail_bd_id_seq
pg_restore: setting owner and privileges for SEQUENCE bud_detail_periode_bdp_id_seq
pg_restore: setting owner and privileges for TABLE centralized
pg_restore: setting owner and privileges for COMMENT TABLE centralized
pg_restore: setting owner and privileges for TABLE del_action
pg_restore: setting owner and privileges for SEQUENCE del_action_del_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY del_action_del_id_seq
pg_restore: setting owner and privileges for TABLE del_jrn
pg_restore: setting owner and privileges for SEQUENCE del_jrn_dj_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY del_jrn_dj_id_seq
pg_restore: setting owner and privileges for TABLE del_jrnx
pg_restore: setting owner and privileges for SEQUENCE del_jrnx_djx_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY del_jrnx_djx_id_seq
pg_restore: setting owner and privileges for SEQUENCE document_d_id_seq
pg_restore: setting owner and privileges for TABLE document
pg_restore: setting owner and privileges for COMMENT TABLE document
pg_restore: setting owner and privileges for SEQUENCE document_modele_md_id_seq
pg_restore: setting owner and privileges for TABLE document_modele
pg_restore: setting owner and privileges for COMMENT TABLE document_modele
pg_restore: setting owner and privileges for SEQUENCE document_seq
pg_restore: setting owner and privileges for COMMENT SEQUENCE document_seq
pg_restore: setting owner and privileges for SEQUENCE document_state_s_id_seq
pg_restore: setting owner and privileges for TABLE document_state
pg_restore: setting owner and privileges for COMMENT TABLE document_state
pg_restore: setting owner and privileges for SEQUENCE document_type_dt_id_seq
pg_restore: setting owner and privileges for TABLE document_type
pg_restore: setting owner and privileges for COMMENT TABLE document_type
pg_restore: setting owner and privileges for COMMENT COLUMN document_type.dt_prefix
pg_restore: setting owner and privileges for TABLE extension
pg_restore: setting owner and privileges for COMMENT TABLE extension
pg_restore: setting owner and privileges for COMMENT COLUMN extension.ex_id
pg_restore: setting owner and privileges for COMMENT COLUMN extension.ex_name
pg_restore: setting owner and privileges for COMMENT COLUMN extension.ex_code
pg_restore: setting owner and privileges for COMMENT COLUMN extension.ex_desc
pg_restore: setting owner and privileges for COMMENT COLUMN extension.ex_file
pg_restore: setting owner and privileges for COMMENT COLUMN extension.ex_enable
pg_restore: setting owner and privileges for SEQUENCE extension_ex_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY extension_ex_id_seq
pg_restore: setting owner and privileges for TABLE fiche_def_ref
pg_restore: setting owner and privileges for COMMENT TABLE fiche_def_ref
pg_restore: setting owner and privileges for TABLE forecast
pg_restore: setting owner and privileges for COMMENT TABLE forecast
pg_restore: setting owner and privileges for TABLE forecast_cat
pg_restore: setting owner and privileges for COMMENT COLUMN forecast_cat.fc_id
pg_restore: setting owner and privileges for COMMENT COLUMN forecast_cat.fc_desc
pg_restore: setting owner and privileges for COMMENT COLUMN forecast_cat.f_id
pg_restore: setting owner and privileges for COMMENT COLUMN forecast_cat.fc_order
pg_restore: setting owner and privileges for SEQUENCE forecast_cat_fc_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY forecast_cat_fc_id_seq
pg_restore: setting owner and privileges for SEQUENCE forecast_f_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY forecast_f_id_seq
pg_restore: setting owner and privileges for TABLE forecast_item
pg_restore: setting owner and privileges for COMMENT COLUMN forecast_item.fi_id
pg_restore: setting owner and privileges for COMMENT COLUMN forecast_item.fi_text
pg_restore: setting owner and privileges for COMMENT COLUMN forecast_item.fi_account
pg_restore: setting owner and privileges for COMMENT COLUMN forecast_item.fi_card
pg_restore: setting owner and privileges for COMMENT COLUMN forecast_item.fi_order
pg_restore: setting owner and privileges for COMMENT COLUMN forecast_item.fi_amount
pg_restore: setting owner and privileges for COMMENT COLUMN forecast_item.fi_debit
pg_restore: setting owner and privileges for COMMENT COLUMN forecast_item.fi_pid
pg_restore: setting owner and privileges for SEQUENCE forecast_item_fi_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY forecast_item_fi_id_seq
pg_restore: setting owner and privileges for TABLE form
pg_restore: setting owner and privileges for COMMENT TABLE form
pg_restore: setting owner and privileges for TABLE formdef
pg_restore: setting owner and privileges for TABLE groupe_analytique
pg_restore: setting owner and privileges for SEQUENCE historique_analytique_ha_id_seq
pg_restore: setting owner and privileges for TABLE info_def
pg_restore: setting owner and privileges for COMMENT TABLE info_def
pg_restore: setting owner and privileges for SEQUENCE s_jnt_id
pg_restore: setting owner and privileges for TABLE jnt_fic_attr
pg_restore: setting owner and privileges for COMMENT TABLE jnt_fic_attr
pg_restore: setting owner and privileges for TABLE jnt_letter
pg_restore: setting owner and privileges for SEQUENCE jnt_letter_jl_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY jnt_letter_jl_id_seq
pg_restore: setting owner and privileges for TABLE jrn
pg_restore: setting owner and privileges for COMMENT TABLE jrn
pg_restore: setting owner and privileges for TABLE jrn_def
pg_restore: setting owner and privileges for COMMENT TABLE jrn_def
pg_restore: setting owner and privileges for TABLE jrn_info
pg_restore: setting owner and privileges for SEQUENCE jrn_info_ji_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY jrn_info_ji_id_seq
pg_restore: setting owner and privileges for TABLE jrn_note
pg_restore: setting owner and privileges for COMMENT TABLE jrn_note
pg_restore: setting owner and privileges for SEQUENCE jrn_note_n_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY jrn_note_n_id_seq
pg_restore: setting owner and privileges for TABLE jrn_periode
pg_restore: setting owner and privileges for TABLE jrn_rapt
pg_restore: setting owner and privileges for COMMENT TABLE jrn_rapt
pg_restore: setting owner and privileges for TABLE jrn_type
pg_restore: setting owner and privileges for COMMENT TABLE jrn_type
pg_restore: setting owner and privileges for TABLE jrnx
pg_restore: setting owner and privileges for COMMENT TABLE jrnx
pg_restore: setting owner and privileges for TABLE key_distribution
pg_restore: setting owner and privileges for COMMENT TABLE key_distribution
pg_restore: setting owner and privileges for COMMENT COLUMN key_distribution.kd_id
pg_restore: setting owner and privileges for COMMENT COLUMN key_distribution.kd_name
pg_restore: setting owner and privileges for COMMENT COLUMN key_distribution.kd_description
pg_restore: setting owner and privileges for TABLE key_distribution_activity
pg_restore: setting owner and privileges for COMMENT TABLE key_distribution_activity
pg_restore: setting owner and privileges for COMMENT COLUMN key_distribution_activity.ka_id
pg_restore: setting owner and privileges for COMMENT COLUMN key_distribution_activity.ke_id
pg_restore: setting owner and privileges for COMMENT COLUMN key_distribution_activity.po_id
pg_restore: setting owner and privileges for COMMENT COLUMN key_distribution_activity.pa_id
pg_restore: setting owner and privileges for SEQUENCE key_distribution_activity_ka_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY key_distribution_activity_ka_id_seq
pg_restore: setting owner and privileges for TABLE key_distribution_detail
pg_restore: setting owner and privileges for COMMENT TABLE key_distribution_detail
pg_restore: setting owner and privileges for COMMENT COLUMN key_distribution_detail.ke_id
pg_restore: setting owner and privileges for COMMENT COLUMN key_distribution_detail.kd_id
pg_restore: setting owner and privileges for COMMENT COLUMN key_distribution_detail.ke_row
pg_restore: setting owner and privileges for SEQUENCE key_distribution_detail_ke_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY key_distribution_detail_ke_id_seq
pg_restore: setting owner and privileges for SEQUENCE key_distribution_kd_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY key_distribution_kd_id_seq
pg_restore: setting owner and privileges for TABLE key_distribution_ledger
pg_restore: setting owner and privileges for COMMENT TABLE key_distribution_ledger
pg_restore: setting owner and privileges for COMMENT COLUMN key_distribution_ledger.kl_id
pg_restore: setting owner and privileges for COMMENT COLUMN key_distribution_ledger.kd_id
pg_restore: setting owner and privileges for COMMENT COLUMN key_distribution_ledger.jrn_def_id
pg_restore: setting owner and privileges for SEQUENCE key_distribution_ledger_kl_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY key_distribution_ledger_kl_id_seq
pg_restore: setting owner and privileges for TABLE letter_cred
pg_restore: setting owner and privileges for SEQUENCE letter_cred_lc_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY letter_cred_lc_id_seq
pg_restore: setting owner and privileges for TABLE letter_deb
pg_restore: setting owner and privileges for SEQUENCE letter_deb_ld_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY letter_deb_ld_id_seq
pg_restore: setting owner and privileges for TABLE link_action_type
pg_restore: setting owner and privileges for SEQUENCE link_action_type_l_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY link_action_type_l_id_seq
pg_restore: setting owner and privileges for TABLE menu_default
pg_restore: setting owner and privileges for SEQUENCE menu_default_md_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY menu_default_md_id_seq
pg_restore: setting owner and privileges for TABLE menu_ref
pg_restore: setting owner and privileges for COMMENT COLUMN menu_ref.me_code
pg_restore: setting owner and privileges for COMMENT COLUMN menu_ref.me_menu
pg_restore: setting owner and privileges for COMMENT COLUMN menu_ref.me_file
pg_restore: setting owner and privileges for COMMENT COLUMN menu_ref.me_url
pg_restore: setting owner and privileges for COMMENT COLUMN menu_ref.me_type
pg_restore: setting owner and privileges for TABLE mod_payment
pg_restore: setting owner and privileges for COMMENT TABLE mod_payment
pg_restore: setting owner and privileges for COMMENT COLUMN mod_payment.jrn_def_id
pg_restore: setting owner and privileges for SEQUENCE mod_payment_mp_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY mod_payment_mp_id_seq
pg_restore: setting owner and privileges for SEQUENCE op_def_op_seq
pg_restore: setting owner and privileges for TABLE op_predef
pg_restore: setting owner and privileges for COMMENT TABLE op_predef
pg_restore: setting owner and privileges for COMMENT COLUMN op_predef.jrn_def_id
pg_restore: setting owner and privileges for COMMENT COLUMN op_predef.od_name
pg_restore: setting owner and privileges for SEQUENCE op_predef_detail_opd_id_seq
pg_restore: setting owner and privileges for TABLE op_predef_detail
pg_restore: setting owner and privileges for COMMENT TABLE op_predef_detail
pg_restore: setting owner and privileges for SEQUENCE s_oa_group
pg_restore: setting owner and privileges for TABLE operation_analytique
pg_restore: setting owner and privileges for COMMENT TABLE operation_analytique
pg_restore: setting owner and privileges for COMMENT COLUMN operation_analytique.oa_jrnx_id_source
pg_restore: setting owner and privileges for COMMENT COLUMN operation_analytique.oa_positive
pg_restore: setting owner and privileges for TABLE parameter
pg_restore: setting owner and privileges for COMMENT TABLE parameter
pg_restore: setting owner and privileges for TABLE parm_code
pg_restore: setting owner and privileges for TABLE parm_money
pg_restore: setting owner and privileges for COMMENT TABLE parm_money
pg_restore: setting owner and privileges for TABLE parm_periode
pg_restore: setting owner and privileges for COMMENT TABLE parm_periode
pg_restore: setting owner and privileges for TABLE parm_poste
pg_restore: setting owner and privileges for COMMENT TABLE parm_poste
pg_restore: setting owner and privileges for SEQUENCE plan_analytique_pa_id_seq
pg_restore: setting owner and privileges for TABLE plan_analytique
pg_restore: setting owner and privileges for COMMENT TABLE plan_analytique
pg_restore: setting owner and privileges for SEQUENCE poste_analytique_po_id_seq
pg_restore: setting owner and privileges for TABLE poste_analytique
pg_restore: setting owner and privileges for COMMENT TABLE poste_analytique
pg_restore: setting owner and privileges for TABLE profile
pg_restore: setting owner and privileges for COMMENT TABLE profile
pg_restore: setting owner and privileges for COMMENT COLUMN profile.p_name
pg_restore: setting owner and privileges for COMMENT COLUMN profile.p_desc
pg_restore: setting owner and privileges for COMMENT COLUMN profile.with_calc
pg_restore: setting owner and privileges for COMMENT COLUMN profile.with_direct_form
pg_restore: setting owner and privileges for TABLE profile_menu
pg_restore: setting owner and privileges for COMMENT TABLE profile_menu
pg_restore: setting owner and privileges for COMMENT COLUMN profile_menu.me_code_dep
pg_restore: setting owner and privileges for COMMENT COLUMN profile_menu.p_id
pg_restore: setting owner and privileges for COMMENT COLUMN profile_menu.p_order
pg_restore: setting owner and privileges for COMMENT COLUMN profile_menu.p_type_display
pg_restore: setting owner and privileges for COMMENT COLUMN profile_menu.pm_default
pg_restore: setting owner and privileges for COMMENT COLUMN profile_menu.pm_id_dep
pg_restore: setting owner and privileges for SEQUENCE profile_menu_pm_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY profile_menu_pm_id_seq
pg_restore: setting owner and privileges for TABLE profile_menu_type
pg_restore: setting owner and privileges for SEQUENCE profile_p_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY profile_p_id_seq
pg_restore: setting owner and privileges for TABLE profile_sec_repository
pg_restore: setting owner and privileges for COMMENT TABLE profile_sec_repository
pg_restore: setting owner and privileges for COMMENT COLUMN profile_sec_repository.ur_id
pg_restore: setting owner and privileges for COMMENT COLUMN profile_sec_repository.p_id
pg_restore: setting owner and privileges for COMMENT COLUMN profile_sec_repository.r_id
pg_restore: setting owner and privileges for COMMENT COLUMN profile_sec_repository.ur_right
pg_restore: setting owner and privileges for SEQUENCE profile_sec_repository_ur_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY profile_sec_repository_ur_id_seq
pg_restore: setting owner and privileges for TABLE profile_user
pg_restore: setting owner and privileges for COMMENT TABLE profile_user
pg_restore: setting owner and privileges for COMMENT COLUMN profile_user.user_name
pg_restore: setting owner and privileges for COMMENT COLUMN profile_user.p_id
pg_restore: setting owner and privileges for SEQUENCE profile_user_pu_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY profile_user_pu_id_seq
pg_restore: setting owner and privileges for TABLE quant_fin
pg_restore: setting owner and privileges for COMMENT TABLE quant_fin
pg_restore: setting owner and privileges for SEQUENCE quant_fin_qf_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY quant_fin_qf_id_seq
pg_restore: setting owner and privileges for TABLE quant_purchase
pg_restore: setting owner and privileges for COMMENT COLUMN quant_purchase.qp_vat_sided
pg_restore: setting owner and privileges for TABLE quant_sold
pg_restore: setting owner and privileges for COMMENT TABLE quant_sold
pg_restore: setting owner and privileges for SEQUENCE s_attr_def
pg_restore: setting owner and privileges for SEQUENCE s_cbc
pg_restore: setting owner and privileges for SEQUENCE s_central
pg_restore: setting owner and privileges for SEQUENCE s_central_order
pg_restore: setting owner and privileges for SEQUENCE s_centralized
pg_restore: setting owner and privileges for SEQUENCE s_currency
pg_restore: setting owner and privileges for SEQUENCE s_fdef
pg_restore: setting owner and privileges for SEQUENCE s_fiche
pg_restore: setting owner and privileges for SEQUENCE s_fiche_def_ref
pg_restore: setting owner and privileges for SEQUENCE s_form
pg_restore: setting owner and privileges for SEQUENCE s_formdef
pg_restore: setting owner and privileges for SEQUENCE s_grpt
pg_restore: setting owner and privileges for SEQUENCE s_idef
pg_restore: setting owner and privileges for SEQUENCE s_internal
pg_restore: setting owner and privileges for SEQUENCE s_invoice
pg_restore: setting owner and privileges for SEQUENCE s_isup
pg_restore: setting owner and privileges for SEQUENCE s_jnt_fic_att_value
pg_restore: setting owner and privileges for SEQUENCE s_jrn
pg_restore: setting owner and privileges for SEQUENCE s_jrn_1
pg_restore: setting owner and privileges for SEQUENCE s_jrn_2
pg_restore: setting owner and privileges for SEQUENCE s_jrn_3
pg_restore: setting owner and privileges for SEQUENCE s_jrn_4
pg_restore: setting owner and privileges for SEQUENCE s_jrn_def
pg_restore: setting owner and privileges for SEQUENCE s_jrn_op
pg_restore: setting owner and privileges for SEQUENCE s_jrn_pj1
pg_restore: setting owner and privileges for SEQUENCE s_jrn_pj2
pg_restore: setting owner and privileges for SEQUENCE s_jrn_pj3
pg_restore: setting owner and privileges for SEQUENCE s_jrn_pj4
pg_restore: setting owner and privileges for SEQUENCE s_jrn_rapt
pg_restore: setting owner and privileges for SEQUENCE s_jrnaction
pg_restore: setting owner and privileges for SEQUENCE s_jrnx
pg_restore: setting owner and privileges for SEQUENCE s_periode
pg_restore: setting owner and privileges for SEQUENCE s_quantity
pg_restore: setting owner and privileges for SEQUENCE s_stock_goods
pg_restore: setting owner and privileges for SEQUENCE s_user_act
pg_restore: setting owner and privileges for SEQUENCE s_user_jrn
pg_restore: setting owner and privileges for SEQUENCE seq_bud_hypothese_bh_id
pg_restore: setting owner and privileges for SEQUENCE seq_doc_type_1
pg_restore: setting owner and privileges for SEQUENCE seq_doc_type_10
pg_restore: setting owner and privileges for SEQUENCE seq_doc_type_2
pg_restore: setting owner and privileges for SEQUENCE seq_doc_type_20
pg_restore: setting owner and privileges for SEQUENCE seq_doc_type_21
pg_restore: setting owner and privileges for SEQUENCE seq_doc_type_22
pg_restore: setting owner and privileges for SEQUENCE seq_doc_type_3
pg_restore: setting owner and privileges for SEQUENCE seq_doc_type_4
pg_restore: setting owner and privileges for SEQUENCE seq_doc_type_5
pg_restore: setting owner and privileges for SEQUENCE seq_doc_type_6
pg_restore: setting owner and privileges for SEQUENCE seq_doc_type_7
pg_restore: setting owner and privileges for SEQUENCE seq_doc_type_8
pg_restore: setting owner and privileges for SEQUENCE seq_doc_type_9
pg_restore: setting owner and privileges for TABLE stock_change
pg_restore: setting owner and privileges for SEQUENCE stock_change_c_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY stock_change_c_id_seq
pg_restore: setting owner and privileges for TABLE stock_goods
pg_restore: setting owner and privileges for COMMENT TABLE stock_goods
pg_restore: setting owner and privileges for TABLE stock_repository
pg_restore: setting owner and privileges for COMMENT TABLE stock_repository
pg_restore: setting owner and privileges for COMMENT COLUMN stock_repository.r_id
pg_restore: setting owner and privileges for COMMENT COLUMN stock_repository.r_name
pg_restore: setting owner and privileges for COMMENT COLUMN stock_repository.r_adress
pg_restore: setting owner and privileges for COMMENT COLUMN stock_repository.r_country
pg_restore: setting owner and privileges for COMMENT COLUMN stock_repository.r_city
pg_restore: setting owner and privileges for COMMENT COLUMN stock_repository.r_phone
pg_restore: setting owner and privileges for SEQUENCE stock_repository_r_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY stock_repository_r_id_seq
pg_restore: setting owner and privileges for TABLE tags
pg_restore: setting owner and privileges for SEQUENCE tags_t_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY tags_t_id_seq
pg_restore: setting owner and privileges for TABLE tmp_pcmn
pg_restore: setting owner and privileges for COMMENT TABLE tmp_pcmn
pg_restore: setting owner and privileges for TABLE tmp_stockgood
pg_restore: setting owner and privileges for TABLE tmp_stockgood_detail
pg_restore: setting owner and privileges for SEQUENCE tmp_stockgood_detail_d_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY tmp_stockgood_detail_d_id_seq
pg_restore: setting owner and privileges for SEQUENCE tmp_stockgood_s_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY tmp_stockgood_s_id_seq
pg_restore: setting owner and privileges for SEQUENCE todo_list_tl_id_seq
pg_restore: setting owner and privileges for TABLE todo_list
pg_restore: setting owner and privileges for COMMENT TABLE todo_list
pg_restore: setting owner and privileges for COMMENT COLUMN todo_list.is_public
pg_restore: setting owner and privileges for TABLE todo_list_shared
pg_restore: setting owner and privileges for COMMENT TABLE todo_list_shared
pg_restore: setting owner and privileges for COMMENT COLUMN todo_list_shared.todo_list_id
pg_restore: setting owner and privileges for COMMENT COLUMN todo_list_shared.use_login
pg_restore: setting owner and privileges for SEQUENCE todo_list_shared_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY todo_list_shared_id_seq
pg_restore: setting owner and privileges for SEQUENCE uos_pk_seq
pg_restore: setting owner and privileges for TABLE tool_uos
pg_restore: setting owner and privileges for TABLE user_local_pref
pg_restore: setting owner and privileges for COMMENT TABLE user_local_pref
pg_restore: setting owner and privileges for COMMENT COLUMN user_local_pref.user_id
pg_restore: setting owner and privileges for COMMENT COLUMN user_local_pref.parameter_type
pg_restore: setting owner and privileges for COMMENT COLUMN user_local_pref.parameter_value
pg_restore: setting owner and privileges for TABLE user_sec_act
pg_restore: setting owner and privileges for TABLE user_sec_action_profile
pg_restore: setting owner and privileges for COMMENT TABLE user_sec_action_profile
pg_restore: setting owner and privileges for COMMENT COLUMN user_sec_action_profile.ua_id
pg_restore: setting owner and privileges for COMMENT COLUMN user_sec_action_profile.p_id
pg_restore: setting owner and privileges for COMMENT COLUMN user_sec_action_profile.ua_right
pg_restore: setting owner and privileges for SEQUENCE user_sec_action_profile_ua_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY user_sec_action_profile_ua_id_seq
pg_restore: setting owner and privileges for TABLE user_sec_jrn
pg_restore: setting owner and privileges for VIEW v_all_menu
pg_restore: setting owner and privileges for VIEW vw_fiche_name
pg_restore: setting owner and privileges for VIEW v_detail_purchase
pg_restore: setting owner and privileges for VIEW v_detail_sale
pg_restore: setting owner and privileges for VIEW v_menu_dependency
pg_restore: setting owner and privileges for VIEW v_menu_description
pg_restore: setting owner and privileges for COMMENT VIEW v_menu_description
pg_restore: setting owner and privileges for VIEW v_menu_description_favori
pg_restore: setting owner and privileges for VIEW v_menu_profile
pg_restore: setting owner and privileges for COMMENT VIEW v_menu_profile
pg_restore: setting owner and privileges for VIEW v_quant_detail
pg_restore: setting owner and privileges for TABLE version
pg_restore: setting owner and privileges for VIEW vw_client
pg_restore: setting owner and privileges for VIEW vw_fiche_def
pg_restore: setting owner and privileges for COMMENT VIEW vw_fiche_def
pg_restore: setting owner and privileges for VIEW vw_fiche_min
pg_restore: setting owner and privileges for VIEW vw_supplier
pg_restore: setting owner and privileges for TABLE declaration
pg_restore: setting owner and privileges for COMMENT TABLE declaration
pg_restore: setting owner and privileges for COMMENT COLUMN declaration.d_title
pg_restore: setting owner and privileges for COMMENT COLUMN declaration.d_start
pg_restore: setting owner and privileges for COMMENT COLUMN declaration.d_end
pg_restore: setting owner and privileges for COMMENT COLUMN declaration.to_keep
pg_restore: setting owner and privileges for COMMENT COLUMN declaration.d_generated
pg_restore: setting owner and privileges for COMMENT COLUMN declaration.f_id
pg_restore: setting owner and privileges for COMMENT COLUMN declaration.d_lob
pg_restore: setting owner and privileges for COMMENT COLUMN declaration.d_filename
pg_restore: setting owner and privileges for COMMENT COLUMN declaration.d_mimetype
pg_restore: setting owner and privileges for COMMENT COLUMN declaration.d_size
pg_restore: setting owner and privileges for SEQUENCE declaration_d_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY declaration_d_id_seq
pg_restore: setting owner and privileges for SEQUENCE declaration_param_seq
pg_restore: setting owner and privileges for TABLE declaration_row
pg_restore: setting owner and privileges for COMMENT COLUMN declaration_row.dr_libelle
pg_restore: setting owner and privileges for COMMENT COLUMN declaration_row.dr_order
pg_restore: setting owner and privileges for COMMENT COLUMN declaration_row.dr_code
pg_restore: setting owner and privileges for COMMENT COLUMN declaration_row.dr_amount
pg_restore: setting owner and privileges for COMMENT COLUMN declaration_row.dr_type
pg_restore: setting owner and privileges for TABLE declaration_row_detail
pg_restore: setting owner and privileges for SEQUENCE declaration_row_detail_ddr_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY declaration_row_detail_ddr_id_seq
pg_restore: setting owner and privileges for TABLE formulaire
pg_restore: setting owner and privileges for COMMENT COLUMN formulaire.f_lob
pg_restore: setting owner and privileges for COMMENT COLUMN formulaire.f_filename
pg_restore: setting owner and privileges for COMMENT COLUMN formulaire.f_mimetype
pg_restore: setting owner and privileges for COMMENT COLUMN formulaire.f_size
pg_restore: setting owner and privileges for SEQUENCE formulaire_f_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY formulaire_f_id_seq
pg_restore: setting owner and privileges for TABLE formulaire_param
pg_restore: setting owner and privileges for TABLE formulaire_param_detail
pg_restore: setting owner and privileges for COMMENT COLUMN formulaire_param_detail.jrn_def_id
pg_restore: setting owner and privileges for SEQUENCE formulaire_param_detail_fp_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY formulaire_param_detail_fp_id_seq
pg_restore: setting owner and privileges for SEQUENCE formulaire_param_p_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY formulaire_param_p_id_seq
pg_restore: setting owner and privileges for TABLE listing
pg_restore: setting owner and privileges for TABLE listing_compute
pg_restore: setting owner and privileges for COMMENT TABLE listing_compute
pg_restore: setting owner and privileges for COMMENT COLUMN listing_compute.lc_id
pg_restore: setting owner and privileges for COMMENT COLUMN listing_compute.l_name
pg_restore: setting owner and privileges for COMMENT COLUMN listing_compute.l_description
pg_restore: setting owner and privileges for COMMENT COLUMN listing_compute.l_id
pg_restore: setting owner and privileges for COMMENT COLUMN listing_compute.l_start
pg_restore: setting owner and privileges for COMMENT COLUMN listing_compute.l_end
pg_restore: setting owner and privileges for COMMENT COLUMN listing_compute.l_keep
pg_restore: setting owner and privileges for TABLE listing_compute_detail
pg_restore: setting owner and privileges for COMMENT TABLE listing_compute_detail
pg_restore: setting owner and privileges for COMMENT COLUMN listing_compute_detail.ld_id
pg_restore: setting owner and privileges for COMMENT COLUMN listing_compute_detail.lc_id
pg_restore: setting owner and privileges for COMMENT COLUMN listing_compute_detail.ld_value_date
pg_restore: setting owner and privileges for COMMENT COLUMN listing_compute_detail.ld_value_numeric
pg_restore: setting owner and privileges for COMMENT COLUMN listing_compute_detail.ld_value_text
pg_restore: setting owner and privileges for COMMENT COLUMN listing_compute_detail.lp_id
pg_restore: setting owner and privileges for COMMENT COLUMN listing_compute_detail.lf_id
pg_restore: setting owner and privileges for COMMENT COLUMN listing_compute_detail.lc_code
pg_restore: setting owner and privileges for COMMENT COLUMN listing_compute_detail.lc_comment
pg_restore: setting owner and privileges for COMMENT COLUMN listing_compute_detail.lc_order
pg_restore: setting owner and privileges for COMMENT COLUMN listing_compute_detail.lc_histo
pg_restore: setting owner and privileges for SEQUENCE listing_compute_detail_ld_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY listing_compute_detail_ld_id_seq
pg_restore: setting owner and privileges for TABLE listing_compute_fiche
pg_restore: setting owner and privileges for COMMENT TABLE listing_compute_fiche
pg_restore: setting owner and privileges for COMMENT COLUMN listing_compute_fiche.lf_id
pg_restore: setting owner and privileges for COMMENT COLUMN listing_compute_fiche.f_id
pg_restore: setting owner and privileges for COMMENT COLUMN listing_compute_fiche.lf_lob
pg_restore: setting owner and privileges for COMMENT COLUMN listing_compute_fiche.lf_pdf
pg_restore: setting owner and privileges for COMMENT COLUMN listing_compute_fiche.lf_filename
pg_restore: setting owner and privileges for COMMENT COLUMN listing_compute_fiche.lf_pdf_filename
pg_restore: setting owner and privileges for COMMENT COLUMN listing_compute_fiche.lf_mimetype
pg_restore: setting owner and privileges for SEQUENCE listing_compute_fiche_lf_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY listing_compute_fiche_lf_id_seq
pg_restore: setting owner and privileges for TABLE listing_compute_historique
pg_restore: setting owner and privileges for COMMENT TABLE listing_compute_historique
pg_restore: setting owner and privileges for COMMENT COLUMN listing_compute_historique.lh_id
pg_restore: setting owner and privileges for COMMENT COLUMN listing_compute_historique.ld_id
pg_restore: setting owner and privileges for COMMENT COLUMN listing_compute_historique.jr_id
pg_restore: setting owner and privileges for SEQUENCE listing_compute_historique_lh_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY listing_compute_historique_lh_id_seq
pg_restore: setting owner and privileges for SEQUENCE listing_compute_lc_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY listing_compute_lc_id_seq
pg_restore: setting owner and privileges for SEQUENCE listing_l_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY listing_l_id_seq
pg_restore: setting owner and privileges for TABLE listing_param
pg_restore: setting owner and privileges for COMMENT COLUMN listing_param.lp_paid
pg_restore: setting owner and privileges for COMMENT COLUMN listing_param.lp_histo
pg_restore: setting owner and privileges for SEQUENCE listing_param_lp_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY listing_param_lp_id_seq
pg_restore: setting owner and privileges for TABLE periode_type
pg_restore: setting owner and privileges for TABLE rapav_parameter
pg_restore: setting owner and privileges for TABLE restore_formulaire_param
pg_restore: setting owner and privileges for TABLE restore_formulaire_param_detail
pg_restore: setting owner and privileges for TABLE total_type
pg_restore: setting owner and privileges for TABLE total_type_account
pg_restore: setting owner and privileges for SEQUENCE total_type_account_tt_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY total_type_account_tt_id_seq
pg_restore: setting owner and privileges for SEQUENCE total_type_tt_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY total_type_tt_id_seq
pg_restore: setting owner and privileges for TABLE type_row
pg_restore: setting owner and privileges for TABLE type_row_detail
pg_restore: setting owner and privileges for TABLE version
pg_restore: setting owner and privileges for TABLE assujetti
pg_restore: setting owner and privileges for SEQUENCE assujetti_a_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY assujetti_a_id_seq
pg_restore: setting owner and privileges for TABLE assujetti_chld
pg_restore: setting owner and privileges for SEQUENCE assujetti_chld_ac_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY assujetti_chld_ac_id_seq
pg_restore: setting owner and privileges for TABLE declaration_amount
pg_restore: setting owner and privileges for SEQUENCE declaration_amount_da_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY declaration_amount_da_id_seq
pg_restore: setting owner and privileges for TABLE intracomm
pg_restore: setting owner and privileges for TABLE intracomm_chld
pg_restore: setting owner and privileges for SEQUENCE intracomm_chld_ic_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY intracomm_chld_ic_id_seq
pg_restore: setting owner and privileges for SEQUENCE intracomm_i_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY intracomm_i_id_seq
pg_restore: setting owner and privileges for TABLE parameter
pg_restore: setting owner and privileges for TABLE parameter_chld
pg_restore: setting owner and privileges for COMMENT TABLE parameter_chld
pg_restore: setting owner and privileges for COMMENT COLUMN parameter_chld.pi_id
pg_restore: setting owner and privileges for COMMENT COLUMN parameter_chld.pcode
pg_restore: setting owner and privileges for COMMENT COLUMN parameter_chld.tva_id
pg_restore: setting owner and privileges for COMMENT COLUMN parameter_chld.pcm_val
pg_restore: setting owner and privileges for SEQUENCE parameter_chld_pi_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY parameter_chld_pi_id_seq
pg_restore: setting owner and privileges for TABLE version
pg_restore: setting owner and privileges for SEQUENCE version_id_seq
pg_restore: setting owner and privileges for SEQUENCE OWNED BY version_id_seq
pg_restore: setting owner and privileges for DEFAULT a_id
pg_restore: setting owner and privileges for DEFAULT ad_id
pg_restore: setting owner and privileges for DEFAULT ha_id
pg_restore: setting owner and privileges for DEFAULT ad_id
pg_restore: setting owner and privileges for DEFAULT agc_id
pg_restore: setting owner and privileges for DEFAULT ago_id
pg_restore: setting owner and privileges for DEFAULT aga_id
pg_restore: setting owner and privileges for DEFAULT ap_id
pg_restore: setting owner and privileges for DEFAULT at_id
pg_restore: setting owner and privileges for DEFAULT b_id
pg_restore: setting owner and privileges for DEFAULT del_id
pg_restore: setting owner and privileges for DEFAULT dj_id
pg_restore: setting owner and privileges for DEFAULT djx_id
pg_restore: setting owner and privileges for DEFAULT ex_id
pg_restore: setting owner and privileges for DEFAULT f_id
pg_restore: setting owner and privileges for DEFAULT fc_id
pg_restore: setting owner and privileges for DEFAULT fi_id
pg_restore: setting owner and privileges for DEFAULT jl_id
pg_restore: setting owner and privileges for DEFAULT ji_id
pg_restore: setting owner and privileges for DEFAULT n_id
pg_restore: setting owner and privileges for DEFAULT kd_id
pg_restore: setting owner and privileges for DEFAULT ka_id
pg_restore: setting owner and privileges for DEFAULT ke_id
pg_restore: setting owner and privileges for DEFAULT kl_id
pg_restore: setting owner and privileges for DEFAULT lc_id
pg_restore: setting owner and privileges for DEFAULT ld_id
pg_restore: setting owner and privileges for DEFAULT l_id
pg_restore: setting owner and privileges for DEFAULT md_id
pg_restore: setting owner and privileges for DEFAULT mp_id
pg_restore: setting owner and privileges for DEFAULT p_id
pg_restore: setting owner and privileges for DEFAULT pm_id
pg_restore: setting owner and privileges for DEFAULT ur_id
pg_restore: setting owner and privileges for DEFAULT pu_id
pg_restore: setting owner and privileges for DEFAULT qf_id
pg_restore: setting owner and privileges for DEFAULT c_id
pg_restore: setting owner and privileges for DEFAULT r_id
pg_restore: setting owner and privileges for DEFAULT t_id
pg_restore: setting owner and privileges for DEFAULT s_id
pg_restore: setting owner and privileges for DEFAULT d_id
pg_restore: setting owner and privileges for DEFAULT id
pg_restore: setting owner and privileges for DEFAULT ua_id
pg_restore: setting owner and privileges for DEFAULT d_id
pg_restore: setting owner and privileges for DEFAULT ddr_id
pg_restore: setting owner and privileges for DEFAULT f_id
pg_restore: setting owner and privileges for DEFAULT p_id
pg_restore: setting owner and privileges for DEFAULT fp_id
pg_restore: setting owner and privileges for DEFAULT l_id
pg_restore: setting owner and privileges for DEFAULT lc_id
pg_restore: setting owner and privileges for DEFAULT ld_id
pg_restore: setting owner and privileges for DEFAULT lf_id
pg_restore: setting owner and privileges for DEFAULT lh_id
pg_restore: setting owner and privileges for DEFAULT lp_id
pg_restore: setting owner and privileges for DEFAULT tt_id
pg_restore: setting owner and privileges for DEFAULT tt_id
pg_restore: setting owner and privileges for DEFAULT a_id
pg_restore: setting owner and privileges for DEFAULT ac_id
pg_restore: setting owner and privileges for DEFAULT da_id
pg_restore: setting owner and privileges for DEFAULT i_id
pg_restore: setting owner and privileges for DEFAULT ic_id
pg_restore: setting owner and privileges for DEFAULT pi_id
pg_restore: setting owner and privileges for DEFAULT id
pg_restore: setting owner and privileges for BLOB 161417
pg_restore: setting owner and privileges for BLOB 161422
pg_restore: setting owner and privileges for BLOB 161427
pg_restore: setting owner and privileges for BLOB 161432
pg_restore: setting owner and privileges for BLOB 161454
pg_restore: setting owner and privileges for BLOB 161461
pg_restore: setting owner and privileges for BLOB 161467
pg_restore: setting owner and privileges for BLOB 161473
pg_restore: setting owner and privileges for BLOB 161491
pg_restore: setting owner and privileges for BLOB 161496
pg_restore: setting owner and privileges for BLOB 161501
pg_restore: setting owner and privileges for BLOB 29523
pg_restore: setting owner and privileges for BLOB 29528
pg_restore: setting owner and privileges for BLOB 29533
pg_restore: setting owner and privileges for BLOB 29538
pg_restore: setting owner and privileges for BLOB 29543
pg_restore: setting owner and privileges for BLOB 29554
pg_restore: setting owner and privileges for BLOB 29560
pg_restore: setting owner and privileges for BLOB 29566
pg_restore: setting owner and privileges for BLOB 29573
pg_restore: setting owner and privileges for BLOB 29578
pg_restore: setting owner and privileges for BLOB 29604
pg_restore: setting owner and privileges for BLOB 29609
pg_restore: setting owner and privileges for BLOB 29614
pg_restore: setting owner and privileges for BLOB 29619
pg_restore: setting owner and privileges for BLOB 29625
pg_restore: setting owner and privileges for BLOB 29654
pg_restore: setting owner and privileges for BLOB 29672
pg_restore: setting owner and privileges for BLOB 29678
pg_restore: setting owner and privileges for BLOB 29689
pg_restore: setting owner and privileges for BLOB 29696
pg_restore: setting owner and privileges for BLOB 29701
pg_restore: setting owner and privileges for BLOB 29707
pg_restore: setting owner and privileges for BLOB 29713
pg_restore: setting owner and privileges for BLOB 29719
pg_restore: setting owner and privileges for BLOB 29725
pg_restore: setting owner and privileges for BLOB 29732
pg_restore: setting owner and privileges for BLOB 29825
pg_restore: setting owner and privileges for BLOB 29837
pg_restore: setting owner and privileges for BLOB 29843
pg_restore: setting owner and privileges for BLOB 29851
pg_restore: setting owner and privileges for BLOB 29858
pg_restore: setting owner and privileges for BLOB 29864
pg_restore: setting owner and privileges for BLOB 29872
pg_restore: setting owner and privileges for BLOB 29873
pg_restore: setting owner and privileges for BLOB 32059
pg_restore: setting owner and privileges for BLOB 32068
pg_restore: setting owner and privileges for BLOB 32075
pg_restore: setting owner and privileges for BLOB 32084
pg_restore: setting owner and privileges for BLOB 32090
pg_restore: setting owner and privileges for BLOB 32104
pg_restore: setting owner and privileges for BLOB 34120
pg_restore: setting owner and privileges for BLOB 34126
pg_restore: setting owner and privileges for BLOB 34139
pg_restore: setting owner and privileges for BLOB 34145
pg_restore: setting owner and privileges for BLOB 34151
pg_restore: setting owner and privileges for BLOB 34157
pg_restore: setting owner and privileges for BLOB 34163
pg_restore: setting owner and privileges for BLOB 34171
pg_restore: setting owner and privileges for BLOB 34206
pg_restore: setting owner and privileges for BLOB 34305
pg_restore: setting owner and privileges for BLOB 34337
pg_restore: setting owner and privileges for BLOB 34356
pg_restore: setting owner and privileges for BLOB 34364
pg_restore: setting owner and privileges for BLOB 34371
pg_restore: setting owner and privileges for BLOB 34397
pg_restore: setting owner and privileges for BLOB 34408
pg_restore: setting owner and privileges for BLOB 34429
pg_restore: setting owner and privileges for BLOB 34458
pg_restore: setting owner and privileges for BLOB 34466
pg_restore: setting owner and privileges for BLOB 34472
pg_restore: setting owner and privileges for BLOB 34482
pg_restore: setting owner and privileges for BLOB 34672
pg_restore: setting owner and privileges for BLOB 34678
pg_restore: setting owner and privileges for BLOB 34683
pg_restore: setting owner and privileges for BLOB 36941
pg_restore: setting owner and privileges for BLOB 36954
pg_restore: setting owner and privileges for BLOB 36961
pg_restore: setting owner and privileges for BLOB 37889
pg_restore: setting owner and privileges for BLOB 37894
pg_restore: setting owner and privileges for BLOB 37900
pg_restore: setting owner and privileges for BLOB 37914
pg_restore: setting owner and privileges for BLOB 37920
pg_restore: setting owner and privileges for BLOB 37926
pg_restore: setting owner and privileges for BLOB 37932
pg_restore: setting owner and privileges for BLOB 37938
pg_restore: setting owner and privileges for BLOB 37945
pg_restore: setting owner and privileges for BLOB 37950
pg_restore: setting owner and privileges for BLOB 37955
pg_restore: setting owner and privileges for BLOB 37984
pg_restore: setting owner and privileges for BLOB 37989
pg_restore: setting owner and privileges for BLOB 37994
pg_restore: setting owner and privileges for BLOB 37999
pg_restore: setting owner and privileges for BLOB 38004
pg_restore: setting owner and privileges for BLOB 38012
pg_restore: setting owner and privileges for BLOB 38022
pg_restore: setting owner and privileges for BLOB 38028
pg_restore: setting owner and privileges for BLOB 38035
pg_restore: setting owner and privileges for BLOB 38041
pg_restore: setting owner and privileges for BLOB 38047
pg_restore: setting owner and privileges for BLOB 38052
pg_restore: setting owner and privileges for BLOB 38057
pg_restore: setting owner and privileges for BLOB 38062
pg_restore: setting owner and privileges for BLOB 38067
pg_restore: setting owner and privileges for BLOB 39445
pg_restore: setting owner and privileges for BLOB 39453
pg_restore: setting owner and privileges for BLOB 39461
pg_restore: setting owner and privileges for BLOB 41390
pg_restore: setting owner and privileges for BLOB 41395
pg_restore: setting owner and privileges for BLOB 42226
pg_restore: setting owner and privileges for BLOB 42232
pg_restore: setting owner and privileges for BLOB 42250
pg_restore: setting owner and privileges for BLOB 44802
pg_restore: setting owner and privileges for BLOB 44826
pg_restore: setting owner and privileges for BLOB 44838
pg_restore: setting owner and privileges for BLOB 44880
pg_restore: setting owner and privileges for BLOB 45001
pg_restore: setting owner and privileges for BLOB 45007
pg_restore: setting owner and privileges for BLOB 45013
pg_restore: setting owner and privileges for BLOB 45039
pg_restore: setting owner and privileges for BLOB 45045
pg_restore: setting owner and privileges for BLOB 45564
pg_restore: setting owner and privileges for BLOB 45590
pg_restore: setting owner and privileges for BLOB 45609
pg_restore: setting owner and privileges for BLOB 45666
pg_restore: setting owner and privileges for BLOB 45672
pg_restore: setting owner and privileges for BLOB 45677
pg_restore: setting owner and privileges for BLOB 45692
pg_restore: setting owner and privileges for BLOB 45697
pg_restore: setting owner and privileges for BLOB 45703
pg_restore: setting owner and privileges for BLOB 45716
pg_restore: setting owner and privileges for BLOB 45724
pg_restore: setting owner and privileges for BLOB 45729
pg_restore: setting owner and privileges for BLOB 45734
pg_restore: setting owner and privileges for BLOB 45739
pg_restore: setting owner and privileges for BLOB 45747
pg_restore: setting owner and privileges for BLOB 45748
pg_restore: setting owner and privileges for BLOB 45753
pg_restore: setting owner and privileges for BLOB 45779
pg_restore: setting owner and privileges for BLOB 45784
pg_restore: setting owner and privileges for BLOB 46313
pg_restore: setting owner and privileges for BLOB 46860
pg_restore: setting owner and privileges for BLOB 46866
pg_restore: setting owner and privileges for BLOB 46872
pg_restore: setting owner and privileges for BLOB 46877
pg_restore: setting owner and privileges for BLOB 46882
pg_restore: setting owner and privileges for BLOB 46887
pg_restore: setting owner and privileges for BLOB 46892
pg_restore: setting owner and privileges for BLOB 46897
pg_restore: setting owner and privileges for BLOB 46903
pg_restore: setting owner and privileges for BLOB 46908
pg_restore: setting owner and privileges for BLOB 46913
pg_restore: setting owner and privileges for BLOB 46921
pg_restore: setting owner and privileges for BLOB 46940
pg_restore: setting owner and privileges for BLOB 46946
pg_restore: setting owner and privileges for BLOB 46953
pg_restore: setting owner and privileges for BLOB 46959
pg_restore: setting owner and privileges for BLOB 46965
pg_restore: setting owner and privileges for BLOB 46970
pg_restore: setting owner and privileges for BLOB 46975
pg_restore: setting owner and privileges for BLOB 46980
pg_restore: setting owner and privileges for BLOB 46986
pg_restore: setting owner and privileges for BLOB 46995
pg_restore: setting owner and privileges for BLOB 47013
pg_restore: setting owner and privileges for BLOB 47018
pg_restore: setting owner and privileges for BLOB 47023
pg_restore: setting owner and privileges for BLOB 47028
pg_restore: setting owner and privileges for BLOB 47033
pg_restore: setting owner and privileges for BLOB 47038
pg_restore: setting owner and privileges for BLOB 47041
pg_restore: setting owner and privileges for BLOB 47044
pg_restore: setting owner and privileges for BLOB 47049
pg_restore: setting owner and privileges for BLOB 47058
pg_restore: setting owner and privileges for BLOB 47064
pg_restore: setting owner and privileges for BLOB 47066
pg_restore: setting owner and privileges for BLOB 47070
pg_restore: setting owner and privileges for BLOB 47077
pg_restore: setting owner and privileges for BLOB 47083
pg_restore: setting owner and privileges for BLOB 47089
pg_restore: setting owner and privileges for BLOB 47094
pg_restore: setting owner and privileges for BLOB 47099
pg_restore: setting owner and privileges for BLOB 47104
pg_restore: setting owner and privileges for BLOB 47109
pg_restore: setting owner and privileges for BLOB 47135
pg_restore: setting owner and privileges for BLOB 47141
pg_restore: setting owner and privileges for BLOB 47147
pg_restore: setting owner and privileges for BLOB 47153
pg_restore: setting owner and privileges for BLOB 47160
pg_restore: setting owner and privileges for BLOB 47166
pg_restore: setting owner and privileges for BLOB 47171
pg_restore: setting owner and privileges for BLOB 47189
pg_restore: setting owner and privileges for BLOB 47194
pg_restore: setting owner and privileges for BLOB 47199
pg_restore: setting owner and privileges for BLOB 47205
pg_restore: setting owner and privileges for BLOB 47210
pg_restore: setting owner and privileges for BLOB 47216
pg_restore: setting owner and privileges for BLOB 47221
pg_restore: setting owner and privileges for BLOB 47226
pg_restore: setting owner and privileges for BLOB 47231
pg_restore: setting owner and privileges for BLOB 47236
pg_restore: setting owner and privileges for BLOB 47241
pg_restore: setting owner and privileges for BLOB 47263
pg_restore: setting owner and privileges for BLOB 47268
pg_restore: setting owner and privileges for BLOB 47286
pg_restore: setting owner and privileges for BLOB 47292
pg_restore: setting owner and privileges for BLOB 47297
pg_restore: setting owner and privileges for BLOB 47303
pg_restore: setting owner and privileges for BLOB 47308
pg_restore: setting owner and privileges for BLOB 47319
pg_restore: setting owner and privileges for BLOB 47324
pg_restore: setting owner and privileges for BLOB 47329
pg_restore: setting owner and privileges for BLOB 47335
pg_restore: setting owner and privileges for BLOB 47355
pg_restore: setting owner and privileges for BLOB 47360
pg_restore: setting owner and privileges for BLOB 47366
pg_restore: setting owner and privileges for BLOB 47388
pg_restore: setting owner and privileges for BLOB 47393
pg_restore: setting owner and privileges for BLOB 47411
pg_restore: setting owner and privileges for BLOB 47416
pg_restore: setting owner and privileges for BLOB 47421
pg_restore: setting owner and privileges for BLOB 47426
pg_restore: setting owner and privileges for BLOB 47431
pg_restore: setting owner and privileges for BLOB 47449
pg_restore: setting owner and privileges for BLOB 47454
pg_restore: setting owner and privileges for BLOB 47459
pg_restore: setting owner and privileges for BLOB 47464
pg_restore: setting owner and privileges for BLOB 47471
pg_restore: setting owner and privileges for BLOB 47477
pg_restore: setting owner and privileges for BLOB 47707
pg_restore: setting owner and privileges for BLOB 47713
pg_restore: setting owner and privileges for BLOB 47718
pg_restore: setting owner and privileges for BLOB 47723
pg_restore: setting owner and privileges for BLOB 47728
pg_restore: setting owner and privileges for BLOB 47733
pg_restore: setting owner and privileges for BLOB 47738
pg_restore: setting owner and privileges for BLOB 47743
pg_restore: setting owner and privileges for BLOB 47748
pg_restore: setting owner and privileges for BLOB 47753
pg_restore: setting owner and privileges for BLOB 47759
pg_restore: setting owner and privileges for BLOB 47764
pg_restore: setting owner and privileges for BLOB 47769
pg_restore: setting owner and privileges for BLOB 47774
pg_restore: setting owner and privileges for BLOB 47779
pg_restore: setting owner and privileges for BLOB 49610
pg_restore: setting owner and privileges for BLOB 49618
pg_restore: setting owner and privileges for BLOB 49638
pg_restore: setting owner and privileges for BLOB 49736
pg_restore: setting owner and privileges for BLOB 49754
pg_restore: setting owner and privileges for BLOB 49759
pg_restore: setting owner and privileges for BLOB 49764
pg_restore: setting owner and privileges for BLOB 49772
pg_restore: setting owner and privileges for BLOB 49814
pg_restore: setting owner and privileges for BLOB 49819
pg_restore: setting owner and privileges for BLOB 49828
pg_restore: setting owner and privileges for BLOB 49834
pg_restore: setting owner and privileges for BLOB 49842
pg_restore: setting owner and privileges for BLOB 49850
pg_restore: setting owner and privileges for BLOB 49856
pg_restore: setting owner and privileges for BLOB 49891
pg_restore: setting owner and privileges for BLOB 49892
pg_restore: setting owner and privileges for BLOB 49899
pg_restore: setting owner and privileges for BLOB 50011
pg_restore: setting owner and privileges for BLOB 50016
pg_restore: setting owner and privileges for BLOB 50041
pg_restore: setting owner and privileges for BLOB 50046
pg_restore: setting owner and privileges for BLOB 50051
pg_restore: setting owner and privileges for BLOB 50056
pg_restore: setting owner and privileges for BLOB 52595
pg_restore: setting owner and privileges for BLOB 56027
pg_restore: setting owner and privileges for BLOB 56032
pg_restore: setting owner and privileges for BLOB 58261
pg_restore: setting owner and privileges for BLOB 58268
pg_restore: setting owner and privileges for BLOB 58273
pg_restore: setting owner and privileges for BLOB 58279
pg_restore: setting owner and privileges for BLOB 58365
pg_restore: setting owner and privileges for BLOB 58370
pg_restore: setting owner and privileges for BLOB 58391
pg_restore: setting owner and privileges for BLOB 58399
pg_restore: setting owner and privileges for BLOB 58404
pg_restore: setting owner and privileges for BLOB 58426
pg_restore: setting owner and privileges for BLOB 58454
pg_restore: setting owner and privileges for BLOB 58460
pg_restore: setting owner and privileges for BLOB 58487
pg_restore: setting owner and privileges for BLOB 58492
pg_restore: setting owner and privileges for BLOB 58498
pg_restore: setting owner and privileges for BLOB 58504
pg_restore: setting owner and privileges for BLOB 58509
pg_restore: setting owner and privileges for BLOB 58523
pg_restore: setting owner and privileges for BLOB 58529
pg_restore: setting owner and privileges for BLOB 58534
pg_restore: setting owner and privileges for BLOB 58540
pg_restore: setting owner and privileges for BLOB 58558
pg_restore: setting owner and privileges for BLOB 58564
pg_restore: setting owner and privileges for BLOB 58570
pg_restore: setting owner and privileges for BLOB 58576
pg_restore: setting owner and privileges for BLOB 58582
pg_restore: setting owner and privileges for BLOB 58587
pg_restore: setting owner and privileges for BLOB 58594
pg_restore: setting owner and privileges for BLOB 58599
pg_restore: setting owner and privileges for BLOB 63255
pg_restore: setting owner and privileges for BLOB 63261
pg_restore: setting owner and privileges for BLOB 63266
pg_restore: setting owner and privileges for BLOB 63271
pg_restore: setting owner and privileges for BLOB 83975
pg_restore: setting owner and privileges for BLOB 83980
pg_restore: setting owner and privileges for BLOB 83985
pg_restore: setting owner and privileges for BLOB 83991
pg_restore: setting owner and privileges for BLOB 83996
pg_restore: setting owner and privileges for BLOB 84001
pg_restore: setting owner and privileges for BLOB 84006
pg_restore: setting owner and privileges for BLOB 84011
pg_restore: setting owner and privileges for BLOB 84016
pg_restore: setting owner and privileges for BLOB 84022
pg_restore: setting owner and privileges for BLOB 84034
pg_restore: setting owner and privileges for BLOB 84039
pg_restore: setting owner and privileges for BLOB 84045
pg_restore: setting owner and privileges for BLOB 84088
pg_restore: setting owner and privileges for BLOB 84114
pg_restore: setting owner and privileges for BLOB 84120
pg_restore: setting owner and privileges for BLOB 89020
pg_restore: setting owner and privileges for BLOB 89270
pg_restore: setting owner and privileges for BLOB 89284
pg_restore: setting owner and privileges for BLOB 89289
pg_restore: setting owner and privileges for BLOB 89314
pg_restore: setting owner and privileges for BLOB 89319
pg_restore: setting owner and privileges for BLOB 89342
pg_restore: setting owner and privileges for BLOB 89348
pg_restore: setting owner and privileges for BLOB 89354
pg_restore: setting owner and privileges for BLOB 89361
pg_restore: setting owner and privileges for BLOB 89367
pg_restore: setting owner and privileges for BLOB 89373
pg_restore: setting owner and privileges for BLOB 89378
pg_restore: setting owner and privileges for BLOB 89383
pg_restore: setting owner and privileges for BLOB 89396
pg_restore: setting owner and privileges for BLOB 89401
pg_restore: setting owner and privileges for BLOB 89410
pg_restore: setting owner and privileges for BLOB 89416
pg_restore: setting owner and privileges for BLOB 89423
pg_restore: setting owner and privileges for BLOB 89428
pg_restore: setting owner and privileges for BLOB 89433
pg_restore: setting owner and privileges for BLOB 89441
pg_restore: setting owner and privileges for BLOB 89447
pg_restore: setting owner and privileges for BLOB 89453
pg_restore: setting owner and privileges for BLOB 89460
pg_restore: setting owner and privileges for BLOB 89465
pg_restore: setting owner and privileges for BLOB 89483
pg_restore: setting owner and privileges for BLOB 89488
pg_restore: setting owner and privileges for BLOB 89497
pg_restore: setting owner and privileges for BLOB 89502
pg_restore: setting owner and privileges for BLOB 89507
pg_restore: setting owner and privileges for BLOB 89512
pg_restore: setting owner and privileges for BLOB 89517
pg_restore: setting owner and privileges for BLOB 89535
pg_restore: setting owner and privileges for BLOB 89554
pg_restore: setting owner and privileges for BLOB 89610
pg_restore: setting owner and privileges for BLOB 89615
pg_restore: setting owner and privileges for BLOB 89621
pg_restore: setting owner and privileges for BLOB 89627
pg_restore: setting owner and privileges for BLOB 89634
pg_restore: setting owner and privileges for BLOB 89642
pg_restore: setting owner and privileges for BLOB 89648
pg_restore: setting owner and privileges for BLOB 89653
pg_restore: setting owner and privileges for BLOB 89654
pg_restore: setting owner and privileges for BLOB 89660
pg_restore: setting owner and privileges for BLOB 89666
pg_restore: setting owner and privileges for BLOB 89690
pg_restore: setting owner and privileges for BLOB 89708
pg_restore: setting owner and privileges for BLOB 89713
pg_restore: setting owner and privileges for BLOB 89719
pg_restore: setting owner and privileges for BLOB 89727
pg_restore: setting owner and privileges for BLOB 89732
pg_restore: setting owner and privileges for BLOB 89744
pg_restore: setting owner and privileges for BLOB 89750
pg_restore: setting owner and privileges for BLOB 89756
pg_restore: setting owner and privileges for BLOB 89762
pg_restore: setting owner and privileges for BLOB 89768
pg_restore: setting owner and privileges for BLOB 89774
pg_restore: setting owner and privileges for BLOB 89779
pg_restore: setting owner and privileges for BLOB 89802
pg_restore: setting owner and privileges for BLOB 89808
pg_restore: setting owner and privileges for BLOB 89813
pg_restore: setting owner and privileges for BLOB 89818
pg_restore: setting owner and privileges for BLOB 97982
pg_restore: setting owner and privileges for BLOB 97988
pg_restore: setting owner and privileges for BLOB 97994
pg_restore: setting owner and privileges for BLOB 97999
pg_restore: setting owner and privileges for TABLE DATA amortissement
pg_restore: setting owner and privileges for SEQUENCE SET amortissement_a_id_seq
pg_restore: setting owner and privileges for TABLE DATA amortissement_detail
pg_restore: setting owner and privileges for SEQUENCE SET amortissement_detail_ad_id_seq
pg_restore: setting owner and privileges for TABLE DATA amortissement_histo
pg_restore: setting owner and privileges for SEQUENCE SET amortissement_histo_ha_id_seq
pg_restore: setting owner and privileges for TABLE DATA version
pg_restore: setting owner and privileges for TABLE DATA action
pg_restore: setting owner and privileges for TABLE DATA action_detail
pg_restore: setting owner and privileges for SEQUENCE SET action_detail_ad_id_seq
pg_restore: setting owner and privileges for TABLE DATA action_gestion
pg_restore: setting owner and privileges for SEQUENCE SET action_gestion_ag_id_seq
pg_restore: setting owner and privileges for TABLE DATA action_gestion_comment
pg_restore: setting owner and privileges for SEQUENCE SET action_gestion_comment_agc_id_seq
pg_restore: setting owner and privileges for TABLE DATA action_gestion_operation
pg_restore: setting owner and privileges for SEQUENCE SET action_gestion_operation_ago_id_seq
pg_restore: setting owner and privileges for TABLE DATA action_gestion_related
pg_restore: setting owner and privileges for SEQUENCE SET action_gestion_related_aga_id_seq
pg_restore: setting owner and privileges for TABLE DATA action_person
pg_restore: setting owner and privileges for SEQUENCE SET action_person_ap_id_seq
pg_restore: setting owner and privileges for TABLE DATA action_tags
pg_restore: setting owner and privileges for SEQUENCE SET action_tags_at_id_seq
pg_restore: setting owner and privileges for TABLE DATA attr_def
pg_restore: setting owner and privileges for TABLE DATA attr_min
pg_restore: setting owner and privileges for TABLE DATA bilan
pg_restore: setting owner and privileges for SEQUENCE SET bilan_b_id_seq
pg_restore: setting owner and privileges for TABLE DATA bookmark
pg_restore: setting owner and privileges for SEQUENCE SET bookmark_b_id_seq
pg_restore: setting owner and privileges for SEQUENCE SET bud_card_bc_id_seq
pg_restore: setting owner and privileges for SEQUENCE SET bud_detail_bd_id_seq
pg_restore: setting owner and privileges for SEQUENCE SET bud_detail_periode_bdp_id_seq
pg_restore: setting owner and privileges for TABLE DATA centralized
pg_restore: setting owner and privileges for TABLE DATA del_action
pg_restore: setting owner and privileges for SEQUENCE SET del_action_del_id_seq
pg_restore: setting owner and privileges for TABLE DATA del_jrn
pg_restore: setting owner and privileges for SEQUENCE SET del_jrn_dj_id_seq
pg_restore: setting owner and privileges for TABLE DATA del_jrnx
pg_restore: setting owner and privileges for SEQUENCE SET del_jrnx_djx_id_seq
pg_restore: setting owner and privileges for TABLE DATA document
pg_restore: setting owner and privileges for SEQUENCE SET document_d_id_seq
pg_restore: setting owner and privileges for TABLE DATA document_modele
pg_restore: setting owner and privileges for SEQUENCE SET document_modele_md_id_seq
pg_restore: setting owner and privileges for SEQUENCE SET document_seq
pg_restore: setting owner and privileges for TABLE DATA document_state
pg_restore: setting owner and privileges for SEQUENCE SET document_state_s_id_seq
pg_restore: setting owner and privileges for TABLE DATA document_type
pg_restore: setting owner and privileges for SEQUENCE SET document_type_dt_id_seq
pg_restore: setting owner and privileges for TABLE DATA extension
pg_restore: setting owner and privileges for SEQUENCE SET extension_ex_id_seq
pg_restore: setting owner and privileges for TABLE DATA fiche
pg_restore: setting owner and privileges for TABLE DATA fiche_def
pg_restore: setting owner and privileges for TABLE DATA fiche_def_ref
pg_restore: setting owner and privileges for TABLE DATA fiche_detail
pg_restore: setting owner and privileges for TABLE DATA forecast
pg_restore: setting owner and privileges for TABLE DATA forecast_cat
pg_restore: setting owner and privileges for SEQUENCE SET forecast_cat_fc_id_seq
pg_restore: setting owner and privileges for SEQUENCE SET forecast_f_id_seq
pg_restore: setting owner and privileges for TABLE DATA forecast_item
pg_restore: setting owner and privileges for SEQUENCE SET forecast_item_fi_id_seq
pg_restore: setting owner and privileges for TABLE DATA form
pg_restore: setting owner and privileges for TABLE DATA formdef
pg_restore: setting owner and privileges for TABLE DATA groupe_analytique
pg_restore: setting owner and privileges for SEQUENCE SET historique_analytique_ha_id_seq
pg_restore: setting owner and privileges for TABLE DATA info_def
pg_restore: setting owner and privileges for TABLE DATA jnt_fic_attr
pg_restore: setting owner and privileges for TABLE DATA jnt_letter
pg_restore: setting owner and privileges for SEQUENCE SET jnt_letter_jl_id_seq
pg_restore: setting owner and privileges for TABLE DATA jrn
pg_restore: setting owner and privileges for TABLE DATA jrn_def
pg_restore: setting owner and privileges for TABLE DATA jrn_info
pg_restore: setting owner and privileges for SEQUENCE SET jrn_info_ji_id_seq
pg_restore: setting owner and privileges for TABLE DATA jrn_note
pg_restore: setting owner and privileges for SEQUENCE SET jrn_note_n_id_seq
pg_restore: setting owner and privileges for TABLE DATA jrn_periode
pg_restore: setting owner and privileges for TABLE DATA jrn_rapt
pg_restore: setting owner and privileges for TABLE DATA jrn_type
pg_restore: setting owner and privileges for TABLE DATA jrnx
pg_restore: setting owner and privileges for TABLE DATA key_distribution
pg_restore: setting owner and privileges for TABLE DATA key_distribution_activity
pg_restore: setting owner and privileges for SEQUENCE SET key_distribution_activity_ka_id_seq
pg_restore: setting owner and privileges for TABLE DATA key_distribution_detail
pg_restore: setting owner and privileges for SEQUENCE SET key_distribution_detail_ke_id_seq
pg_restore: setting owner and privileges for SEQUENCE SET key_distribution_kd_id_seq
pg_restore: setting owner and privileges for TABLE DATA key_distribution_ledger
pg_restore: setting owner and privileges for SEQUENCE SET key_distribution_ledger_kl_id_seq
pg_restore: setting owner and privileges for TABLE DATA letter_cred
pg_restore: setting owner and privileges for SEQUENCE SET letter_cred_lc_id_seq
pg_restore: setting owner and privileges for TABLE DATA letter_deb
pg_restore: setting owner and privileges for SEQUENCE SET letter_deb_ld_id_seq
pg_restore: setting owner and privileges for TABLE DATA link_action_type
pg_restore: setting owner and privileges for SEQUENCE SET link_action_type_l_id_seq
pg_restore: setting owner and privileges for TABLE DATA menu_default
pg_restore: setting owner and privileges for SEQUENCE SET menu_default_md_id_seq
pg_restore: setting owner and privileges for TABLE DATA menu_ref
pg_restore: setting owner and privileges for TABLE DATA mod_payment
pg_restore: setting owner and privileges for SEQUENCE SET mod_payment_mp_id_seq
pg_restore: setting owner and privileges for SEQUENCE SET op_def_op_seq
pg_restore: setting owner and privileges for TABLE DATA op_predef
pg_restore: setting owner and privileges for TABLE DATA op_predef_detail
pg_restore: setting owner and privileges for SEQUENCE SET op_predef_detail_opd_id_seq
pg_restore: setting owner and privileges for TABLE DATA operation_analytique
pg_restore: setting owner and privileges for TABLE DATA parameter
pg_restore: setting owner and privileges for TABLE DATA parm_code
pg_restore: setting owner and privileges for TABLE DATA parm_money
pg_restore: setting owner and privileges for TABLE DATA parm_periode
pg_restore: setting owner and privileges for TABLE DATA parm_poste
pg_restore: setting owner and privileges for TABLE DATA plan_analytique
pg_restore: setting owner and privileges for SEQUENCE SET plan_analytique_pa_id_seq
pg_restore: setting owner and privileges for TABLE DATA poste_analytique
pg_restore: setting owner and privileges for SEQUENCE SET poste_analytique_po_id_seq
pg_restore: setting owner and privileges for TABLE DATA profile
pg_restore: setting owner and privileges for TABLE DATA profile_menu
pg_restore: setting owner and privileges for SEQUENCE SET profile_menu_pm_id_seq
pg_restore: setting owner and privileges for TABLE DATA profile_menu_type
pg_restore: setting owner and privileges for SEQUENCE SET profile_p_id_seq
pg_restore: setting owner and privileges for TABLE DATA profile_sec_repository
pg_restore: setting owner and privileges for SEQUENCE SET profile_sec_repository_ur_id_seq
pg_restore: setting owner and privileges for TABLE DATA profile_user
pg_restore: setting owner and privileges for SEQUENCE SET profile_user_pu_id_seq
pg_restore: setting owner and privileges for TABLE DATA quant_fin
pg_restore: setting owner and privileges for SEQUENCE SET quant_fin_qf_id_seq
pg_restore: setting owner and privileges for TABLE DATA quant_purchase
pg_restore: setting owner and privileges for TABLE DATA quant_sold
pg_restore: setting owner and privileges for SEQUENCE SET s_attr_def
pg_restore: setting owner and privileges for SEQUENCE SET s_cbc
pg_restore: setting owner and privileges for SEQUENCE SET s_central
pg_restore: setting owner and privileges for SEQUENCE SET s_central_order
pg_restore: setting owner and privileges for SEQUENCE SET s_centralized
pg_restore: setting owner and privileges for SEQUENCE SET s_currency
pg_restore: setting owner and privileges for SEQUENCE SET s_fdef
pg_restore: setting owner and privileges for SEQUENCE SET s_fiche
pg_restore: setting owner and privileges for SEQUENCE SET s_fiche_def_ref
pg_restore: setting owner and privileges for SEQUENCE SET s_form
pg_restore: setting owner and privileges for SEQUENCE SET s_formdef
pg_restore: setting owner and privileges for SEQUENCE SET s_grpt
pg_restore: setting owner and privileges for SEQUENCE SET s_idef
pg_restore: setting owner and privileges for SEQUENCE SET s_internal
pg_restore: setting owner and privileges for SEQUENCE SET s_invoice
pg_restore: setting owner and privileges for SEQUENCE SET s_isup
pg_restore: setting owner and privileges for SEQUENCE SET s_jnt_fic_att_value
pg_restore: setting owner and privileges for SEQUENCE SET s_jnt_id
pg_restore: setting owner and privileges for SEQUENCE SET s_jrn
pg_restore: setting owner and privileges for SEQUENCE SET s_jrn_1
pg_restore: setting owner and privileges for SEQUENCE SET s_jrn_2
pg_restore: setting owner and privileges for SEQUENCE SET s_jrn_3
pg_restore: setting owner and privileges for SEQUENCE SET s_jrn_4
pg_restore: setting owner and privileges for SEQUENCE SET s_jrn_def
pg_restore: setting owner and privileges for SEQUENCE SET s_jrn_op
pg_restore: setting owner and privileges for SEQUENCE SET s_jrn_pj1
pg_restore: setting owner and privileges for SEQUENCE SET s_jrn_pj2
pg_restore: setting owner and privileges for SEQUENCE SET s_jrn_pj3
pg_restore: setting owner and privileges for SEQUENCE SET s_jrn_pj4
pg_restore: setting owner and privileges for SEQUENCE SET s_jrn_rapt
pg_restore: setting owner and privileges for SEQUENCE SET s_jrnaction
pg_restore: setting owner and privileges for SEQUENCE SET s_jrnx
pg_restore: setting owner and privileges for SEQUENCE SET s_oa_group
pg_restore: setting owner and privileges for SEQUENCE SET s_periode
pg_restore: setting owner and privileges for SEQUENCE SET s_quantity
pg_restore: setting owner and privileges for SEQUENCE SET s_stock_goods
pg_restore: setting owner and privileges for SEQUENCE SET s_tva
pg_restore: setting owner and privileges for SEQUENCE SET s_user_act
pg_restore: setting owner and privileges for SEQUENCE SET s_user_jrn
pg_restore: setting owner and privileges for SEQUENCE SET seq_bud_hypothese_bh_id
pg_restore: setting owner and privileges for SEQUENCE SET seq_doc_type_1
pg_restore: setting owner and privileges for SEQUENCE SET seq_doc_type_10
pg_restore: setting owner and privileges for SEQUENCE SET seq_doc_type_2
pg_restore: setting owner and privileges for SEQUENCE SET seq_doc_type_20
pg_restore: setting owner and privileges for SEQUENCE SET seq_doc_type_21
pg_restore: setting owner and privileges for SEQUENCE SET seq_doc_type_22
pg_restore: setting owner and privileges for SEQUENCE SET seq_doc_type_3
pg_restore: setting owner and privileges for SEQUENCE SET seq_doc_type_4
pg_restore: setting owner and privileges for SEQUENCE SET seq_doc_type_5
pg_restore: setting owner and privileges for SEQUENCE SET seq_doc_type_6
pg_restore: setting owner and privileges for SEQUENCE SET seq_doc_type_7
pg_restore: setting owner and privileges for SEQUENCE SET seq_doc_type_8
pg_restore: setting owner and privileges for SEQUENCE SET seq_doc_type_9
pg_restore: setting owner and privileges for TABLE DATA stock_change
pg_restore: setting owner and privileges for SEQUENCE SET stock_change_c_id_seq
pg_restore: setting owner and privileges for TABLE DATA stock_goods
pg_restore: setting owner and privileges for TABLE DATA stock_repository
pg_restore: setting owner and privileges for SEQUENCE SET stock_repository_r_id_seq
pg_restore: setting owner and privileges for TABLE DATA tags
pg_restore: setting owner and privileges for SEQUENCE SET tags_t_id_seq
pg_restore: setting owner and privileges for TABLE DATA tmp_pcmn
pg_restore: setting owner and privileges for TABLE DATA tmp_stockgood
pg_restore: setting owner and privileges for TABLE DATA tmp_stockgood_detail
pg_restore: setting owner and privileges for SEQUENCE SET tmp_stockgood_detail_d_id_seq
pg_restore: setting owner and privileges for SEQUENCE SET tmp_stockgood_s_id_seq
pg_restore: setting owner and privileges for TABLE DATA todo_list
pg_restore: setting owner and privileges for TABLE DATA todo_list_shared
pg_restore: setting owner and privileges for SEQUENCE SET todo_list_shared_id_seq
pg_restore: setting owner and privileges for SEQUENCE SET todo_list_tl_id_seq
pg_restore: setting owner and privileges for TABLE DATA tool_uos
pg_restore: setting owner and privileges for TABLE DATA tva_rate
pg_restore: setting owner and privileges for SEQUENCE SET uos_pk_seq
pg_restore: setting owner and privileges for TABLE DATA user_local_pref
pg_restore: setting owner and privileges for TABLE DATA user_sec_act
pg_restore: setting owner and privileges for TABLE DATA user_sec_action_profile
pg_restore: setting owner and privileges for SEQUENCE SET user_sec_action_profile_ua_id_seq
pg_restore: setting owner and privileges for TABLE DATA user_sec_jrn
pg_restore: setting owner and privileges for TABLE DATA version
pg_restore: setting owner and privileges for TABLE DATA declaration
pg_restore: setting owner and privileges for SEQUENCE SET declaration_d_id_seq
pg_restore: setting owner and privileges for SEQUENCE SET declaration_param_seq
pg_restore: setting owner and privileges for TABLE DATA declaration_row
pg_restore: setting owner and privileges for TABLE DATA declaration_row_detail
pg_restore: setting owner and privileges for SEQUENCE SET declaration_row_detail_ddr_id_seq
pg_restore: setting owner and privileges for TABLE DATA formulaire
pg_restore: setting owner and privileges for SEQUENCE SET formulaire_f_id_seq
pg_restore: setting owner and privileges for TABLE DATA formulaire_param
pg_restore: setting owner and privileges for TABLE DATA formulaire_param_detail
pg_restore: setting owner and privileges for SEQUENCE SET formulaire_param_detail_fp_id_seq
pg_restore: setting owner and privileges for SEQUENCE SET formulaire_param_p_id_seq
pg_restore: setting owner and privileges for TABLE DATA listing
pg_restore: setting owner and privileges for TABLE DATA listing_compute
pg_restore: setting owner and privileges for TABLE DATA listing_compute_detail
pg_restore: setting owner and privileges for SEQUENCE SET listing_compute_detail_ld_id_seq
pg_restore: setting owner and privileges for TABLE DATA listing_compute_fiche
pg_restore: setting owner and privileges for SEQUENCE SET listing_compute_fiche_lf_id_seq
pg_restore: setting owner and privileges for TABLE DATA listing_compute_historique
pg_restore: setting owner and privileges for SEQUENCE SET listing_compute_historique_lh_id_seq
pg_restore: setting owner and privileges for SEQUENCE SET listing_compute_lc_id_seq
pg_restore: setting owner and privileges for SEQUENCE SET listing_l_id_seq
pg_restore: setting owner and privileges for TABLE DATA listing_param
pg_restore: setting owner and privileges for SEQUENCE SET listing_param_lp_id_seq
pg_restore: setting owner and privileges for TABLE DATA periode_type
pg_restore: setting owner and privileges for TABLE DATA rapav_parameter
pg_restore: setting owner and privileges for TABLE DATA restore_formulaire_param
pg_restore: setting owner and privileges for TABLE DATA restore_formulaire_param_detail
pg_restore: setting owner and privileges for TABLE DATA total_type
pg_restore: setting owner and privileges for TABLE DATA total_type_account
pg_restore: setting owner and privileges for SEQUENCE SET total_type_account_tt_id_seq
pg_restore: setting owner and privileges for SEQUENCE SET total_type_tt_id_seq
pg_restore: setting owner and privileges for TABLE DATA type_row
pg_restore: setting owner and privileges for TABLE DATA type_row_detail
pg_restore: setting owner and privileges for TABLE DATA version
pg_restore: setting owner and privileges for TABLE DATA assujetti
pg_restore: setting owner and privileges for SEQUENCE SET assujetti_a_id_seq
pg_restore: setting owner and privileges for TABLE DATA assujetti_chld
pg_restore: setting owner and privileges for SEQUENCE SET assujetti_chld_ac_id_seq
pg_restore: setting owner and privileges for TABLE DATA declaration_amount
pg_restore: setting owner and privileges for SEQUENCE SET declaration_amount_da_id_seq
pg_restore: setting owner and privileges for TABLE DATA intracomm
pg_restore: setting owner and privileges for TABLE DATA intracomm_chld
pg_restore: setting owner and privileges for SEQUENCE SET intracomm_chld_ic_id_seq
pg_restore: setting owner and privileges for SEQUENCE SET intracomm_i_id_seq
pg_restore: setting owner and privileges for TABLE DATA parameter
pg_restore: setting owner and privileges for TABLE DATA parameter_chld
pg_restore: setting owner and privileges for SEQUENCE SET parameter_chld_pi_id_seq
pg_restore: setting owner and privileges for TABLE DATA version
pg_restore: setting owner and privileges for SEQUENCE SET version_id_seq
pg_restore: setting owner and privileges for BLOBS BLOBS
pg_restore: setting owner and privileges for CONSTRAINT amortissement_detail_pkey
pg_restore: setting owner and privileges for CONSTRAINT amortissement_f_id_key
pg_restore: setting owner and privileges for CONSTRAINT amortissement_histo_pkey
pg_restore: setting owner and privileges for CONSTRAINT amortissement_pkey
pg_restore: setting owner and privileges for CONSTRAINT version_pkey
pg_restore: setting owner and privileges for CONSTRAINT action_comment_operation_pkey
pg_restore: setting owner and privileges for CONSTRAINT action_detail_pkey
pg_restore: setting owner and privileges for CONSTRAINT action_gestion_comment_pkey
pg_restore: setting owner and privileges for CONSTRAINT action_gestion_pkey
pg_restore: setting owner and privileges for CONSTRAINT action_gestion_related_pkey
pg_restore: setting owner and privileges for CONSTRAINT action_person_pkey
pg_restore: setting owner and privileges for CONSTRAINT action_pkey
pg_restore: setting owner and privileges for CONSTRAINT action_tags_pkey
pg_restore: setting owner and privileges for CONSTRAINT attr_def_pkey
pg_restore: setting owner and privileges for CONSTRAINT bilan_b_name_key
pg_restore: setting owner and privileges for CONSTRAINT bilan_pkey
pg_restore: setting owner and privileges for CONSTRAINT bookmark_pkey
pg_restore: setting owner and privileges for CONSTRAINT centralized_pkey
pg_restore: setting owner and privileges for CONSTRAINT del_action_pkey
pg_restore: setting owner and privileges for CONSTRAINT dj_id
pg_restore: setting owner and privileges for CONSTRAINT djx_id
pg_restore: setting owner and privileges for CONSTRAINT document_modele_pkey
pg_restore: setting owner and privileges for CONSTRAINT document_pkey
pg_restore: setting owner and privileges for CONSTRAINT document_state_pkey
pg_restore: setting owner and privileges for CONSTRAINT document_type_pkey
pg_restore: setting owner and privileges for CONSTRAINT fiche_def_pkey
pg_restore: setting owner and privileges for CONSTRAINT fiche_def_ref_pkey
pg_restore: setting owner and privileges for CONSTRAINT fiche_pkey
pg_restore: setting owner and privileges for CONSTRAINT forecast_cat_pk
pg_restore: setting owner and privileges for CONSTRAINT forecast_item_pkey
pg_restore: setting owner and privileges for CONSTRAINT forecast_pk
pg_restore: setting owner and privileges for CONSTRAINT form_pkey
pg_restore: setting owner and privileges for CONSTRAINT formdef_pkey
pg_restore: setting owner and privileges for CONSTRAINT frd_ad_attr_min_pk
pg_restore: setting owner and privileges for CONSTRAINT historique_analytique_pkey
pg_restore: setting owner and privileges for CONSTRAINT idx_ex_code
pg_restore: setting owner and privileges for CONSTRAINT info_def_pkey
pg_restore: setting owner and privileges for CONSTRAINT jnt_fic_att_value_pkey
pg_restore: setting owner and privileges for CONSTRAINT jnt_letter_pk
pg_restore: setting owner and privileges for CONSTRAINT jrn_def_jrn_def_name_key
pg_restore: setting owner and privileges for CONSTRAINT jrn_def_pkey
pg_restore: setting owner and privileges for CONSTRAINT jrn_info_pkey
pg_restore: setting owner and privileges for CONSTRAINT jrn_periode_pk
pg_restore: setting owner and privileges for CONSTRAINT jrn_pkey
pg_restore: setting owner and privileges for CONSTRAINT jrn_rapt_pkey
pg_restore: setting owner and privileges for CONSTRAINT jrn_type_pkey
pg_restore: setting owner and privileges for CONSTRAINT jrnx_note_pkey
pg_restore: setting owner and privileges for CONSTRAINT jrnx_pkey
pg_restore: setting owner and privileges for CONSTRAINT key_distribution_activity_pkey
pg_restore: setting owner and privileges for CONSTRAINT key_distribution_detail_pkey
pg_restore: setting owner and privileges for CONSTRAINT key_distribution_ledger_pkey
pg_restore: setting owner and privileges for CONSTRAINT key_distribution_pkey
pg_restore: setting owner and privileges for CONSTRAINT letter_cred_j_id_key
pg_restore: setting owner and privileges for CONSTRAINT letter_cred_pk
pg_restore: setting owner and privileges for CONSTRAINT letter_deb_j_id_key
pg_restore: setting owner and privileges for CONSTRAINT letter_deb_pk
pg_restore: setting owner and privileges for CONSTRAINT link_action_type_pkey
pg_restore: setting owner and privileges for CONSTRAINT menu_default_md_code_key
pg_restore: setting owner and privileges for CONSTRAINT menu_default_pkey
pg_restore: setting owner and privileges for CONSTRAINT menu_ref_pkey
pg_restore: setting owner and privileges for CONSTRAINT mod_payment_pkey
pg_restore: setting owner and privileges for CONSTRAINT op_def_op_name_key
pg_restore: setting owner and privileges for CONSTRAINT op_def_pkey
pg_restore: setting owner and privileges for CONSTRAINT op_predef_detail_pkey
pg_restore: setting owner and privileges for CONSTRAINT parameter_pkey
pg_restore: setting owner and privileges for CONSTRAINT parm_code_pkey
pg_restore: setting owner and privileges for CONSTRAINT parm_money_pkey
pg_restore: setting owner and privileges for CONSTRAINT parm_periode_pkey
pg_restore: setting owner and privileges for CONSTRAINT parm_poste_pkey
pg_restore: setting owner and privileges for CONSTRAINT pk_extension
pg_restore: setting owner and privileges for CONSTRAINT pk_ga_id
pg_restore: setting owner and privileges for CONSTRAINT pk_jnt_fic_attr
pg_restore: setting owner and privileges for CONSTRAINT pk_user_local_pref
pg_restore: setting owner and privileges for CONSTRAINT plan_analytique_pa_name_key
pg_restore: setting owner and privileges for CONSTRAINT plan_analytique_pkey
pg_restore: setting owner and privileges for CONSTRAINT poste_analytique_pkey
pg_restore: setting owner and privileges for CONSTRAINT profile_menu_pkey
pg_restore: setting owner and privileges for CONSTRAINT profile_menu_type_pkey
pg_restore: setting owner and privileges for CONSTRAINT profile_pkey
pg_restore: setting owner and privileges for CONSTRAINT profile_sec_repository_pkey
pg_restore: setting owner and privileges for CONSTRAINT profile_sec_repository_r_id_p_id_u
pg_restore: setting owner and privileges for CONSTRAINT profile_user_pkey
pg_restore: setting owner and privileges for CONSTRAINT profile_user_user_name_key
pg_restore: setting owner and privileges for CONSTRAINT qp_id_pk
pg_restore: setting owner and privileges for CONSTRAINT qs_id_pk
pg_restore: setting owner and privileges for CONSTRAINT quant_fin_pk
pg_restore: setting owner and privileges for CONSTRAINT stock_change_pkey
pg_restore: setting owner and privileges for CONSTRAINT stock_goods_pkey
pg_restore: setting owner and privileges for CONSTRAINT stock_repository_pkey
pg_restore: setting owner and privileges for CONSTRAINT tags_pkey
pg_restore: setting owner and privileges for CONSTRAINT tmp_pcmn_pkey
pg_restore: setting owner and privileges for CONSTRAINT tmp_stockgood_detail_pkey
pg_restore: setting owner and privileges for CONSTRAINT tmp_stockgood_pkey
pg_restore: setting owner and privileges for CONSTRAINT todo_list_pkey
pg_restore: setting owner and privileges for CONSTRAINT todo_list_shared_pkey
pg_restore: setting owner and privileges for CONSTRAINT tool_uos_pkey
pg_restore: setting owner and privileges for CONSTRAINT tva_id_pk
pg_restore: setting owner and privileges for CONSTRAINT unique_todo_list_id_login
pg_restore: setting owner and privileges for CONSTRAINT user_sec_act_pkey
pg_restore: setting owner and privileges for CONSTRAINT user_sec_action_profile_p_id_p_granted_u
pg_restore: setting owner and privileges for CONSTRAINT user_sec_action_profile_pkey
pg_restore: setting owner and privileges for CONSTRAINT user_sec_jrn_pkey
pg_restore: setting owner and privileges for CONSTRAINT ux_aga_least_aga_greatest
pg_restore: setting owner and privileges for CONSTRAINT ux_internal
pg_restore: setting owner and privileges for CONSTRAINT declaration_pkey
pg_restore: setting owner and privileges for CONSTRAINT declaration_row_detail_pkey
pg_restore: setting owner and privileges for CONSTRAINT declaration_row_pkey
pg_restore: setting owner and privileges for CONSTRAINT formulaire_param_detail_pkey
pg_restore: setting owner and privileges for CONSTRAINT formulaire_param_f_id_p_code_key
pg_restore: setting owner and privileges for CONSTRAINT formulaire_param_pkey
pg_restore: setting owner and privileges for CONSTRAINT formulaire_pkey
pg_restore: setting owner and privileges for CONSTRAINT listing_compute_detail_pkey
pg_restore: setting owner and privileges for CONSTRAINT listing_compute_fiche_pkey
pg_restore: setting owner and privileges for CONSTRAINT listing_compute_historique_pkey
pg_restore: setting owner and privileges for CONSTRAINT listing_compute_pkey
pg_restore: setting owner and privileges for CONSTRAINT listing_param_pkey
pg_restore: setting owner and privileges for CONSTRAINT listing_pkey
pg_restore: setting owner and privileges for CONSTRAINT periode_type_pkey
pg_restore: setting owner and privileges for CONSTRAINT rapav_parameter_pkey
pg_restore: setting owner and privileges for CONSTRAINT restore_formulaire_param_detail_pkey
pg_restore: setting owner and privileges for CONSTRAINT restore_formulaire_param_pkey
pg_restore: setting owner and privileges for CONSTRAINT total_type_account_pkey
pg_restore: setting owner and privileges for CONSTRAINT total_type_pkey
pg_restore: setting owner and privileges for CONSTRAINT type_row_detail_pkey
pg_restore: setting owner and privileges for CONSTRAINT type_row_pkey
pg_restore: setting owner and privileges for CONSTRAINT version_pkey
pg_restore: setting owner and privileges for CONSTRAINT assujetti_chld_pk
pg_restore: setting owner and privileges for CONSTRAINT assujetti_pk
pg_restore: setting owner and privileges for CONSTRAINT declaration_amount_pkey
pg_restore: setting owner and privileges for CONSTRAINT intracom_chld_pk
pg_restore: setting owner and privileges for CONSTRAINT intracom_pk
pg_restore: setting owner and privileges for CONSTRAINT parameter_chld_pkey
pg_restore: setting owner and privileges for CONSTRAINT parameter_pkey
pg_restore: setting owner and privileges for CONSTRAINT version_pkey
pg_restore: setting owner and privileges for INDEX fd_id_ad_id_x
pg_restore: setting owner and privileges for INDEX fiche_detail_f_id_ad_id
pg_restore: setting owner and privileges for INDEX fk_action_person_action_gestion
pg_restore: setting owner and privileges for INDEX fk_action_person_fiche
pg_restore: setting owner and privileges for INDEX fk_stock_good_repository_r_id
pg_restore: setting owner and privileges for INDEX fk_stock_goods_f_id
pg_restore: setting owner and privileges for INDEX fk_stock_goods_j_id
pg_restore: setting owner and privileges for INDEX fki_f_end_date
pg_restore: setting owner and privileges for INDEX fki_f_start_date
pg_restore: setting owner and privileges for INDEX fki_jrn_jr_grpt_id
pg_restore: setting owner and privileges for INDEX fki_jrnx_f_id
pg_restore: setting owner and privileges for INDEX fki_jrnx_j_grpt
pg_restore: setting owner and privileges for INDEX fki_profile_menu_me_code
pg_restore: setting owner and privileges for INDEX fki_profile_menu_profile
pg_restore: setting owner and privileges for INDEX fki_profile_menu_type_fkey
pg_restore: setting owner and privileges for INDEX idx_qs_internal
pg_restore: setting owner and privileges for INDEX jnt_fic_att_value_fd_id_idx
pg_restore: setting owner and privileges for INDEX jnt_fic_attr_fd_id_idx
pg_restore: setting owner and privileges for INDEX jrnx_j_qcode_ix
pg_restore: setting owner and privileges for INDEX k_ag_ref
pg_restore: setting owner and privileges for INDEX link_action_type_fki
pg_restore: setting owner and privileges for INDEX qcode_idx
pg_restore: setting owner and privileges for INDEX qf_jr_id
pg_restore: setting owner and privileges for INDEX qp_j_id
pg_restore: setting owner and privileges for INDEX qs_j_id
pg_restore: setting owner and privileges for INDEX quant_purchase_jrn_fki
pg_restore: setting owner and privileges for INDEX quant_sold_jrn_fki
pg_restore: setting owner and privileges for INDEX uj_login_uj_jrn_id
pg_restore: setting owner and privileges for INDEX ux_po_name
pg_restore: setting owner and privileges for INDEX x_jrn_jr_id
pg_restore: setting owner and privileges for INDEX x_mt
pg_restore: setting owner and privileges for INDEX x_periode
pg_restore: setting owner and privileges for INDEX x_poste
pg_restore: setting owner and privileges for INDEX fki_formulaire_param_detail_type_row_detail
pg_restore: setting owner and privileges for INDEX fki_jrn_def_id
pg_restore: setting owner and privileges for INDEX fki_listing_compute_fiche_lf_id2_fk
pg_restore: setting owner and privileges for INDEX fki_listing_compute_fiche_lf_id_fk
pg_restore: setting owner and privileges for TRIGGER amortissement_after_ins
pg_restore: setting owner and privileges for TRIGGER amortissement_after_up
pg_restore: setting owner and privileges for TRIGGER action_gestion_t_insert_update
pg_restore: setting owner and privileges for COMMENT TRIGGER action_gestion_t_insert_update ON action_gestion
pg_restore: setting owner and privileges for TRIGGER document_modele_validate
pg_restore: setting owner and privileges for TRIGGER document_validate
pg_restore: setting owner and privileges for TRIGGER fiche_def_ins_upd
pg_restore: setting owner and privileges for TRIGGER fiche_detail_upd_trg
pg_restore: setting owner and privileges for TRIGGER info_def_ins_upd_t
pg_restore: setting owner and privileges for TRIGGER jrn_def_description_ins_upd
pg_restore: setting owner and privileges for TRIGGER opd_limit_description
pg_restore: setting owner and privileges for TRIGGER parm_periode_check_periode_trg
pg_restore: setting owner and privileges for TRIGGER quant_sold_ins_upd_tr
pg_restore: setting owner and privileges for TRIGGER quant_sold_ins_upd_tr
pg_restore: setting owner and privileges for TRIGGER remove_action_gestion
pg_restore: setting owner and privileges for TRIGGER t_check_balance
pg_restore: setting owner and privileges for TRIGGER t_check_jrn
pg_restore: setting owner and privileges for TRIGGER t_group_analytic_del
pg_restore: setting owner and privileges for TRIGGER t_group_analytic_ins_upd
pg_restore: setting owner and privileges for TRIGGER t_jnt_fic_attr_ins
pg_restore: setting owner and privileges for TRIGGER t_jrn_def_add_periode
pg_restore: setting owner and privileges for TRIGGER t_jrn_def_delete
pg_restore: setting owner and privileges for TRIGGER t_jrn_del
pg_restore: setting owner and privileges for TRIGGER t_jrnx_del
pg_restore: setting owner and privileges for TRIGGER t_jrnx_ins
pg_restore: setting owner and privileges for COMMENT TRIGGER t_jrnx_ins ON jrnx
pg_restore: setting owner and privileges for TRIGGER t_jrnx_upd
pg_restore: setting owner and privileges for TRIGGER t_letter_del
pg_restore: setting owner and privileges for COMMENT TRIGGER t_letter_del ON jrnx
pg_restore: setting owner and privileges for TRIGGER t_plan_analytique_ins_upd
pg_restore: setting owner and privileges for TRIGGER t_poste_analytique_ins_upd
pg_restore: setting owner and privileges for TRIGGER t_tmp_pcm_alphanum_ins_upd
pg_restore: setting owner and privileges for TRIGGER t_tmp_pcmn_ins
pg_restore: setting owner and privileges for TRIGGER trg_action_gestion_related
pg_restore: setting owner and privileges for TRIGGER trg_category_card_before_delete
pg_restore: setting owner and privileges for TRIGGER trg_extension_ins_upd
pg_restore: setting owner and privileges for TRIGGER trigger_document_type_i
pg_restore: setting owner and privileges for TRIGGER trigger_jrn_def_sequence_i
pg_restore: setting owner and privileges for TRIGGER formulaire_param_detail_trg
pg_restore: setting owner and privileges for TRIGGER listing_compute_trg
pg_restore: setting owner and privileges for TRIGGER listing_param_code_transform_trg
pg_restore: setting owner and privileges for TRIGGER listing_param_trg
pg_restore: setting owner and privileges for FK CONSTRAINT amortissement_account_cred_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT amortissement_account_deb_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT amortissement_detail_a_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT amortissement_f_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT amortissement_histo_a_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT card_cred_fk
pg_restore: setting owner and privileges for FK CONSTRAINT card_deb_fk
pg_restore: setting owner and privileges for FK CONSTRAINT $1
pg_restore: setting owner and privileges for FK CONSTRAINT $1
pg_restore: setting owner and privileges for FK CONSTRAINT $1
pg_restore: setting owner and privileges for FK CONSTRAINT $1
pg_restore: setting owner and privileges for FK CONSTRAINT $1
pg_restore: setting owner and privileges for FK CONSTRAINT $1
pg_restore: setting owner and privileges for FK CONSTRAINT $1
pg_restore: setting owner and privileges for FK CONSTRAINT $1
pg_restore: setting owner and privileges for FK CONSTRAINT $1
pg_restore: setting owner and privileges for FK CONSTRAINT $2
pg_restore: setting owner and privileges for FK CONSTRAINT $2
pg_restore: setting owner and privileges for FK CONSTRAINT action_comment_operation_ag_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT action_comment_operation_jr_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT action_detail_ag_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT action_gestion_ag_id_fk2
pg_restore: setting owner and privileges for FK CONSTRAINT action_gestion_comment_ag_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT action_gestion_related_aga_greatest_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT action_gestion_related_aga_least_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT action_gestion_related_aga_type_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT action_person_ag_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT action_person_f_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT action_tags_ag_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT action_tags_t_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT card
pg_restore: setting owner and privileges for FK CONSTRAINT fiche_detail_attr_def_fk
pg_restore: setting owner and privileges for FK CONSTRAINT fiche_f_id_fk2
pg_restore: setting owner and privileges for FK CONSTRAINT fiche_f_id_fk3
pg_restore: setting owner and privileges for FK CONSTRAINT fk_action_gestion_document_type
pg_restore: setting owner and privileges for FK CONSTRAINT fk_card
pg_restore: setting owner and privileges for FK CONSTRAINT fk_card_other
pg_restore: setting owner and privileges for FK CONSTRAINT fk_forecast
pg_restore: setting owner and privileges for FK CONSTRAINT fk_info_def
pg_restore: setting owner and privileges for FK CONSTRAINT fk_jrn
pg_restore: setting owner and privileges for FK CONSTRAINT fk_jrn
pg_restore: setting owner and privileges for FK CONSTRAINT fk_pa_id
pg_restore: setting owner and privileges for FK CONSTRAINT fk_pcmn_val
pg_restore: setting owner and privileges for FK CONSTRAINT fk_pcmn_val
pg_restore: setting owner and privileges for FK CONSTRAINT fk_stock_good_f_id
pg_restore: setting owner and privileges for FK CONSTRAINT fk_todo_list_shared_todo_list
pg_restore: setting owner and privileges for FK CONSTRAINT forecast_child
pg_restore: setting owner and privileges for FK CONSTRAINT forecast_f_end_date_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT forecast_f_start_date_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT formdef_fk
pg_restore: setting owner and privileges for FK CONSTRAINT jnt_cred_fk
pg_restore: setting owner and privileges for FK CONSTRAINT jnt_deb_fk
pg_restore: setting owner and privileges for FK CONSTRAINT jnt_fic_attr_attr_def_fk
pg_restore: setting owner and privileges for FK CONSTRAINT jrn_def_id_fk
pg_restore: setting owner and privileges for FK CONSTRAINT jrn_per_jrn_def_id
pg_restore: setting owner and privileges for FK CONSTRAINT jrn_periode_p_id
pg_restore: setting owner and privileges for FK CONSTRAINT jrn_rapt_jr_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT jrn_rapt_jra_concerned_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT jrnx_f_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT jrnx_note_j_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT key_distribution_activity_ke_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT key_distribution_activity_pa_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT key_distribution_activity_po_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT key_distribution_detail_kd_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT key_distribution_ledger_jrn_def_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT key_distribution_ledger_kd_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT letter_cred_fk
pg_restore: setting owner and privileges for FK CONSTRAINT letter_deb_fk
pg_restore: setting owner and privileges for FK CONSTRAINT md_type
pg_restore: setting owner and privileges for FK CONSTRAINT mod_payment_jrn_def_id_fk
pg_restore: setting owner and privileges for FK CONSTRAINT mod_payment_mp_fd_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT mod_payment_mp_jrn_def_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT operation_analytique_j_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT operation_analytique_po_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT poste_analytique_pa_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT profile_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT profile_menu_me_code_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT profile_menu_p_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT profile_menu_type_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT profile_sec_repository_p_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT profile_sec_repository_r_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT profile_user_p_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT qp_vat_code_fk
pg_restore: setting owner and privileges for FK CONSTRAINT qs_vat_code_fk
pg_restore: setting owner and privileges for FK CONSTRAINT quant_purchase_j_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT quant_purchase_qp_internal_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT quant_sold_j_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT quant_sold_qs_internal_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT stock_change_r_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT stock_goods_c_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT stock_goods_j_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT tmp_stockgood_detail_s_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT uj_priv_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT user_sec_action_profile_p_granted_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT user_sec_action_profile_p_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT declaration_f_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT declaration_row_d_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT declaration_row_detail_dr_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT fk_formulaire_param_detail_type_row_detail
pg_restore: setting owner and privileges for FK CONSTRAINT fk_listing_compute_lc_id
pg_restore: setting owner and privileges for FK CONSTRAINT fk_listing_param_detail_attr_def
pg_restore: setting owner and privileges for FK CONSTRAINT fk_listing_param_listing
pg_restore: setting owner and privileges for FK CONSTRAINT formulaire_param_detail_jrn_def_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT formulaire_param_detail_p_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT formulaire_param_detail_tt_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT formulaire_param_detail_tva_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT formulaire_param_detail_type_sum_account_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT formulaire_param_f_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT formulaire_param_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT formulaire_param_p_type_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT formulaire_param_t_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT listing_compute_detail_lc_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT listing_compute_detail_lp_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT listing_compute_fiche_f_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT listing_compute_historique_jr_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT listing_compute_historique_ld_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT listing_fd_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT listing_fk
pg_restore: setting owner and privileges for FK CONSTRAINT listing_param_jrn_def_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT listing_param_tt_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT listing_param_tva_id_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT listing_param_type_sum_account_fkey
pg_restore: setting owner and privileges for FK CONSTRAINT assujetti_fk
pg_restore: setting owner and privileges for FK CONSTRAINT intracom_fk
pg_restore: setting owner and privileges for FK CONSTRAINT parameter_chld_tva_id_fkey
WARNING: errors ignored on restore: 596

Process returned exit code 1.

