You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -36,42 +45,160 @@ CREATE TABLE IF NOT EXISTS .t_c_synthese_extended
36
45
is_valid BOOLEAN,
37
46
private_comment TEXT,
38
47
is_hidden BOOLEAN DEFAULT FALSE
39
-
);
40
-
41
-
COMMENT ON COLUMN .t_c_synthese_extended.id_sp_source IS 'Code espèce de la source (VisioNature/dbChiroWeb)';
42
-
COMMENT ON COLUMN .t_c_synthese_extended.taxo_group IS 'Groupe taxonomique VisioNature';
43
-
COMMENT ON COLUMN .t_c_synthese_extended.taxo_real IS 'True si Taxon Vrai';
44
-
COMMENT ON COLUMN .t_c_synthese_extended.common_name IS 'Nom vernaculaire';
45
-
COMMENT ON COLUMN .t_c_synthese_extended.pseudo_observer_uid IS 'Identifiant chiffré de l''Observateur pour anonymisation';
46
-
COMMENT ON COLUMN .t_c_synthese_extended.bird_breed_code IS 'Codes "Biolovision" de nidification https://wiki.biolovision.net/Correspondance_codes_atlas';
47
-
COMMENT ON COLUMN .t_c_synthese_extended.bird_breed_status IS 'Statut de nidification simplifié (Nicheur possible, probable, certain) d''après oiso_code_nidif';
48
-
COMMENT ON COLUMN .t_c_synthese_extended.bat_breed_colo IS 'Colonie de reproduction de chauves-souris';
49
-
COMMENT ON COLUMN .t_c_synthese_extended.bat_is_gite IS 'Gite à chauves-souris';
50
-
COMMENT ON COLUMN .t_c_synthese_extended.bat_period IS 'Période du cycle annuel des chauves-souris (hivernage, transit printanier ou automnal, estivage)';
51
-
COMMENT ON COLUMN .t_c_synthese_extended.estimation_code IS 'Code caractérisant le type d''estimation du comptage';
52
-
COMMENT ON COLUMN .t_c_synthese_extended.date_year IS 'Année de l''observation';
53
-
COMMENT ON COLUMN .t_c_synthese_extended.mortality IS 'Est une donnée de mortalité';
54
-
COMMENT ON COLUMN .t_c_synthese_extended.mortality_cause IS 'Cause identifiée de la mortalité';
55
-
COMMENT ON COLUMN .t_c_synthese_extended.export_excluded IS 'A exclure des exports';
56
-
COMMENT ON COLUMN .t_c_synthese_extended.project_code IS 'Code étude';
57
-
COMMENT ON COLUMN .t_c_synthese_extended.juridical_person IS 'Personne morale';
58
-
COMMENT ON COLUMN .t_c_synthese_extended.behaviour IS 'Liste (format ARRAY) des comportements observés';
59
-
COMMENT ON COLUMN .t_c_synthese_extended.geo_accuracy IS 'Précision géographique de la donnée';
60
-
COMMENT ON COLUMN .t_c_synthese_extended.details IS 'Détails de la donnée (format JSON)';
61
-
COMMENT ON COLUMN .t_c_synthese_extended.id_place IS 'Identifiant du lieu-dit';
62
-
COMMENT ON COLUMN .t_c_synthese_extended.place IS 'Nom du Lieu-dit';
63
-
COMMENT ON COLUMN .t_c_synthese_extended.id_form IS 'identifiant du formulaire';
64
-
COMMENT ON COLUMN .t_c_synthese_extended.is_valid IS 'Donnée validée';
65
-
COMMENT ON COLUMN .t_c_synthese_extended.private_comment IS 'Commentaire privé';
66
-
COMMENT ON COLUMN .t_c_synthese_extended.is_hidden IS 'Donnée cachée';
COMMENT ON COLUMN src_lpodatas.t_c_synthese_extended.id_sp_source IS 'Code espèce de la source (VisioNature/dbChiroWeb)'
52
+
;
53
+
54
+
COMMENT ON COLUMN src_lpodatas.t_c_synthese_extended.taxo_group IS 'Groupe taxonomique VisioNature'
55
+
;
56
+
57
+
COMMENT ON COLUMN src_lpodatas.t_c_synthese_extended.taxo_real IS 'True si Taxon Vrai'
58
+
;
59
+
60
+
COMMENT ON COLUMN src_lpodatas.t_c_synthese_extended.common_name IS 'Nom vernaculaire'
61
+
;
62
+
63
+
COMMENT ON COLUMN src_lpodatas.t_c_synthese_extended.pseudo_observer_uid IS 'Identifiant chiffré de l''Observateur pour anonymisation'
64
+
;
65
+
66
+
COMMENT ON COLUMN src_lpodatas.t_c_synthese_extended.bird_breed_code IS 'Codes "Biolovision" de nidification https://wiki.biolovision.net/Correspondance_codes_atlas'
67
+
;
68
+
69
+
COMMENT ON COLUMN src_lpodatas.t_c_synthese_extended.bird_breed_status IS 'Statut de nidification simplifié (Nicheur possible, probable, certain) d''après oiso_code_nidif'
70
+
;
71
+
72
+
COMMENT ON COLUMN src_lpodatas.t_c_synthese_extended.bat_breed_colo IS 'Colonie de reproduction de chauves-souris'
73
+
;
74
+
75
+
COMMENT ON COLUMN src_lpodatas.t_c_synthese_extended.bat_is_gite IS 'Gite à chauves-souris'
76
+
;
77
+
78
+
COMMENT ON COLUMN src_lpodatas.t_c_synthese_extended.bat_period IS 'Période du cycle annuel des chauves-souris (hivernage, transit printanier ou automnal, estivage)'
79
+
;
80
+
81
+
COMMENT ON COLUMN src_lpodatas.t_c_synthese_extended.estimation_code IS 'Code caractérisant le type d''estimation du comptage'
82
+
;
83
+
84
+
COMMENT ON COLUMN src_lpodatas.t_c_synthese_extended.date_year IS 'Année de l''observation'
85
+
;
86
+
87
+
COMMENT ON COLUMN src_lpodatas.t_c_synthese_extended.mortality IS 'Est une donnée de mortalité'
88
+
;
89
+
90
+
COMMENT ON COLUMN src_lpodatas.t_c_synthese_extended.mortality_cause IS 'Cause identifiée de la mortalité'
91
+
;
92
+
93
+
COMMENT ON COLUMN src_lpodatas.t_c_synthese_extended.export_excluded IS 'A exclure des exports'
94
+
;
95
+
96
+
COMMENT ON COLUMN src_lpodatas.t_c_synthese_extended.project_code IS 'Code étude'
97
+
;
98
+
99
+
COMMENT ON COLUMN src_lpodatas.t_c_synthese_extended.juridical_person IS 'Personne morale'
100
+
;
101
+
102
+
COMMENT ON COLUMN src_lpodatas.t_c_synthese_extended.behaviour IS 'Liste (format ARRAY) des comportements observés'
103
+
;
104
+
105
+
COMMENT ON COLUMN src_lpodatas.t_c_synthese_extended.geo_accuracy IS 'Précision géographique de la donnée'
106
+
;
107
+
108
+
COMMENT ON COLUMN src_lpodatas.t_c_synthese_extended.details IS 'Détails de la donnée (format JSON)'
109
+
;
110
+
111
+
COMMENT ON COLUMN src_lpodatas.t_c_synthese_extended.id_place IS 'Identifiant du lieu-dit'
112
+
;
113
+
114
+
COMMENT ON COLUMN src_lpodatas.t_c_synthese_extended.place IS 'Nom du Lieu-dit'
115
+
;
116
+
117
+
COMMENT ON COLUMN src_lpodatas.t_c_synthese_extended.id_form IS 'identifiant du formulaire'
118
+
;
119
+
120
+
COMMENT ON COLUMN src_lpodatas.t_c_synthese_extended.is_valid IS 'Donnée validée'
121
+
;
122
+
123
+
COMMENT ON COLUMN src_lpodatas.t_c_synthese_extended.private_comment IS 'Commentaire privé'
124
+
;
125
+
126
+
COMMENT ON COLUMN src_lpodatas.t_c_synthese_extended.is_hidden IS 'Donnée cachée'
ALTERTABLEref_nomenclatures.v_c_synonyms OWNER TO gnadm;
55
-
56
62
57
63
/* Function permettant de retrouver l'id_nomenclature à partir des données VisioNature */
58
64
DROPFUNCTION IF EXISTS ref_nomenclatures.fct_c_get_synonyms_nomenclature (_type CHARACTER VARYING, _value CHARACTER VARYING);
@@ -80,6 +86,6 @@ BEGIN
80
86
END;
81
87
$$;
82
88
83
-
ALTERFUNCTIONref_nomenclatures.fct_c_get_synonyms_nomenclature (_type CHARACTER VARYING, _value CHARACTER VARYING) OWNER TO gnadm;
84
-
85
89
COMMENT ON FUNCTION ref_nomenclatures.fct_c_get_synonyms_nomenclature (_type CHARACTER VARYING, _value CHARACTER VARYING) IS 'Fonction de recherche des id_nomenclatures'
0 commit comments