/[openfoncier]/trunk/data/pgsql/init_data.sql
ViewVC logotype

Annotation of /trunk/data/pgsql/init_data.sql

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1844 - (hide annotations)
Mon May 6 14:04:34 2013 UTC (11 years, 9 months ago) by fmichon
File size: 39636 byte(s)
Mise à jour des fichiers init*.sql pour la release de la version 3.4.0-a1

1 fmichon 1801 --------------------------------------------------------------------------------
2     -- Jeu de données
3     --
4     -- @package openfoncier
5     -- @version SVN : $Id$
6     --------------------------------------------------------------------------------
7    
8     ---
9     --- UTILISATEURS
10     ---
11    
12     INSERT INTO om_utilisateur (om_utilisateur, nom, email, login, pwd, om_collectivite, om_type, om_profil) VALUES
13    
14     (2, 'Anonyme', '[email protected]', 'anony', '9163834aac262db4408928dd21608752', 1, 'DB', 1),
15    
16     (3, 'Instructeur', '[email protected]', 'instr', 'e1403d6e7f5e9a4b9090db9056e5b08a', 1, 'DB', 3),
17     (4, 'Instructeur 1', '[email protected]', 'instr1', 'e1403d6e7f5e9a4b9090db9056e5b08a', 1, 'DB', 3),
18     (5, 'Instructeur 2', '[email protected]', 'instr2', 'e1403d6e7f5e9a4b9090db9056e5b08a', 1, 'DB', 3),
19    
20     (6, 'Service consulté', '[email protected]', 'consu', '0da946569d9461a74e7495ade5719b16', 1, 'DB', 4),
21     (7, 'Service consulté 1', '[email protected]', 'consu1', '0da946569d9461a74e7495ade5719b16', 1, 'DB', 4),
22     (8, 'Service consulté 2', '[email protected]', 'consu2', '0da946569d9461a74e7495ade5719b16', 1, 'DB', 4),
23    
24     (9, 'Cellule suivi', '[email protected]', 'suivi', '88a76b5541cd34cea92bc20ec5bf75e2', 1, 'DB', 5),
25    
26     (10, 'Guichet Unique', '[email protected]', 'guichet', 'aca8a84cc15c9d23d11e96a15df4f828', 1, 'DB', 6)
27    
28     ;
29    
30    
31     ---
32     --- DIRECTIONS
33     ---
34    
35     INSERT INTO direction VALUES
36    
37     (1, 'ADS', 'Direction ADS', 'Direction des autorisations des droits du sol', 'Jeanette Rochefort', NULL, NULL)
38    
39     ;
40    
41    
42     ---
43     --- DIVISIONS
44     ---
45    
46     INSERT INTO division(division, code, libelle, chef, direction, om_validite_debut, om_validite_fin) VALUES
47    
48     (22, 'H', 'subdivision H', 'Paien Labossière', 1, NULL, NULL),
49     (23, 'J', 'subdivision J', 'Stéphane Cartier', 1, NULL, NULL)
50    
51     ;
52    
53    
54     ---
55     --- INSTRUCTEURS
56     ---
57    
58     INSERT INTO instructeur VALUES
59    
60     (1, 'Louis Laurent', NULL, 22,
61     (SELECT om_utilisateur from om_utilisateur where login='instr')
62     , NULL, NULL),
63     (2, 'Martine Nadeau', NULL, 22,
64     (SELECT om_utilisateur from om_utilisateur where login='instr1')
65     , NULL, NULL),
66     (3, 'Roland Richard', NULL, 23,
67     (SELECT om_utilisateur from om_utilisateur where login='instr2')
68     , NULL, NULL)
69    
70     ;
71    
72    
73     ---
74     --- AFFECTATION AUTOMATIQUE
75     ---
76    
77     INSERT INTO affectation_automatique VALUES (1, NULL, NULL, NULL, 1, NULL);
78     INSERT INTO affectation_automatique VALUES (2, NULL, NULL, NULL, 2, 1);
79     INSERT INTO affectation_automatique VALUES (3, NULL, NULL, NULL, 3, 3);
80    
81     --
82 fmichon 1844 -- pg_dump -a -t openads.service -t openads.service_categorie -t openads.lien_service_om_utilisateur -t openads.lien_service_service_categorie -t openads.arrondissement -t openads.quartier -t openads.dossier_autorisation -t openads.dossier -t openads.signataire_arrete -t openads.instruction -t openads.demande -t openads.demandeur -t openads.lien_demande_demandeur -t openads.lien_dossier_autorisation_demandeur -t openads.lien_dossier_demandeur -t openads.lot -t openads.lien_dossier_lot -t openads.lien_lot_demandeur -t openads.commission -t openads.commission_type -t openads.dossier_commission openads > /tmp/init_data.sql
83     --
84 fmichon 1801
85     --
86     -- PostgreSQL database dump
87     --
88    
89     --
90     -- Data for Name: arrondissement; Type: TABLE DATA; Schema: openads; Owner: postgres
91     --
92    
93     COPY arrondissement (arrondissement, libelle, code_postal) FROM stdin;
94     1 1 13001
95     2 2 13002
96     3 3 13003
97     4 4 13004
98     5 5 13005
99     6 6 13006
100     7 7 13007
101     8 8 13008
102     9 9 13009
103     10 10 13010
104     11 11 13011
105     12 12 13012
106     13 13 13013
107     14 14 13014
108     15 15 13015
109     16 16 13016
110     \.
111    
112    
113     --
114     -- Name: arrondissement_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres
115     --
116    
117     SELECT pg_catalog.setval('arrondissement_seq', 17, false);
118    
119    
120     --
121     -- Data for Name: commission_type; Type: TABLE DATA; Schema: openads; Owner: postgres
122     --
123    
124     COPY commission_type (commission_type, code, libelle, lieu_adresse_ligne1, lieu_adresse_ligne2, lieu_salle, listes_de_diffusion, participants, corps_du_courriel, om_validite_debut, om_validite_fin) FROM stdin;
125     1 CTU Commission Technique d'Urbanisme 40 rue Fauchier 13001 MARSEILLE \N [email protected]\[email protected] David CHEVALIER\nGuillaume LAMBERT Vous trouverez en pièces jointes les documents cités en objet du mail \N \N
126     \.
127    
128    
129     --
130     -- Data for Name: commission; Type: TABLE DATA; Schema: openads; Owner: postgres
131     --
132    
133     COPY commission (commission, code, commission_type, libelle, date_commission, heure_commission, lieu_adresse_ligne1, lieu_adresse_ligne2, lieu_salle, listes_de_diffusion, participants) FROM stdin;
134     1 CTU20121201 1 Commission Technique d'Urbanisme 2012-12-01 15:00 40 rue Fauchier 13001 MARSEILLE 2a fmichon@atreal.fr\nsupport@atreal.fr David CHEVALIER\nGuillaume LAMBERT
135     \.
136    
137    
138     --
139     -- Name: commission_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres
140     --
141    
142     SELECT pg_catalog.setval('commission_seq', 2, false);
143    
144 fmichon 1844
145 fmichon 1801 --
146 fmichon 1844 -- Name: commission_type_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres
147     --
148    
149     SELECT pg_catalog.setval('commission_type_seq', 2, false);
150    
151    
152     --
153 fmichon 1801 -- Data for Name: dossier_autorisation; Type: TABLE DATA; Schema: openads; Owner: postgres
154     --
155    
156     COPY dossier_autorisation (dossier_autorisation, dossier_autorisation_type_detaille, exercice, insee, terrain_references_cadastrales, terrain_adresse_voie_numero, complement, terrain_adresse_lieu_dit, terrain_adresse_localite, terrain_adresse_code_postal, terrain_adresse_bp, terrain_adresse_cedex, terrain_superficie, arrondissement, depot_initial, erp_numero_batiment, erp_ouvert, erp_date_ouverture, erp_arrete_decision, erp_date_arrete_decision, numero_version, etat_dossier_autorisation, date_depot, date_decision, date_validite, date_chantier, date_achevement, avis_decision, etat_dernier_dossier_instruction_accepte) FROM stdin;
157     PC0130551200001 1 \N \N \N \N \N \N \N \N \N \N \N \N 2012-12-17 \N \N \N \N \N 0 1 \N \N \N \N \N \N \N
158     PC0130551200002 2 \N \N \N \N \N \N \N \N \N \N \N \N 2012-12-17 \N \N \N \N \N 0 1 \N \N \N \N \N \N \N
159     PD0130551200001 3 \N \N \N \N \N \N \N \N \N \N \N \N 2012-12-17 \N \N \N \N \N 0 1 \N \N \N \N \N \N \N
160     PA0130551200001 4 \N \N \N \N \N \N \N \N \N \N \N \N 2012-12-17 \N \N \N \N \N 0 1 \N \N \N \N \N \N \N
161     DP0130551200001 5 \N \N \N \N \N \N \N \N \N \N \N \N 2012-12-17 \N \N \N \N \N 0 1 \N \N \N \N \N \N \N
162     CU0130551200001 6 \N \N \N \N \N \N \N \N \N \N \N \N 2012-12-17 \N \N \N \N \N 0 1 \N \N \N \N \N \N \N
163     AZ0130551200001 7 \N \N 123ab001; 113 boulevard pont de vivaux \N Marseille 13010 \N \N \N \N 2012-12-17 \N \N \N \N \N 0 1 \N \N \N \N \N \N \N
164     AT0130551200001 8 \N \N \N \N \N \N \N \N \N \N \N \N 2012-12-17 \N \N \N \N \N 0 1 \N \N \N \N \N \N \N
165     \.
166    
167    
168     --
169     -- Data for Name: dossier; Type: TABLE DATA; Schema: openads; Owner: postgres
170     --
171    
172     COPY dossier (dossier, annee, etat, instructeur, date_demande, date_depot, date_complet, date_rejet, date_notification_delai, delai, date_limite, accord_tacite, date_decision, date_validite, date_chantier, date_achevement, date_conformite, parcelle, pos, sig, batiment_nombre, logement_nombre, shon, shon_calcul, shob, lot, hauteur, piece_nombre, amenagement, parcelle_lot, parcelle_lot_lotissement, description, temp1, temp2, temp3, temp4, temp5, servitude, erp, avis_decision, enjeu_erp, enjeu_urba, division, autorite_competente, a_qualifier, terrain_references_cadastrales, terrain_adresse_voie_numero, complement, terrain_adresse_lieu_dit, terrain_adresse_localite, terrain_adresse_code_postal, terrain_adresse_bp, terrain_adresse_cedex, terrain_superficie, dossier_autorisation, dossier_instruction_type, date_dernier_depot, version, incompletude, evenement_suivant_tacite, evenement_suivant_tacite_incompletude, etat_pendant_incompletude, date_limite_incompletude, delai_incompletude, geom, geom1) FROM stdin;
173     PC0130551200001P0 notifier 2 2012-12-17 2012-12-17 2012-12-17 \N 2013-01-17 2 2013-02-17 Oui \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N f \N f f 22 1 f \N \N \N \N \N \N \N \N \N PC0130551200001 1 2012-12-17 0 f \N \N \N \N \N \N \N
174 nhaye 1814 PC0130551200002P0 notifier 1 2012-12-17 2012-12-17 2012-12-17 \N 2013-01-17 2 2013-02-17 Oui \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N f \N f f 22 2 f \N \N \N \N \N \N \N \N \N PC0130551200002 6 2012-12-17 0 f \N \N \N \N \N \N \N
175     PD0130551200001P0 notifier 3 2012-12-17 2012-12-17 2012-12-17 \N 2013-01-17 2 2013-02-17 Oui \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N f \N f f 23 3 f \N \N \N \N \N \N \N \N \N PD0130551200001 11 2012-12-17 0 f \N \N \N \N \N \N \N
176     PA0130551200001P0 notifier 1 2012-12-17 2012-12-17 2012-12-17 \N 2013-01-17 2 2013-02-17 Oui \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N f \N f f 22 1 f \N \N \N \N \N \N \N \N \N PA0130551200001 16 2012-12-17 0 f \N \N \N \N \N \N \N
177     DP0130551200001P0 notifier 1 2012-12-17 2012-12-17 2012-12-17 \N 2013-01-17 2 2013-02-17 Oui \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N f \N f f 22 1 f \N \N \N \N \N \N \N \N \N DP0130551200001 21 2012-12-17 0 f \N \N \N \N \N \N \N
178     CU0130551200001P0 notifier 1 2012-12-17 2012-12-17 2012-12-17 \N 2013-01-17 2 2013-02-17 Oui \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N f \N f f 22 1 f \N \N \N \N \N \N \N \N \N CU0130551200001 26 2012-12-17 0 f \N \N \N \N \N \N \N
179     AZ0130551200001P0 notifier 1 2012-12-17 2012-12-17 2012-12-17 \N 2013-01-17 2 2013-02-17 Oui \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N f \N f f 22 1 f 123ab001; 113 boulevard pont de vivaux \N Marseille 13010 \N \N \N AZ0130551200001 31 2012-12-17 0 f \N \N \N \N \N \N \N
180     AT0130551200001P0 notifier 1 2012-12-17 2012-12-17 2012-12-17 \N 2013-01-17 2 2013-02-17 Oui \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N f \N f f 22 1 f \N \N \N \N \N \N \N \N \N AT0130551200001 36 2012-12-17 0 f \N \N \N \N \N \N \N
181 fmichon 1801 \.
182    
183    
184     --
185     -- Data for Name: signataire_arrete; Type: TABLE DATA; Schema: openads; Owner: postgres
186     --
187    
188     COPY signataire_arrete (signataire_arrete, civilite, nom, prenom, qualite, signature, defaut, om_validite_debut, om_validite_fin) FROM stdin;
189     1 4 Dupont Albert Maire X t \N \N
190     \.
191    
192    
193     --
194     -- Data for Name: instruction; Type: TABLE DATA; Schema: openads; Owner: postgres
195     --
196    
197 fmichon 1844 COPY instruction (instruction, destinataire, date_evenement, evenement, lettretype, complement, complement2, dossier, action, delai, etat, accord_tacite, delai_notification, archive_delai, archive_date_complet, archive_date_rejet, archive_date_limite, archive_date_notification_delai, archive_accord_tacite, archive_etat, archive_date_decision, archive_avis, archive_date_validite, archive_date_achevement, archive_date_chantier, archive_date_conformite, complement3, complement4, complement5, complement6, complement7, complement8, complement9, complement10, complement11, complement12, complement13, complement14, complement15, avis_decision, date_finalisation_courrier, date_envoi_signature, date_retour_signature, date_envoi_rar, date_retour_rar, date_envoi_controle_legalite, date_retour_controle_legalite, signataire_arrete, numero_arrete, archive_date_dernier_depot, archive_incompletude, archive_evenement_suivant_tacite, archive_evenement_suivant_tacite_incompletude, archive_etat_pendant_incompletude, archive_date_limite_incompletude, archive_delai_incompletude, code_barres) FROM stdin;
198     1 PC0130551200001P0 2012-12-17 1 recepisse_1 PC0130551200001P0 initialisation 2 notifier Oui 1 0 \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N f \N \N \N \N \N 110000000001
199     2 PC0130551200002P0 2012-12-17 1 recepisse_1 PC0130551200002P0 initialisation 2 notifier Oui 1 0 \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N f \N \N \N \N \N 110000000002
200     3 PD0130551200001P0 2012-12-17 1 recepisse_1 PD0130551200001P0 initialisation 2 notifier Oui 1 0 \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N f \N \N \N \N \N 110000000003
201     4 PA0130551200001P0 2012-12-17 1 recepisse_1 PA0130551200001P0 initialisation 2 notifier Oui 1 0 \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N f \N \N \N \N \N 110000000004
202     5 DP0130551200001P0 2012-12-17 1 recepisse_1 DP0130551200001P0 initialisation 2 notifier Oui 1 0 \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N f \N \N \N \N \N 110000000005
203     6 CU0130551200001P0 2012-12-17 1 recepisse_1 CU0130551200001P0 initialisation 2 notifier Oui 1 0 \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N f \N \N \N \N \N 110000000006
204     7 AZ0130551200001P0 2012-12-17 1 recepisse_1 AZ0130551200001P0 initialisation 2 notifier Oui 1 0 \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N f \N \N \N \N \N 110000000007
205     8 AT0130551200001P0 2012-12-17 1 recepisse_1 AT0130551200001P0 initialisation 2 notifier Oui 1 0 \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N f \N \N \N \N \N 110000000008
206     9 AZ0130551200001P0 2013-02-27 81 arrete AZ0130551200001P0 acceptation 0 accepter Non 0 2 2012-12-17 \N 2013-02-17 2013-01-17 Oui notifier \N \N \N \N \N 7 \N \N \N \N \N \N \N 1 \N \N f \N \N \N \N \N 110000000009
207 fmichon 1801 \.
208    
209    
210     --
211     -- Data for Name: demande; Type: TABLE DATA; Schema: openads; Owner: postgres
212     --
213    
214     COPY demande (demande, dossier_autorisation_type_detaille, demande_type, dossier_instruction, dossier_autorisation, date_demande, terrain_references_cadastrales, terrain_adresse_voie_numero, complement, terrain_adresse_lieu_dit, terrain_adresse_localite, terrain_adresse_code_postal, terrain_adresse_bp, terrain_adresse_cedex, terrain_superficie, instruction_recepisse, arrondissement) FROM stdin;
215     1 1 1 PC0130551200001P0 PC0130551200001 2012-12-17 \N \N \N \N \N \N \N \N \N 1 \N
216     2 2 2 PC0130551200002P0 PC0130551200002 2012-12-17 \N \N \N \N \N \N \N \N \N 2 \N
217     3 3 3 PD0130551200001P0 PD0130551200001 2012-12-17 \N \N \N \N \N \N \N \N \N 3 \N
218     4 4 4 PA0130551200001P0 PA0130551200001 2012-12-17 \N \N \N \N \N \N \N \N \N 4 \N
219     5 5 5 DP0130551200001P0 DP0130551200001 2012-12-17 \N \N \N \N \N \N \N \N \N 5 \N
220     6 6 6 CU0130551200001P0 CU0130551200001 2012-12-17 \N 2 PLACE CASTELLANE \N MARSEILLE 13006 \N \N \N 6 \N
221     7 7 7 AZ0130551200001P0 AZ0130551200001 2012-12-17 123ab001; 113 BD DE PONT DE VIVAUX \N MARSEILLE 13010 \N \N \N 7 10
222     8 8 8 AT0130551200001P0 AT0130551200001 2012-12-17 \N \N \N \N \N \N \N \N \N 8 \N
223     \.
224    
225    
226     --
227     -- Name: demande_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres
228     --
229    
230     SELECT pg_catalog.setval('demande_seq', 9, false);
231    
232    
233     --
234     -- Data for Name: demandeur; Type: TABLE DATA; Schema: openads; Owner: postgres
235     --
236    
237     COPY demandeur (demandeur, type_demandeur, qualite, particulier_nom, particulier_prenom, particulier_date_naissance, particulier_commune_naissance, particulier_departement_naissance, personne_morale_denomination, personne_morale_raison_sociale, personne_morale_siret, personne_morale_categorie_juridique, personne_morale_nom, personne_morale_prenom, numero, voie, complement, lieu_dit, localite, code_postal, bp, cedex, pays, division_territoriale, telephone_fixe, telephone_mobile, indicatif, courriel, notification, frequent, particulier_civilite, personne_morale_civilite) FROM stdin;
238     1 petitionnaire particulier DUPONT JACQUES \N \N \N \N \N \N \N \N \N 12 RUE DE LA LOI BATIMENT F \N MARSEILLE 13155 \N \N France \N \N \N \N \N f f \N \N
239     2 petitionnaire particulier DURAND GÉRARD \N \N \N \N \N \N \N \N \N 17 AVENUE DE LA RÉPUBLIQUE \N \N MARSEILLE 13002 \N \N France \N \N \N \N \N f f \N \N
240     3 petitionnaire particulier MARTIN PAUL \N \N \N \N \N \N \N \N \N 3 PLACE CASTELLANE \N \N MARSEILLE 13006 \N \N France \N \N \N \N \N f f \N \N
241     4 petitionnaire particulier BLANC MARCEL \N \N \N \N \N \N \N \N \N 8 BOULEVARD DE PONT DE VIVAUX \N \N MARSEILLE 13010 \N \N France \N \N \N \N \N f f \N \N
242     5 petitionnaire particulier LEGRAND PIERRE \N \N \N \N \N \N \N \N \N 19 AVENUE DU PRADO \N \N MARSEILLE 13008 \N \N France \N \N \N \N \N f f \N \N
243     6 petitionnaire personne_morale \N \N \N \N \N BOUYGUES \N \N \N \N \N 36 AVENUE DE LA CAPELETTE \N \N MARSEILLE 13010 \N \N France \N \N \N \N \N f f \N \N
244     7 petitionnaire particulier PETIT MARTHE \N \N \N \N \N \N \N \N \N 41 AVENUE DE TOULON \N \N MARSEILLE 13006 \N \N France \N \N \N \N \N f f \N \N
245     8 petitionnaire particulier BERNARD LILIANE \N \N \N \N \N \N \N \N \N 58 AVENUE JULES CANTINI \N \N MARSEILLE 13006 \N \N France \N \N \N \N \N f f \N \N
246     \.
247    
248    
249     --
250     -- Name: demandeur_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres
251     --
252    
253     SELECT pg_catalog.setval('demandeur_seq', 9, false);
254    
255    
256     --
257     -- Data for Name: dossier_commission; Type: TABLE DATA; Schema: openads; Owner: postgres
258     --
259    
260     COPY dossier_commission (dossier_commission, dossier, commission_type, date_souhaitee, motivation, commission, avis, lu) FROM stdin;
261     1 AZ0130551200001P0 1 2012-12-19 1 t
262     \.
263    
264    
265     --
266     -- Name: dossier_commission_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres
267     --
268    
269     SELECT pg_catalog.setval('dossier_commission_seq', 2, false);
270    
271    
272     --
273     -- Name: instruction_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres
274     --
275    
276     SELECT pg_catalog.setval('instruction_seq', 10, false);
277    
278    
279     --
280     -- Data for Name: lien_demande_demandeur; Type: TABLE DATA; Schema: openads; Owner: postgres
281     --
282    
283     COPY lien_demande_demandeur (lien_demande_demandeur, petitionnaire_principal, demande, demandeur) FROM stdin;
284     1 t 1 1
285     2 t 2 2
286     3 t 3 3
287     4 t 4 4
288     5 t 5 5
289     6 t 6 6
290     7 t 7 7
291     8 t 8 8
292     \.
293    
294    
295     --
296     -- Name: lien_demande_demandeur_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres
297     --
298    
299     SELECT pg_catalog.setval('lien_demande_demandeur_seq', 9, false);
300    
301    
302     --
303     -- Data for Name: lien_dossier_autorisation_demandeur; Type: TABLE DATA; Schema: openads; Owner: postgres
304     --
305    
306     COPY lien_dossier_autorisation_demandeur (lien_dossier_autorisation_demandeur, petitionnaire_principal, dossier_autorisation, demandeur) FROM stdin;
307     1 t PC0130551200001 1
308     2 t PC0130551200002 2
309     3 t PD0130551200001 3
310     4 t PA0130551200001 4
311     5 t DP0130551200001 5
312     6 t CU0130551200001 6
313     7 t AZ0130551200001 7
314     8 t AT0130551200001 8
315     \.
316    
317    
318     --
319     -- Name: lien_dossier_autorisation_demandeur_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres
320     --
321    
322     SELECT pg_catalog.setval('lien_dossier_autorisation_demandeur_seq', 9, false);
323    
324    
325     --
326     -- Data for Name: lien_dossier_demandeur; Type: TABLE DATA; Schema: openads; Owner: postgres
327     --
328    
329     COPY lien_dossier_demandeur (lien_dossier_demandeur, petitionnaire_principal, dossier, demandeur) FROM stdin;
330     1 t PC0130551200001P0 1
331     2 t PC0130551200002P0 2
332     3 t PD0130551200001P0 3
333     4 t PA0130551200001P0 4
334     5 t DP0130551200001P0 5
335     6 t CU0130551200001P0 6
336     7 t AZ0130551200001P0 7
337     8 t AT0130551200001P0 8
338     \.
339    
340    
341     --
342     -- Name: lien_dossier_demandeur_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres
343     --
344    
345     SELECT pg_catalog.setval('lien_dossier_demandeur_seq', 9, false);
346    
347    
348     --
349     -- Data for Name: lot; Type: TABLE DATA; Schema: openads; Owner: postgres
350     --
351    
352     COPY lot (lot, libelle, dossier_autorisation) FROM stdin;
353     1 test 20 PC0130551200002
354     2 test 59 PC0130551200002
355     \.
356    
357    
358     --
359     -- Data for Name: lien_dossier_lot; Type: TABLE DATA; Schema: openads; Owner: postgres
360     --
361    
362     COPY lien_dossier_lot (lien_dossier_lot, dossier, lot) FROM stdin;
363     1 PC0130551200002P0 1
364     2 PC0130551200002P0 2
365     \.
366    
367    
368     --
369     -- Name: lien_dossier_lot_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres
370     --
371    
372     SELECT pg_catalog.setval('lien_dossier_lot_seq', 3, false);
373    
374    
375     --
376     -- Data for Name: lien_lot_demandeur; Type: TABLE DATA; Schema: openads; Owner: postgres
377     --
378    
379     COPY lien_lot_demandeur (lien_lot_demandeur, lot, demandeur, petitionnaire_principal) FROM stdin;
380     1 1 7 t
381     2 2 7 t
382     \.
383    
384    
385     --
386     -- Name: lien_lot_demandeur_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres
387     --
388    
389     SELECT pg_catalog.setval('lien_lot_demandeur_seq', 3, false);
390    
391    
392     --
393     -- Data for Name: service; Type: TABLE DATA; Schema: openads; Owner: postgres
394     --
395    
396     COPY service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation) FROM stdin;
397     59.01 Direction de l'Eau et de l'Assainissement Boulevard Joseph Vernet 13008 Marseille 1 1 f f 2000-01-01 2100-01-01 pour_conformite
398     59.02 Atelier du Patrimoine Square Belsunce 13001 Marseille 1 2 f f 2000-01-01 2100-01-01 pour_conformite
399     59.06 Direction de la Circulation Place de la Joliette CUMPM - Les Docks - Atrium 10.7 13002 Marseille 1 6 f f 2000-01-01 2100-01-01 pour_conformite
400     59.07 Service de l' Espace Public Rue Mongrand 13006 Marseille 0 7 f f 2000-01-01 2100-01-01 pour_information
401     59.08 Division Prévention des Marins Pompiers / PREV Boulevard de Strasbourg 13303 Marseille Cedex 3 1 8 f f 2000-01-01 2100-01-01 pour_information
402     59.12 Direction de la Propreté Urbaine DOCTEUR HECKEL 13011 Marseille 0 12 f f 2000-01-01 2100-01-01 pour_information
403     59.13 Régie des Tranports de Marseille - DTP/CIP du Métro 13013 Marseille 0 13 f f 2000-01-01 2100-01-01 avec_avis_attendu
404     59.15 DGST - Service de l'Espace Urbain 320-330, Avenue du Prado 13008 Marseille 0 15 f f 2000-01-01 2100-01-01 avec_avis_attendu
405     59.17 Conseil Général des BDR - Direction des Routes Avenue Joseph Vidal 13285 Marseille cedex 08 0 17 f f 2000-01-01 2100-01-01 avec_avis_attendu
406     59.22 Architecte des Bâtiments de France (Sites) Place de la Joliette - Les Docks S.D.A.P. des Bouches du Rhône 13567 Marseille cedex 02 1 22 f f 2000-01-01 2100-01-01 avec_avis_attendu
407     59.25 Agence d'Urbanisme de l'Agglomération de Marseille La Canebière 13001 Marseille 1 25 f f 2000-01-01 2100-01-01 avec_avis_attendu
408     59.31 Direction Opérationnelle des Télécommunications Chemin du Sablier 13008 Marseille 0 31 f f 2000-01-01 2100-01-01 avec_avis_attendu
409     59.39 Service Logement S.A.H. - Changement d'usage Rue Colbert 13001 Marseille 0 39 f f 2000-01-01 2100-01-01 avec_avis_attendu
410     59.43 Direction Dép de l'Inspection Sanitaire et Sociale Rue Saint Sébastien Programmation et Equipement 13006 Marseille 0 43 f f 2000-01-01 2100-01-01 avec_avis_attendu
411     59.45 Préfecture, Service des Etablissements Classés Place de la Préfecture Hôtel de la Préfecture 13006 Marseille 0 45 f f 2000-01-01 2100-01-01 avec_avis_attendu
412     59.49 Service des Armées Caserne Audéoud Place de la Corderie 13002 Marseille 0 49 f f 2000-01-01 2100-01-01 avec_avis_attendu
413     59.50 Direction des Services Concédés et des S.E.M. Rue Colbert 13001 Marseille 1 50 f f 2000-01-01 2100-01-01 avec_avis_attendu
414     59.51 Direction de la Protection Civile Rue Nau 13005 Marseille 0 51 f f 2000-01-01 2100-01-01 avec_avis_attendu
415     59.52 Chambre de Commerce et d'Industrie de Marseille Palais de la Bourse 13001 Marseille 0 52 f f 2000-01-01 2100-01-01 avec_avis_attendu
416     59.54 Direction des Opérations Funéraires Rue Saint Pierre 13005 Marseille 1 54 f f 2000-01-01 2100-01-01 avec_avis_attendu
417     59.57 Télédiffusion de France Allée Ray Grassi 13008 Marseille 0 57 f f 2000-01-01 2100-01-01 avec_avis_attendu
418     59.59 DDTM 13 - Service de la Mer et du Littoral rue Antoine Zattara 13332 Marseille cedex3 0 59 f f 2000-01-01 2100-01-01 avec_avis_attendu
419     59.60 SO.MI.MAR M.I.N. des Arnavaux 13014 Marseille 0 60 f f 2000-01-01 2100-01-01 avec_avis_attendu
420     59.61 RTE - GET PROVENCE ALPES DU SUD rue Louis Lépine Les Chabauds Nord 13330 Bouc Bel Air 1 61 f f 2000-01-01 2100-01-01 avec_avis_attendu
421     59.64 Direction des Sports Allée Ray Grassi 13008 Marseille 1 63 f f 2000-01-01 2100-01-01 avec_avis_attendu
422     59.67 GDF Exploitation Transport Rue de Lyon 13015 Marseille 0 66 f f 2000-01-01 2100-01-01 avec_avis_attendu
423     59.68 Direction de l' Eclairage Public Rue Sénac 13001 Marseille 1 67 f f 2000-01-01 2100-01-01 avec_avis_attendu
424     59.70 AUTRE 0 69 f f 2000-01-01 2100-01-01 avec_avis_attendu
425     59.71 Direction Régionale Industrie Recherche Avenue du Prado 13008 Marseille 0 70 f f 2000-01-01 2100-01-01 avec_avis_attendu
426     59.73 Dir. Départementale des Territoires et de la Mer Antoine Zattara 13332 Marseille cedex 3 0 72 f f 2000-01-01 2100-01-01 avec_avis_attendu
427     59.78 Direction des Handicapés Avenue du Prado Cellule Accessibilité 13008 Marseille 0 77 f f 2000-01-01 2100-01-01 avec_avis_attendu
428     1ER Maire 1er Secteur 0 501 f f 2000-01-01 2100-01-01 avec_avis_attendu
429     2EME Maire 2ème Secteur 0 502 f f 2000-01-01 2100-01-01 avec_avis_attendu
430     3EME Maire 3ème Secteur 0 503 f f 2000-01-01 2100-01-01 avec_avis_attendu
431     4EME Maire 4ème Secteur 0 504 f f 2000-01-01 2100-01-01 avec_avis_attendu
432     5EME Maire 5ème Secteur 0 505 f f 2000-01-01 2100-01-01 avec_avis_attendu
433     6EME Maire 6ème Secteur 0 506 f f 2000-01-01 2100-01-01 avec_avis_attendu
434     7EME Maire 7ème Secteur 0 507 f f 2000-01-01 2100-01-01 avec_avis_attendu
435     8EME Maire 8ème Secteur 0 508 f f 2000-01-01 2100-01-01 avec_avis_attendu
436     59.14 Société Nationale des Chemins de Fer Français Esplanade Saint-Charles 13001 Marseille 0 14 f f 2000-01-01 2100-01-01 avec_avis_attendu
437     59.19 Architecte des Bâtiments de France (Monuments) Place de la Joliette - Les Docks S.D.A.P. des Bouches du Rhône 13567 Marseille cedex 02 1 19 f f 2000-01-01 2100-01-01 avec_avis_attendu
438     59.21 Préfet, Direction des Affaires Décentralisées Monsieur le Préfet des Bouches du Rhône Bureau de l'Urbanisme et Protection d 13282 Marseille Cedex 6 0 21 f f 2000-01-01 2100-01-01 avec_avis_attendu
439     59.26 Direction des Infrastructures - CUMPM BP 48014 13567 Marseille Cedex 02 0 26 f f 2000-01-01 2100-01-01 avec_avis_attendu
440     59.30 Orange France Rue Jacques Réattu - Buroparc Bât H Unité de Pilotage Réseau Sud Est 13009 Marseille 0 30 f f 2000-01-01 2100-01-01 avec_avis_attendu
441     59.38 Direction Développement Economique, Affaires Int. Rue Henri Barbusse 13001 Marseille 1 38 f f 2000-01-01 2100-01-01 avec_avis_attendu
442     59.42 Commision Départ. de l'Aménagement Commercial Préfecture des Bouches du Rhône - DCSE Boulevard Paul Peytral 13282 Marseille Cedex 20 0 42 f f 2000-01-01 2100-01-01 avec_avis_attendu
443     59.44 Direction Dép. de l'Action Sanitaire et Sociale Rue Saint Sébastien Service de l'Inadaptation et de la Prog 13006 Marseille 0 44 f f 2000-01-01 2100-01-01 avec_avis_attendu
444     59.46 Société des Eaux de la Ville de Marseille Rue Edouard Delanglade 13006 Marseille 1 46 f f 2000-01-01 2100-01-01 avec_avis_attendu
445     59.48 Port Autonome de la Ville de Marseille Place de la Joliette 13002 Marseille 1 48 f f 2000-01-01 2100-01-01 avec_avis_attendu
446     59.72 DDTM 13 - Service Urbanisme Antoine Zattara 13332 Marseille cedex 3 0 71 f f 2000-01-01 2100-01-01 avec_avis_attendu
447     59.77 Brigade Domaniale - Centre des Impôts de Ste Anne Boulevard Baptiste Bonnet 13285 Marseille Cedex 8 0 76 f f 2000-01-01 2100-01-01 avec_avis_attendu
448     59.83 Direction Régionale des Affaires Culturelles Boulevard du Roy René 13617 Aix en Provence cedex 1 0 79 f f 2000-01-01 2100-01-01 avec_avis_attendu
449     59.84 Direction Régionale des Antiquités Service de la Conservation Régionale de Historiques 13617 Aix en Provence Cedex 0 80 f f 2000-01-01 2100-01-01 avec_avis_attendu
450     59.10 MARSEILLE AMENAGEMENT - SOLEAM La Canebière 13001 MARSEILLE 0 511 f f 2000-01-01 2100-01-01 avec_avis_attendu
451     59.10 Grand Projet Ville Boulevard du Capitaine Gèze 13015 MARSEILLE 0 512 f f 2000-01-01 2100-01-01 avec_avis_attendu
452     59.44 Direction Départ. des Services Vétérinaires Rue Saint Sébastien BP 23 Cédex 6 13447 MARSEILLE 0 513 f f 2000-01-01 2100-01-01 avec_avis_attendu
453     59.10 Service Prévention et Sécurité du Public R Avenue Alexandre Dumas 13008 MARSEILLE 0 519 f f 2000-01-01 2100-01-01 avec_avis_attendu
454     59.36 Service Conseil et Droit de l 'Urbanisme Place François Mireur 13001 MARSEILLE 0 36 f f 2000-01-01 2100-01-01 avec_avis_attendu
455     59.10 ETABLISSEMENT PUBLIC EUROMEDITERRANEE PLACE DE LA JOLIETTE LES DOCKS BP 52620 13567 MARSEILLE CEDEX 02 0 528 f f 2000-01-01 2100-01-01 avec_avis_attendu
456     59.20 Direction Voirie et Entretien des Espaces Publics Allée de la Voirie 13014 Marseille 1 20 f f 2000-01-01 2100-01-01 avec_avis_attendu
457     59.69 D.G.de l'Architecture et des Bâtiments Communaux Boulevard de Louvain 13008 Marseille 1 68 f f 2000-01-01 2100-01-01 avec_avis_attendu
458     59.10 MISSION METRO - TRAMWAY PLACE DE LA JOLIETTE 13567 MARSEILLE cedex 02 0 531 f f 2000-01-01 2100-01-01 avec_avis_attendu
459     59.10 DIRECTION DES PORTS ET AEROPORTS PLACE DE LA JOLIETTE BP 48014 13002 MARSEILLE cedex 02 0 532 f f 2000-01-01 2100-01-01 avec_avis_attendu
460     59.11 DIRECTION DES SYSTEMES D'INFORMATION AV ROGER SALENGRO 13003 MARSEILLE 0 533 f f 2000-01-01 2100-01-01 avec_avis_attendu
461     59.79 Commission Départ. d'Accessibilité aux Handicapés Antoine Zattara D.D.T.M. 13 / Service Construction - Ac 13332 Marseille 0 538 f f 2000-01-01 2100-01-01 avec_avis_attendu
462     59.87 CUMPM - DUAEIC - Service Hab. Pol. de la Ville Les Docks - Atrium 10.7 BP48014 13567 Marseille Cedex 02 0 539 f f 2000-01-01 2100-01-01 avec_avis_attendu
463     59.01 Direction de l'Eau et de l'Assainissement - SPANC Boulevard Joseph Vernet 13008 Marseille 0 540 f f 2000-01-01 2100-01-01 avec_avis_attendu
464     59.01 SERAM Capitaine Geze BP 10256 13308 Marseille Cedex 14 0 541 f f 2000-01-01 2100-01-01 avec_avis_attendu
465     59.88 DAE - RESID TOURISME ET HOTELIER 0 542 f f 2000-01-01 2100-01-01 avec_avis_attendu
466     59.11 LE TRAM RUE SAINT PIERRE 13005 MARSEILLE 0 543 f f 2000-01-01 2100-01-01 avec_avis_attendu
467     59.32 Ministère de la Défense / Armée de l'Air Etat-Major de la Région Aérienne Sud Section Environnement Aéronautique - BP 33998 BORDEAUX Armées 0 544 f f 2000-01-01 2100-01-01 avec_avis_attendu
468     59.89 DRAC Monuments Historiques Pôle Recherche et Valorisation du Pa 23, Boulevard du Roy René 13617 Aix en Provence Cedex 1 1 546 f f 2000-01-01 2100-01-01 avec_avis_attendu
469     59.90 DRAC Archéologie Service Régional de l'Archéologie 23, Boulevard du Roy René 13617 Aix en Provence Cedex 1 0 547 f f 2000-01-01 2100-01-01 avec_avis_attendu
470     999 Transmission Monsieur le Préfet DCLCV 4eme BUREAU URBANISME BD PAUL PETRAL 13282 MARSEILLE CEDEX 1 549 f f 2000-01-01 2100-01-01 avec_avis_attendu
471     59.11 Division Prévention Marins Pompiers/ERP Boulevard de Strasbourg 13303 Marseille Cedex 3 0 550 f f 2000-01-01 2100-01-01 avec_avis_attendu
472     59.82 Société Marseillaise du Tunnel Prado Carénage Avenue Arthur Scott BP 40 13448 Marseille Cantini Cedex 1 552 f f 2000-01-01 2100-01-01 avec_avis_attendu
473     59.63 Direction de la Petite Enfance DGEPE (crèches) Rue des Convalescents 13233 Marseille Cedex 20 0 553 f f 2000-01-01 2100-01-01 avec_avis_attendu
474     59.81 Direction de l'Education DGEPE Rue des Convalescents 13233 Marseille cedex 20 1 560 f f 2000-01-01 2100-01-01 avec_avis_attendu
475     59.73 Direction Régionale de l'Environnement PACA Le Tholonet - BP 120 13603 Aix en Provence - Cedex 01 0 561 f f 2000-01-01 2100-01-01 avec_avis_attendu
476     59.47 ERDF-MED-ACCUEIL-URBANISME Les Jardins de Duranne 510, Rue René Descartes 13592 Aix en Provence 0 562 f f 2000-01-01 2100-01-01 avec_avis_attendu
477     59.59 Syndicat Intercommunal de l'Huveaune de la Fleuride - ZI les paluds 13400 Aubagne 0 563 f f 2000-01-01 2100-01-01 avec_avis_attendu
478     800 Changement d'Usage mairie secteur mairie de secteur 0 564 f f 2000-01-01 2100-01-01 avec_avis_attendu
479     59.56 Monsieur le Préfet (dérogation PLU) Dir. des collectivités locales et du 7 Avenue du Général Leclerc 13332 Marseille Cedex 3 0 56 f f 2000-01-01 2100-01-01 avec_avis_attendu
480     59.89 SDAP des BdR Les Docks - Atrium 104 10 Place de la Joliette 13567 marseille cedex2 0 568 f f 2000-01-01 2100-01-01 avec_avis_attendu
481     59.89 BMP / PHOTOVOLTAIQUE Boulevard de Strasbourg 13303 Marseille Cedex 3 0 570 f f 2000-01-01 2100-01-01 avec_avis_attendu
482     59.89 POLICE NATIONALE Sous Commission Départ. de la 2 rue Antoine Becker 13002 Marseille 0 571 f f 2000-01-01 2100-01-01 avec_avis_attendu
483     DAEWE DAE - BUREAU ENTREPOT INDUSTRIE AGRICOLE 0 572 f f 2000-01-01 2100-01-01 avec_avis_attendu
484     JURIW PARQUET 0 574 f f 2000-01-01 2100-01-01 avec_avis_attendu
485     59.88 DAE - COMMERCE ARTISANAT 0 575 f f 2000-01-01 2100-01-01 avec_avis_attendu
486     59.36 Service de la Planification Urbaine Rue Colbert 13001 MARSEILLE 0 576 f f 2000-01-01 2100-01-01 avec_avis_attendu
487     59.36 Service Aménagement et Habitat - CENTRE SUD Rue Colbert 13001 MARSEILLE 0 577 f f 2000-01-01 2100-01-01 avec_avis_attendu
488     59.36 Service Aménagement et Habitat - NORD Rue Colbert 13001 MARSEILLE 0 578 f f 2000-01-01 2100-01-01 avec_avis_attendu
489     59.36 Service de l'Action Fonçière Place François Mireur 13001 MARSEILLE 0 580 f f 2000-01-01 2100-01-01 avec_avis_attendu
490     59.36 CUMM - DUFE - Service Urbanisme et Foncier Rue Heni Barbusse 13001 MARSEILLE 0 581 f f 2000-01-01 2100-01-01 avec_avis_attendu
491     59.05 Service Parcs et Jardins, du Littoral et de la Mer Avenue Clot-Bey 13008 Marseille 0 5 f f 2000-01-01 2100-01-01 avec_avis_attendu
492     59.10 Service Prévention et Gestion des Risques ERP Avenue Alexandre Dumas 13008 MARSEILLE 0 583 f f 2000-01-01 2100-01-01 avec_avis_attendu
493     DAE2 DAE - ETUDIANT - PUBLIC - ENSEIGNEMENT - RECHERCHE 0 584 f f 2000-01-01 2100-01-01 avec_avis_attendu
494     59.29 DEEU Ravalements de facade Avenue du Prado Le Grand Pavois 13008 Marseille 0 585 f f 2000-01-01 2100-01-01 avec_avis_attendu
495     59.73 DDTM Taxe Aménagement 0 586 f f 2000-01-01 2100-01-01 avec_avis_attendu
496     ERPSE ERP Service Securité 24 rue de Rome 13001 Marseille [email protected] 3 23 f f 2012-11-03 2013-02-03 avec_avis_attendu
497     ERPAC ERP Service Accessibilité 24 rue de Rome 13001 Marseille [email protected] 3 24 f f 2012-11-03 2013-02-03 avec_avis_attendu
498     ERPSC ERP Service Conformité 24 rue de Rome 13001 Marseille [email protected] 3 587 f f 2012-11-03 2013-02-03 avec_avis_attendu
499     \.
500    
501    
502     --
503     -- Data for Name: lien_service_om_utilisateur; Type: TABLE DATA; Schema: openads; Owner: postgres
504     --
505    
506     COPY lien_service_om_utilisateur (lien_service_om_utilisateur, om_utilisateur, service) FROM stdin;
507     1 6 1
508     2 6 7
509     3 6 13
510     4 8 6
511     5 8 8
512     6 8 15
513     7 7 77
514     \.
515    
516    
517     --
518     -- Name: lien_service_om_utilisateur_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres
519     --
520    
521     SELECT pg_catalog.setval('lien_service_om_utilisateur_seq', 8, false);
522    
523    
524     --
525     -- Data for Name: service_categorie; Type: TABLE DATA; Schema: openads; Owner: postgres
526     --
527    
528     COPY service_categorie (service_categorie, libelle) FROM stdin;
529     1 Maire de secteur
530     2 Service ville
531     3 Service extérieur
532     4 Consultation (villa) sans cession
533     5 Consultation pour cession
534     10 Consultation gros projet
535     11 Consultation Préfet
536     14 Consultation obligatoire version papier
537     15 Consultation mini dossier papier
538     16 photovoltaique
539     18 DADU - JURIDIQUE
540     \.
541    
542    
543     --
544     -- Data for Name: lien_service_service_categorie; Type: TABLE DATA; Schema: openads; Owner: postgres
545     --
546    
547     COPY lien_service_service_categorie (lien_service_service_categorie, service_categorie, service) FROM stdin;
548     1 4 1
549     2 4 2
550     3 10 6
551     4 2 7
552     5 10 8
553     6 10 12
554     7 2 13
555     8 10 15
556     9 5 17
557     10 14 22
558     11 3 25
559     12 15 31
560     13 2 39
561     14 15 43
562     15 15 45
563     16 15 49
564     17 2 50
565     18 15 51
566     19 15 52
567     20 2 54
568     21 15 57
569     22 15 59
570     23 15 60
571     24 3 61
572     25 2 63
573     26 15 66
574     27 2 67
575     28 15 69
576     29 15 70
577     30 15 72
578     31 14 77
579     32 1 501
580     33 1 502
581     34 1 503
582     35 1 504
583     36 1 505
584     37 1 506
585     38 1 507
586     39 1 508
587     40 15 14
588     41 14 19
589     42 15 21
590     43 5 26
591     44 15 30
592     45 2 38
593     46 3 42
594     47 15 44
595     48 4 46
596     49 3 48
597     50 14 71
598     51 15 76
599     52 15 79
600     53 15 80
601     54 3 511
602     55 2 512
603     56 15 513
604     57 10 519
605     58 2 36
606     59 11 528
607     60 5 20
608     61 2 68
609     62 15 531
610     63 15 532
611     64 2 533
612     65 3 538
613     66 15 539
614     67 15 540
615     68 4 541
616     69 10 542
617     70 15 543
618     71 15 544
619     72 14 546
620     73 15 547
621     74 14 549
622     75 14 550
623     76 3 552
624     77 2 553
625     78 2 560
626     79 15 561
627     80 4 562
628     81 3 563
629     82 3 564
630     83 15 56
631     84 14 568
632     85 16 570
633     86 14 571
634     87 10 572
635     88 18 574
636     89 10 575
637     90 2 576
638     91 2 577
639     92 2 578
640     93 2 580
641     94 3 581
642     95 10 5
643     96 14 583
644     97 10 584
645     98 2 585
646     99 3 586
647     \.
648    
649    
650     --
651     -- Name: lien_service_service_categorie_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres
652     --
653    
654     SELECT pg_catalog.setval('lien_service_service_categorie_seq', 100, false);
655    
656    
657     --
658     -- Name: lot_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres
659     --
660    
661     SELECT pg_catalog.setval('lot_seq', 3, false);
662    
663    
664     --
665     -- Data for Name: quartier; Type: TABLE DATA; Schema: openads; Owner: postgres
666     --
667    
668     COPY quartier (quartier, arrondissement, code_impots, libelle) FROM stdin;
669     1 1 801 01 – BELSUNCE
670     2 1 802 02 – CHAPITRE
671     3 1 803 03 – NOAILLE
672     4 1 804 04 – OPERA
673     5 1 805 05 – ST. CHARLES
674     6 1 806 06 – THIERS
675     7 2 807 01 – ARENC
676     8 2 808 02 – LES GRANDS CARMES
677     9 2 809 03 – HOTEL DE VILLE
678     10 2 810 04 – JOLIETTE
679     11 3 811 01 – BELLE DE MAI
680     12 3 812 03 – ST. LAZARE
681     13 3 813 04 – ST. MAURONT
682     14 3 814 02 – LA VILETTE
683     15 4 815 01 – LA BLANCARDE
684     16 4 816 02 – LES CHARTREUX
685     17 4 817 03 – CHUTES LAVIES
686     18 4 818 04 – CINQ AVENUES
687     19 5 819 01 – BAILLE
688     20 5 820 02 – LE CAMAS
689     21 5 821 03 – LA CONCEPTION
690     22 5 822 04 – ST. PIERRE
691     23 6 823 01 – CASTELLANE
692     24 6 824 02 – LODI
693     25 6 825 03 – N. DAME DU MONT
694     26 6 826 04 – PALAIS DE JUSTICE
695     27 6 827 05 – PREFECTURE
696     28 6 828 06 – VAUBAN
697     29 7 829 01 – BOMPARD
698     30 7 830 02 – ENDOUME
699     31 7 831 07 – LES ILES
700     32 7 832 03 – PHARO
701     33 7 833 04 – ROUCAS BLANC
702     34 7 834 06 – ST LAMBERT
703     35 7 835 05 – ST. VICTOR
704     36 8 836 01 – BONNEVEINE
705     37 8 837 02 – LES GOUDES
706     38 8 838 03 – MONTREDON
707     39 8 839 04 – PERIER
708     40 8 840 05 – LA PLAGE
709     41 8 841 06 – LA POINTE ROUGE
710     42 8 842 07 – ROUET
711     43 8 843 09 – ST. GINIEZ
712     44 8 844 08 – STE ANNE
713     45 8 845 10 – VIEILLE CHAPELLE
714     46 9 846 01 – LES BAUMETTES
715     47 9 847 02 – LE CABOT
716     48 9 848 03 – CARPAGNE
717     49 9 849 04 – MAZARGUES
718     50 9 850 05 – LA PANOUSE
719     51 9 851 06 – LE REDON
720     52 9 852 08 – SORMIOU
721     53 9 853 07 – STE MARGUERITE
722     54 9 854 09 – VAUFREGES
723     55 10 855 01 – CAPELETTE
724     56 10 856 02 – MENPENTI
725     57 10 857 03 – PONT DE VIVAUX
726     58 10 858 04 – ST. LOUP
727     59 10 859 05 – ST. TRONC
728     60 10 860 06 – LA TIMONE
729     61 11 861 01 – LES ACCATES
730     62 11 862 02 – LA BARASSE
731     63 11 863 03 – LES CAMOINS
732     64 11 864 04 – EOURES
733     65 11 865 05 – LA MILLIERE
734     66 11 866 06 – LA POMME
735     67 11 867 07 – ST. MARCEL
736     68 11 868 08 – ST. MENET
737     69 11 869 09 – LA TREILLE
738     70 11 870 10 – LA VALBARELLE
739     71 11 871 11 – LA VALENTINE
740     72 12 872 01 – LES CAILLOLS
741     73 12 873 02 – LA FOURRAGERE
742     74 12 874 03 – MONTOLIVET
743     75 12 875 04 – ST. BARNABE
744     76 12 876 05 – ST. JEAN DU DESERT
745     77 12 877 06 – ST. JULIEN
746     78 12 878 07 – LES TROIS LUCS
747     79 13 879 01 – CHÂTEAU GOMBERT
748     80 13 880 02 – LA CROIX ROUGE
749     81 13 881 03 – MALPASSE
750     82 13 882 04 – LES MEDECINS
751     83 13 883 05 – LES MOURETS
752     84 13 884 06 – LES OLIVES
753     85 13 885 07 – PALAMA
754     86 13 886 08 – LA ROSE
755     87 13 887 09 – ST. JEROME
756     88 13 888 10 – ST. JUST
757     89 13 889 11 – ST. MITRE
758     90 14 890 01 – LES ARNAVAUX
759     91 14 891 02 – BON SECOURS
760     92 14 892 03 – LE CANET
761     93 14 893 04 – LE MERLAN
762     94 14 894 05 – ST. BARTHELEMY
763     95 14 895 06 – ST. JOSEPH
764     96 14 896 07 – STE MARTHE
765     97 15 897 01 – LES AYGALADES
766     98 15 898 02 – BOREL
767     99 15 899 03 – LA CABUCELLE
768     100 15 900 04 – LA CALADE
769     101 15 901 05 – LES CROTTES
770     102 15 902 06 – LA DELORME
771     103 15 903 07 – N. DAME LIMITE
772     104 15 904 08 – ST. ANTOINE
773     105 15 905 09 – ST. LOUIS
774     106 15 906 10 – VERDURON
775     107 15 907 11 – LA VISTE
776     108 16 908 01 – L'ESTAQUE
777     109 16 909 02 LES RIAUX
778     110 16 910 03 ST. ANDRE
779     111 16 911 04 ST. HENRI
780     \.
781    
782    
783     --
784     -- Name: quartier_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres
785     --
786    
787 fmichon 1844 SELECT pg_catalog.setval('quartier_seq', 112, false);
788 fmichon 1801
789    
790     --
791     -- Name: service_categorie_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres
792     --
793    
794     SELECT pg_catalog.setval('service_categorie_seq', 19, false);
795    
796    
797     --
798     -- Name: service_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres
799     --
800    
801     SELECT pg_catalog.setval('service_seq', 588, false);
802    
803    
804     --
805     -- Name: signataire_arrete_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres
806     --
807    
808     SELECT pg_catalog.setval('signataire_arrete_seq', 2, false);
809    
810    
811     --
812     -- PostgreSQL database dump complete
813     --
814    

Properties

Name Value
svn:keywords Id

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26