ajout table nomenclature, suppression tables geo_xxxxx
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
CREATE TABLE bati (tmp text);
|
-- CREATE TABLE bati (tmp text);
|
||||||
CREATE TABLE fanr (tmp text);
|
-- CREATE TABLE fanr (tmp text);
|
||||||
CREATE TABLE lloc (tmp text);
|
-- CREATE TABLE lloc (tmp text);
|
||||||
CREATE TABLE nbat (tmp text);
|
-- CREATE TABLE nbat (tmp text);
|
||||||
CREATE TABLE pdll (tmp text);
|
-- CREATE TABLE pdll (tmp text);
|
||||||
CREATE TABLE prop (tmp text);
|
-- CREATE TABLE prop (tmp text);
|
||||||
|
|
||||||
CREATE TABLE parcelle (
|
CREATE TABLE parcelle (
|
||||||
parcelle text,
|
parcelle text,
|
||||||
@@ -714,478 +714,12 @@ CREATE TABLE voie (
|
|||||||
);
|
);
|
||||||
|
|
||||||
-- Tables de nomenclature
|
-- Tables de nomenclature
|
||||||
CREATE TABLE gpdl (gpdl text primary key,gpdl_lib text);
|
CREATE TABLE nomenclature
|
||||||
CREATE TABLE gnexps (gnexps text primary key,gnexps_lib text );
|
|
||||||
CREATE TABLE cgrnum ( cgrnum text primary key,cgrnum_lib text );
|
|
||||||
CREATE TABLE dsgrpf (dsgrpf text primary key, dsgrpf_lib text);
|
|
||||||
CREATE TABLE cnatsp (cnatsp text primary key, cnatsp_lib text);
|
|
||||||
CREATE TABLE ccolloc (ccolloc text primary key, ccolloc_lib text);
|
|
||||||
CREATE TABLE gnexts (gnexts text primary key, gnexts_lib text);
|
|
||||||
CREATE TABLE ccoeva (ccoeva text primary key, ccoeva_lib text);
|
|
||||||
CREATE TABLE dteloc (dteloc text primary key, dteloc_lib text);
|
|
||||||
CREATE TABLE ccoplc (ccoplc text primary key, ccoplc_lib text);
|
|
||||||
CREATE TABLE cconlc (cconlc text primary key, cconlc_lib text);
|
|
||||||
CREATE TABLE top48a (top48a text primary key, top48a_lib text);
|
|
||||||
CREATE TABLE dnatlc (dnatlc text primary key, dnatlc_lib text);
|
|
||||||
CREATE TABLE dnatcg (dnatcg text primary key, dnatcg_lib text);
|
|
||||||
CREATE TABLE gimtom (gimtom text primary key, gimtom_lib text);
|
|
||||||
CREATE TABLE hlmsem (hlmsem text primary key, hlmsem_lib text);
|
|
||||||
CREATE TABLE ccoaff (ccoaff text primary key, ccoaff_lib text);
|
|
||||||
CREATE TABLE gnexpl (gnexpl text primary key, gnexpl_lib text);
|
|
||||||
CREATE TABLE cbtabt (cbtabt text primary key, cbtabt_lib text);
|
|
||||||
CREATE TABLE gnextl (gnextl text primary key, gnextl_lib text);
|
|
||||||
CREATE TABLE ccthp (ccthp text primary key, ccthp_lib text);
|
|
||||||
CREATE TABLE cconad (cconad text primary key, cconad_lib text);
|
|
||||||
CREATE TABLE ctpdl (ctpdl text primary key, ctpdl_lib text);
|
|
||||||
CREATE TABLE cconlo (cconlo text primary key, cconlo_lib text);
|
|
||||||
CREATE TABLE ccodro (ccodro text primary key, ccodro_lib text);
|
|
||||||
CREATE TABLE ccodem (ccodem text primary key, ccodem_lib text);
|
|
||||||
CREATE TABLE gtoper (gtoper text primary key, gtoper_lib text);
|
|
||||||
CREATE TABLE ccoqua (ccoqua text primary key, ccoqua_lib text);
|
|
||||||
CREATE TABLE dnatpr (dnatpr text primary key, dnatpr_lib text);
|
|
||||||
CREATE TABLE ccogrm (ccogrm text primary key, ccogrm_lib text);
|
|
||||||
CREATE TABLE gtyp3 (gtyp3 text primary key, gtyp3_lib text);
|
|
||||||
CREATE TABLE gtyp4 (gtyp4 text primary key, gtyp4_lib text);
|
|
||||||
CREATE TABLE gtyp5 (gtyp5 text primary key, gtyp5_lib text);
|
|
||||||
CREATE TABLE gtyp6 (gtyp6 text primary key, gtyp6_lib text);
|
|
||||||
CREATE TABLE typcom (typcom text primary key, typcom_lib text);
|
|
||||||
CREATE TABLE natvoi (natvoi text primary key, natvoi_lib text);
|
|
||||||
CREATE TABLE natvoiriv (natvoiriv text primary key, natvoiriv_lib text);
|
|
||||||
CREATE TABLE carvoi (carvoi text primary key, carvoi_lib text);
|
|
||||||
CREATE TABLE annul (annul text primary key, annul_lib text);
|
|
||||||
CREATE TABLE typvoi (typvoi text primary key, typvoi_lib text);
|
|
||||||
CREATE TABLE indldnbat (indldnbat text primary key, indldnbat_lib text);
|
|
||||||
CREATE TABLE dformjur (dformjur text primary key, formjur text, libformjur text);
|
|
||||||
CREATE TABLE ccocac (ccocac text primary key, ccocac_lib text);
|
|
||||||
CREATE TABLE cconac (cconac text primary key, cconac_lib text);
|
|
||||||
CREATE TABLE dmatgm (dmatgm text primary key, dmatgm_lib text);
|
|
||||||
CREATE TABLE dmatto (dmatto text primary key, dmatto_lib text);
|
|
||||||
CREATE TABLE drgpos (dgrpos text primary key, dgrpos_lib text);
|
|
||||||
CREATE TABLE detent (detent text primary key, detent_lib text);
|
|
||||||
CREATE TABLE type_filiation (type_filiation text primary key, type_filiation_lib text);
|
|
||||||
|
|
||||||
CREATE TABLE geo_commune
|
|
||||||
(
|
(
|
||||||
geo_commune text NOT NULL,
|
contexte text,
|
||||||
annee text NOT NULL,
|
clef text,
|
||||||
object_rid text,
|
valeur text
|
||||||
idu text,
|
|
||||||
tex2 text,
|
|
||||||
creat_date date,
|
|
||||||
update_dat date,
|
|
||||||
commune text,
|
|
||||||
lot text,
|
|
||||||
ogc_fid serial NOT NULL
|
|
||||||
);
|
);
|
||||||
SELECT AddGeometryColumn ( current_schema::text, 'geo_commune', 'geom', 2154 , 'MULTIPOLYGON', 2 );
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
CREATE TABLE geo_section
|
|
||||||
(
|
|
||||||
geo_section text NOT NULL,
|
|
||||||
annee text NOT NULL,
|
|
||||||
object_rid text,
|
|
||||||
idu text,
|
|
||||||
tex text,
|
|
||||||
geo_commune text NOT NULL,
|
|
||||||
creat_date date,
|
|
||||||
update_dat date,
|
|
||||||
lot text,
|
|
||||||
ogc_fid serial NOT NULL
|
|
||||||
)
|
|
||||||
;
|
|
||||||
SELECT AddGeometryColumn ( current_schema::text, 'geo_section', 'geom', 2154 , 'MULTIPOLYGON', 2 );
|
|
||||||
|
|
||||||
|
|
||||||
CREATE TABLE geo_qupl (geo_qupl text PRIMARY KEY,geo_qupl_lib text);
|
|
||||||
CREATE TABLE geo_copl (geo_copl text PRIMARY KEY,geo_copl_lib text);
|
|
||||||
CREATE TABLE geo_inp (geo_inp text PRIMARY KEY,geo_inp_lib text);
|
|
||||||
|
|
||||||
CREATE TABLE geo_subdsect
|
|
||||||
(
|
|
||||||
geo_subdsect text NOT NULL,
|
|
||||||
annee text NOT NULL,
|
|
||||||
object_rid text,
|
|
||||||
idu text,
|
|
||||||
geo_section text NOT NULL,
|
|
||||||
geo_qupl text,
|
|
||||||
geo_copl text,
|
|
||||||
eor integer,
|
|
||||||
dedi date,
|
|
||||||
icl integer,
|
|
||||||
dis date,
|
|
||||||
geo_inp text,
|
|
||||||
dred date,
|
|
||||||
creat_date date,
|
|
||||||
update_dat date,
|
|
||||||
lot text
|
|
||||||
);
|
|
||||||
SELECT AddGeometryColumn ( current_schema::text, 'geo_subdsect', 'geom', 2154 , 'MULTIPOLYGON', 2 );
|
|
||||||
|
|
||||||
|
|
||||||
CREATE TABLE geo_indp (geo_indp text,geo_indp_lib text);
|
|
||||||
ALTER TABLE geo_indp ADD PRIMARY KEY (geo_indp);
|
|
||||||
|
|
||||||
CREATE TABLE geo_parcelle
|
|
||||||
(
|
|
||||||
geo_parcelle text NOT NULL,
|
|
||||||
annee text NOT NULL,
|
|
||||||
object_rid text,
|
|
||||||
idu text,
|
|
||||||
geo_section text NOT NULL,
|
|
||||||
geo_subdsect text,
|
|
||||||
supf numeric,
|
|
||||||
geo_indp text,
|
|
||||||
coar text,
|
|
||||||
tex text,
|
|
||||||
tex2 text,
|
|
||||||
codm text,
|
|
||||||
creat_date date,
|
|
||||||
update_dat date,
|
|
||||||
inspireid text,
|
|
||||||
lot text,
|
|
||||||
ogc_fid serial NOT NULL
|
|
||||||
);
|
|
||||||
SELECT AddGeometryColumn ( current_schema::text, 'geo_parcelle', 'geom', 2154 , 'MULTIPOLYGON', 2 );
|
|
||||||
|
|
||||||
CREATE VIEW v_geo_parcelle AS
|
|
||||||
SELECT g.*, p.comptecommunal, p.voie
|
|
||||||
FROM geo_parcelle g
|
|
||||||
LEFT OUTER JOIN parcelle p ON g.geo_parcelle = p.parcelle;
|
|
||||||
|
|
||||||
CREATE TABLE geo_subdfisc
|
|
||||||
(
|
|
||||||
geo_subdfisc serial NOT NULL,
|
|
||||||
annee text NOT NULL,
|
|
||||||
object_rid text,
|
|
||||||
tex text,
|
|
||||||
creat_date date,
|
|
||||||
update_dat date,
|
|
||||||
lot text
|
|
||||||
);
|
|
||||||
SELECT AddGeometryColumn ( current_schema::text, 'geo_subdfisc', 'geom', 2154 , 'MULTIPOLYGON', 2 );
|
|
||||||
|
|
||||||
|
|
||||||
CREATE TABLE geo_subdfisc_parcelle
|
|
||||||
(
|
|
||||||
geo_subdfisc_parcelle serial NOT NULL,
|
|
||||||
annee text NOT NULL,
|
|
||||||
geo_subdfisc integer NOT NULL,
|
|
||||||
geo_parcelle text NOT NULL
|
|
||||||
);
|
|
||||||
|
|
||||||
CREATE TABLE geo_voiep
|
|
||||||
(
|
|
||||||
geo_voiep serial NOT NULL,
|
|
||||||
annee text NOT NULL,
|
|
||||||
object_rid text,
|
|
||||||
tex text,
|
|
||||||
creat_date date,
|
|
||||||
update_dat date,
|
|
||||||
lot text
|
|
||||||
);
|
|
||||||
SELECT AddGeometryColumn ( current_schema::text, 'geo_voiep', 'geom', 2154 , 'POINT', 2 );
|
|
||||||
|
|
||||||
|
|
||||||
CREATE TABLE geo_numvoie
|
|
||||||
(
|
|
||||||
geo_numvoie serial NOT NULL,
|
|
||||||
annee text NOT NULL,
|
|
||||||
object_rid text,
|
|
||||||
tex text,
|
|
||||||
creat_date date,
|
|
||||||
update_dat date,
|
|
||||||
lot text
|
|
||||||
);
|
|
||||||
SELECT AddGeometryColumn ( current_schema::text, 'geo_numvoie', 'geom', 2154 , 'POINT', 2 );
|
|
||||||
|
|
||||||
|
|
||||||
CREATE TABLE geo_numvoie_parcelle
|
|
||||||
(
|
|
||||||
geo_numvoie_parcelle serial NOT NULL,
|
|
||||||
annee text NOT NULL,
|
|
||||||
geo_numvoie integer NOT NULL,
|
|
||||||
geo_parcelle text NOT NULL
|
|
||||||
);
|
|
||||||
|
|
||||||
CREATE TABLE geo_lieudit
|
|
||||||
(
|
|
||||||
geo_lieudit serial NOT NULL,
|
|
||||||
annee text NOT NULL,
|
|
||||||
object_rid text,
|
|
||||||
tex text,
|
|
||||||
creat_date date,
|
|
||||||
update_dat date,
|
|
||||||
lot text
|
|
||||||
);
|
|
||||||
SELECT AddGeometryColumn ( current_schema::text, 'geo_lieudit', 'geom', 2154 , 'MULTIPOLYGON', 2 );
|
|
||||||
|
|
||||||
|
|
||||||
CREATE TABLE geo_dur (geo_dur text,geo_dur_lib text);
|
|
||||||
ALTER TABLE geo_dur ADD PRIMARY KEY (geo_dur);
|
|
||||||
|
|
||||||
CREATE TABLE geo_batiment
|
|
||||||
(
|
|
||||||
geo_batiment text NOT NULL,
|
|
||||||
annee text NOT NULL,
|
|
||||||
object_rid text,
|
|
||||||
geo_dur text,
|
|
||||||
tex text,
|
|
||||||
creat_date date,
|
|
||||||
update_dat date,
|
|
||||||
lot text
|
|
||||||
);
|
|
||||||
SELECT AddGeometryColumn ( current_schema::text, 'geo_batiment', 'geom', 2154 , 'MULTIPOLYGON', 2 );
|
|
||||||
|
|
||||||
|
|
||||||
CREATE TABLE geo_batiment_parcelle
|
|
||||||
(
|
|
||||||
geo_batiment_parcelle serial NOT NULL,
|
|
||||||
annee text NOT NULL,
|
|
||||||
geo_batiment text NOT NULL,
|
|
||||||
geo_parcelle text NOT NULL
|
|
||||||
);
|
|
||||||
|
|
||||||
CREATE TABLE geo_zoncommuni
|
|
||||||
(
|
|
||||||
geo_zoncommuni serial NOT NULL,
|
|
||||||
annee text NOT NULL,
|
|
||||||
object_rid text,
|
|
||||||
tex text,
|
|
||||||
creat_date date,
|
|
||||||
update_dat date,
|
|
||||||
lot text
|
|
||||||
);
|
|
||||||
SELECT AddGeometryColumn ( current_schema::text, 'geo_zoncommuni', 'geom', 2154 , 'MULTILINESTRING', 2 );
|
|
||||||
|
|
||||||
|
|
||||||
CREATE TABLE geo_tronfluv
|
|
||||||
(
|
|
||||||
geo_tronfluv serial NOT NULL,
|
|
||||||
annee text NOT NULL,
|
|
||||||
object_rid text,
|
|
||||||
tex text,
|
|
||||||
creat_date date,
|
|
||||||
update_dat date,
|
|
||||||
lot text
|
|
||||||
);
|
|
||||||
SELECT AddGeometryColumn ( current_schema::text, 'geo_tronfluv', 'geom', 2154 , 'MULTIPOLYGON', 2 );
|
|
||||||
|
|
||||||
|
|
||||||
CREATE TABLE geo_tronroute
|
|
||||||
(
|
|
||||||
geo_tronroute serial NOT NULL,
|
|
||||||
annee text NOT NULL,
|
|
||||||
object_rid text,
|
|
||||||
tex text,
|
|
||||||
creat_date date,
|
|
||||||
update_dat date,
|
|
||||||
lot text
|
|
||||||
);
|
|
||||||
SELECT AddGeometryColumn ( current_schema::text, 'geo_tronroute', 'geom', 2154 , 'MULTIPOLYGON', 2 );
|
|
||||||
|
|
||||||
|
|
||||||
CREATE TABLE geo_can (geo_can text,geo_can_lib text);
|
|
||||||
ALTER TABLE geo_can ADD PRIMARY KEY (geo_can);
|
|
||||||
CREATE TABLE geo_ppln (geo_ppln text,geo_ppln_lib text);
|
|
||||||
ALTER TABLE geo_ppln ADD PRIMARY KEY (geo_ppln);
|
|
||||||
CREATE TABLE geo_palt (geo_palt text,geo_palt_lib text);
|
|
||||||
ALTER TABLE geo_palt ADD PRIMARY KEY (geo_palt);
|
|
||||||
CREATE TABLE geo_map (geo_map text,geo_map_lib text);
|
|
||||||
ALTER TABLE geo_map ADD PRIMARY KEY (geo_map);
|
|
||||||
CREATE TABLE geo_sym (geo_sym text,geo_sym_lib text);
|
|
||||||
ALTER TABLE geo_sym ADD PRIMARY KEY (geo_sym);
|
|
||||||
|
|
||||||
CREATE TABLE geo_ptcanv
|
|
||||||
(
|
|
||||||
geo_ptcanv serial NOT NULL,
|
|
||||||
annee text NOT NULL,
|
|
||||||
object_rid text,
|
|
||||||
idu text,
|
|
||||||
geo_can text,
|
|
||||||
geo_ppln text,
|
|
||||||
geo_palt text,
|
|
||||||
geo_map text,
|
|
||||||
geo_sym text,
|
|
||||||
creat_date date,
|
|
||||||
update_dat date,
|
|
||||||
lot text
|
|
||||||
);
|
|
||||||
SELECT AddGeometryColumn ( current_schema::text, 'geo_ptcanv', 'geom', 2154 , 'POINT', 2 );
|
|
||||||
|
|
||||||
|
|
||||||
CREATE TABLE geo_borne
|
|
||||||
(
|
|
||||||
geo_borne serial NOT NULL,
|
|
||||||
annee text NOT NULL,
|
|
||||||
object_rid text,
|
|
||||||
creat_date date,
|
|
||||||
update_dat date,
|
|
||||||
lot text
|
|
||||||
);
|
|
||||||
SELECT AddGeometryColumn ( current_schema::text, 'geo_borne', 'geom', 2154 , 'POINT', 2 );
|
|
||||||
|
|
||||||
|
|
||||||
CREATE TABLE geo_borne_parcelle
|
|
||||||
(
|
|
||||||
geo_borne_parcelle serial NOT NULL,
|
|
||||||
annee text NOT NULL,
|
|
||||||
geo_borne integer NOT NULL,
|
|
||||||
geo_parcelle text NOT NULL
|
|
||||||
);
|
|
||||||
|
|
||||||
CREATE TABLE geo_croix
|
|
||||||
(
|
|
||||||
geo_croix serial NOT NULL,
|
|
||||||
annee text NOT NULL,
|
|
||||||
object_rid text,
|
|
||||||
creat_date date,
|
|
||||||
update_dat date,
|
|
||||||
lot text
|
|
||||||
);
|
|
||||||
SELECT AddGeometryColumn ( current_schema::text, 'geo_croix', 'geom', 2154 , 'POINT', 2 );
|
|
||||||
|
|
||||||
|
|
||||||
CREATE TABLE geo_croix_parcelle
|
|
||||||
(
|
|
||||||
geo_croix_parcelle serial NOT NULL,
|
|
||||||
annee text NOT NULL,
|
|
||||||
geo_croix integer NOT NULL,
|
|
||||||
geo_parcelle text NOT NULL
|
|
||||||
);
|
|
||||||
|
|
||||||
CREATE TABLE geo_symblim
|
|
||||||
(
|
|
||||||
geo_symblim serial NOT NULL,
|
|
||||||
annee text NOT NULL,
|
|
||||||
object_rid text,
|
|
||||||
ori numeric(12,9),
|
|
||||||
geo_sym text,
|
|
||||||
creat_date date,
|
|
||||||
update_dat date,
|
|
||||||
lot text
|
|
||||||
);
|
|
||||||
SELECT AddGeometryColumn ( current_schema::text, 'geo_symblim', 'geom', 2154 , 'POINT', 2 );
|
|
||||||
|
|
||||||
|
|
||||||
CREATE TABLE geo_symblim_parcelle
|
|
||||||
(
|
|
||||||
geo_symblim_parcelle serial NOT NULL,
|
|
||||||
annee text NOT NULL,
|
|
||||||
geo_symblim integer NOT NULL,
|
|
||||||
geo_parcelle text NOT NULL
|
|
||||||
);
|
|
||||||
|
|
||||||
CREATE TABLE geo_tpoint
|
|
||||||
(
|
|
||||||
geo_tpoint serial NOT NULL,
|
|
||||||
annee text NOT NULL,
|
|
||||||
object_rid text,
|
|
||||||
ori numeric(12,9),
|
|
||||||
tex text,
|
|
||||||
geo_sym text,
|
|
||||||
creat_date date,
|
|
||||||
update_dat date,
|
|
||||||
lot text
|
|
||||||
);
|
|
||||||
SELECT AddGeometryColumn ( current_schema::text, 'geo_tpoint', 'geom', 2154 , 'POINT', 2 );
|
|
||||||
|
|
||||||
|
|
||||||
CREATE TABLE geo_tpoint_commune
|
|
||||||
(
|
|
||||||
geo_tpoint_commune serial NOT NULL,
|
|
||||||
annee text NOT NULL,
|
|
||||||
geo_tpoint integer NOT NULL,
|
|
||||||
geo_commune text NOT NULL
|
|
||||||
);
|
|
||||||
|
|
||||||
CREATE TABLE geo_tline
|
|
||||||
(
|
|
||||||
geo_tline serial NOT NULL,
|
|
||||||
annee text NOT NULL,
|
|
||||||
object_rid text,
|
|
||||||
tex text,
|
|
||||||
geo_sym text,
|
|
||||||
creat_date date,
|
|
||||||
update_dat date,
|
|
||||||
lot text
|
|
||||||
);
|
|
||||||
SELECT AddGeometryColumn ( current_schema::text, 'geo_tline', 'geom', 2154 , 'MULTILINESTRING', 2 );
|
|
||||||
|
|
||||||
|
|
||||||
CREATE TABLE geo_tline_commune
|
|
||||||
(
|
|
||||||
geo_tline_commune serial NOT NULL,
|
|
||||||
annee text NOT NULL,
|
|
||||||
geo_tline integer NOT NULL,
|
|
||||||
geo_commune text NOT NULL
|
|
||||||
);
|
|
||||||
|
|
||||||
CREATE TABLE geo_tsurf
|
|
||||||
(
|
|
||||||
geo_tsurf serial NOT NULL,
|
|
||||||
annee text NOT NULL,
|
|
||||||
object_rid text,
|
|
||||||
tex text,
|
|
||||||
geo_sym text,
|
|
||||||
creat_date date,
|
|
||||||
update_dat date,
|
|
||||||
lot text
|
|
||||||
);
|
|
||||||
SELECT AddGeometryColumn ( current_schema::text, 'geo_tsurf', 'geom', 2154 , 'MULTIPOLYGON', 2 );
|
|
||||||
|
|
||||||
|
|
||||||
CREATE TABLE geo_tsurf_commune
|
|
||||||
(
|
|
||||||
geo_tsurf_commune serial NOT NULL,
|
|
||||||
annee text NOT NULL,
|
|
||||||
geo_tsurf integer NOT NULL,
|
|
||||||
geo_commune text NOT NULL
|
|
||||||
);
|
|
||||||
|
|
||||||
|
|
||||||
CREATE TABLE geo_label
|
|
||||||
(
|
|
||||||
ogc_fid serial NOT NULL,
|
|
||||||
object_rid text,
|
|
||||||
fon text,
|
|
||||||
hei numeric(24,15),
|
|
||||||
tyu text,
|
|
||||||
cef numeric(24,15),
|
|
||||||
csp numeric(24,15),
|
|
||||||
di1 numeric(24,15),
|
|
||||||
di2 numeric(24,15),
|
|
||||||
di3 numeric(24,15),
|
|
||||||
di4 numeric(24,15),
|
|
||||||
tpa text,
|
|
||||||
hta text,
|
|
||||||
vta text,
|
|
||||||
atr text,
|
|
||||||
ogr_obj_lnk text,
|
|
||||||
ogr_obj_lnk_layer text,
|
|
||||||
ogr_atr_val text,
|
|
||||||
ogr_angle double precision,
|
|
||||||
ogr_font_size double precision,
|
|
||||||
x_label numeric,
|
|
||||||
y_label numeric
|
|
||||||
);
|
|
||||||
SELECT AddGeometryColumn ( current_schema::text, 'geo_label', 'geom', 2154 , 'POINT', 2 );
|
|
||||||
|
|
||||||
|
|
||||||
CREATE TABLE edigeo_rel ( edigeo_rel serial,nom text,de text,vers text);
|
|
||||||
ALTER TABLE edigeo_rel ADD PRIMARY KEY (edigeo_rel );
|
|
||||||
|
|
||||||
|
|
||||||
CREATE TABLE geo_unite_fonciere
|
|
||||||
(
|
|
||||||
id serial NOT NULL,
|
|
||||||
comptecommunal text,
|
|
||||||
annee text NOT NULL,
|
|
||||||
lot text
|
|
||||||
);
|
|
||||||
SELECT AddGeometryColumn ( current_schema::text, 'geo_unite_fonciere', 'geom', 2154 , 'MULTIPOLYGON', 2 );
|
|
||||||
|
|
||||||
|
|
||||||
-- COMMENTS
|
-- COMMENTS
|
||||||
|
|
||||||
@@ -1757,247 +1291,3 @@ COMMENT ON COLUMN voie.typvoi IS 'Type de voie - Indicateur de la classe de la v
|
|||||||
COMMENT ON COLUMN voie.indldnbat IS 'Indicateur lieu-dit non bâti - Zone servie uniquement pour les lieux-dits.Permet d’indiquer si le lieu-dit comporte ou non un bâtiment dans MAJIC.1 pour lieu-dit non bâti, 0 sinon.';
|
COMMENT ON COLUMN voie.indldnbat IS 'Indicateur lieu-dit non bâti - Zone servie uniquement pour les lieux-dits.Permet d’indiquer si le lieu-dit comporte ou non un bâtiment dans MAJIC.1 pour lieu-dit non bâti, 0 sinon.';
|
||||||
COMMENT ON COLUMN voie.motclas IS 'Mot classant - Dernier mot entièrement alphabétique du libellé de voie - Permet de restituer l''ordre alphabétique.';
|
COMMENT ON COLUMN voie.motclas IS 'Mot classant - Dernier mot entièrement alphabétique du libellé de voie - Permet de restituer l''ordre alphabétique.';
|
||||||
|
|
||||||
COMMENT ON TABLE geo_commune IS 'Territoire contenant un nombre entier de subdivisions de section cadastrales';
|
|
||||||
COMMENT ON COLUMN geo_commune.geo_commune IS 'Identifiant';
|
|
||||||
COMMENT ON COLUMN geo_commune.annee IS 'Année';
|
|
||||||
COMMENT ON COLUMN geo_commune.object_rid IS 'Numéro d''objet';
|
|
||||||
COMMENT ON COLUMN geo_commune.idu IS 'Code INSEE';
|
|
||||||
COMMENT ON COLUMN geo_commune.tex2 IS 'Nom commune';
|
|
||||||
COMMENT ON COLUMN geo_commune.creat_date IS 'Date de création';
|
|
||||||
COMMENT ON COLUMN geo_commune.update_dat IS 'Date de dernière modification';
|
|
||||||
COMMENT ON TABLE geo_section IS 'Partie du plan cadastral correspondant à une portion du territoire communal et comportant, suivant le cas, une ou plusieurs subdivisions de section';
|
|
||||||
COMMENT ON COLUMN geo_section.geo_section IS 'Identifiant';
|
|
||||||
COMMENT ON COLUMN geo_section.annee IS 'Année';
|
|
||||||
COMMENT ON COLUMN geo_section.object_rid IS 'Numéro d''objet';
|
|
||||||
COMMENT ON COLUMN geo_section.idu IS 'Identifiant';
|
|
||||||
COMMENT ON COLUMN geo_section.tex IS 'Lettre(s) de section';
|
|
||||||
COMMENT ON COLUMN geo_section.geo_commune IS 'Commune';
|
|
||||||
COMMENT ON COLUMN geo_section.creat_date IS 'Date de création';
|
|
||||||
COMMENT ON COLUMN geo_section.update_dat IS 'Date de dernière modification';
|
|
||||||
COMMENT ON TABLE geo_subdsect IS 'Portion de section cadastrale disposant de caractéristiques propres au regard notamment de son échelle, sa qualité, son mode de confection. Une section a au moins une subdivision de section. Cet objet correspond à la feuille cadastrale.';
|
|
||||||
COMMENT ON COLUMN geo_subdsect.geo_subdsect IS 'Identifiant';
|
|
||||||
COMMENT ON COLUMN geo_subdsect.annee IS 'Année';
|
|
||||||
COMMENT ON COLUMN geo_subdsect.object_rid IS 'Numéro d''objet';
|
|
||||||
COMMENT ON COLUMN geo_subdsect.idu IS 'Identifiant';
|
|
||||||
COMMENT ON COLUMN geo_subdsect.geo_section IS 'Section';
|
|
||||||
COMMENT ON COLUMN geo_subdsect.geo_qupl IS 'Qualité du plan';
|
|
||||||
COMMENT ON COLUMN geo_subdsect.geo_copl IS 'Mode de confection';
|
|
||||||
COMMENT ON COLUMN geo_subdsect.eor IS 'Échelle d''origine du plan (que le dénominateur)';
|
|
||||||
COMMENT ON COLUMN geo_subdsect.dedi IS 'Date d''édition ou du confection du plan';
|
|
||||||
COMMENT ON COLUMN geo_subdsect.icl IS 'Orientation d''origine (en grade)';
|
|
||||||
COMMENT ON COLUMN geo_subdsect.dis IS 'Date d''incorporation PCI';
|
|
||||||
COMMENT ON COLUMN geo_subdsect.geo_inp IS 'Mode d''incorporation au plan';
|
|
||||||
COMMENT ON COLUMN geo_subdsect.dred IS 'Date de réédition';
|
|
||||||
COMMENT ON COLUMN geo_subdsect.creat_date IS 'Date de création';
|
|
||||||
COMMENT ON COLUMN geo_subdsect.update_dat IS 'Date de dernière modification';
|
|
||||||
COMMENT ON TABLE geo_parcelle IS 'Portion de section cadastrale disposant de caractéristiques propres au regard notamment de son échelle, sa qualité, son mode de confection. Une section a au moins une subdivision de section. Cet objet correspond à la feuille cadastrale.';
|
|
||||||
COMMENT ON COLUMN geo_parcelle.geo_parcelle IS 'Identifiant';
|
|
||||||
COMMENT ON COLUMN geo_parcelle.annee IS 'Année';
|
|
||||||
COMMENT ON COLUMN geo_parcelle.object_rid IS 'Numéro d''objet';
|
|
||||||
COMMENT ON COLUMN geo_parcelle.idu IS 'Identifiant';
|
|
||||||
COMMENT ON COLUMN geo_parcelle.geo_section IS 'Section';
|
|
||||||
COMMENT ON COLUMN geo_parcelle.supf IS 'Contenance MAJIC';
|
|
||||||
COMMENT ON COLUMN geo_parcelle.geo_indp IS 'Figuration de la parcelle au plan';
|
|
||||||
COMMENT ON COLUMN geo_parcelle.coar IS 'Code arpentage';
|
|
||||||
COMMENT ON COLUMN geo_parcelle.tex IS 'Numéro parcellaire';
|
|
||||||
COMMENT ON COLUMN geo_parcelle.tex2 IS 'tex2 - non documenté';
|
|
||||||
COMMENT ON COLUMN geo_parcelle.codm IS 'codm - non documenté';
|
|
||||||
COMMENT ON COLUMN geo_parcelle.creat_date IS 'Date de création';
|
|
||||||
COMMENT ON COLUMN geo_parcelle.update_dat IS 'Date de dernière modification';
|
|
||||||
COMMENT ON TABLE geo_subdfisc IS 'Partie d''une parcelle ayant une seule nature de culture ou de propriété et constituant une unité au regard de la fiscalité directe locale.';
|
|
||||||
COMMENT ON COLUMN geo_subdfisc.geo_subdfisc IS 'Identifiant';
|
|
||||||
COMMENT ON COLUMN geo_subdfisc.annee IS 'Année';
|
|
||||||
COMMENT ON COLUMN geo_subdfisc.object_rid IS 'Numéro d''objet';
|
|
||||||
COMMENT ON COLUMN geo_subdfisc.tex IS 'Lettre d''ordre';
|
|
||||||
COMMENT ON COLUMN geo_subdfisc.creat_date IS 'Date de création';
|
|
||||||
COMMENT ON COLUMN geo_subdfisc.update_dat IS 'Date de dernière modification';
|
|
||||||
COMMENT ON TABLE geo_subdfisc_parcelle IS 'Lien subdivision fiscale - parcelle';
|
|
||||||
COMMENT ON COLUMN geo_subdfisc_parcelle.geo_subdfisc_parcelle IS 'Identifiant';
|
|
||||||
COMMENT ON COLUMN geo_subdfisc_parcelle.annee IS 'Année';
|
|
||||||
COMMENT ON COLUMN geo_subdfisc_parcelle.geo_subdfisc IS 'subdivision fiscale';
|
|
||||||
COMMENT ON COLUMN geo_subdfisc_parcelle.geo_parcelle IS 'geo_parcelle';
|
|
||||||
COMMENT ON TABLE geo_voiep IS 'Élément ponctuel permettant la gestion de l''ensemble immobilier auquel est associé son libellé.';
|
|
||||||
COMMENT ON COLUMN geo_voiep.geo_voiep IS 'Identifiant';
|
|
||||||
COMMENT ON COLUMN geo_voiep.annee IS 'Année';
|
|
||||||
COMMENT ON COLUMN geo_voiep.object_rid IS 'Numéro d''objet';
|
|
||||||
COMMENT ON COLUMN geo_voiep.tex IS 'Nom de la voie';
|
|
||||||
COMMENT ON COLUMN geo_voiep.creat_date IS 'Date de création';
|
|
||||||
COMMENT ON COLUMN geo_voiep.update_dat IS 'Date de dernière modification';
|
|
||||||
COMMENT ON TABLE geo_numvoie IS 'Numéro correspondant à l''adresse de la parcelle.';
|
|
||||||
COMMENT ON COLUMN geo_numvoie.geo_numvoie IS 'Identifiant';
|
|
||||||
COMMENT ON COLUMN geo_numvoie.annee IS 'Année';
|
|
||||||
COMMENT ON COLUMN geo_numvoie.object_rid IS 'Numéro d''objet';
|
|
||||||
COMMENT ON COLUMN geo_numvoie.tex IS 'Numéro';
|
|
||||||
COMMENT ON COLUMN geo_numvoie.creat_date IS 'Date de création';
|
|
||||||
COMMENT ON COLUMN geo_numvoie.update_dat IS 'Date de dernière modification';
|
|
||||||
COMMENT ON TABLE geo_numvoie_parcelle IS 'Lien subdivision fiscale - parcelle';
|
|
||||||
COMMENT ON COLUMN geo_numvoie_parcelle.geo_numvoie_parcelle IS 'Identifiant';
|
|
||||||
COMMENT ON COLUMN geo_numvoie_parcelle.annee IS 'Année';
|
|
||||||
COMMENT ON COLUMN geo_numvoie_parcelle.geo_numvoie IS 'Subdivision fiscale';
|
|
||||||
COMMENT ON COLUMN geo_numvoie_parcelle.geo_parcelle IS 'Parcelle';
|
|
||||||
COMMENT ON TABLE geo_lieudit IS 'Ensemble de parcelles entières comportant une même dénomination géographique résultant de l''usage.';
|
|
||||||
COMMENT ON COLUMN geo_lieudit.geo_lieudit IS 'Identifiant';
|
|
||||||
COMMENT ON COLUMN geo_lieudit.annee IS 'Année';
|
|
||||||
COMMENT ON COLUMN geo_lieudit.object_rid IS 'Numéro d''objet';
|
|
||||||
COMMENT ON COLUMN geo_lieudit.tex IS 'Libellé';
|
|
||||||
COMMENT ON COLUMN geo_lieudit.creat_date IS 'Date de création';
|
|
||||||
COMMENT ON COLUMN geo_lieudit.update_dat IS 'Date de dernière modification';
|
|
||||||
COMMENT ON TABLE geo_batiment IS 'Construction assise sur une ou plusieurs parcelles cadastrales.';
|
|
||||||
COMMENT ON COLUMN geo_batiment.geo_batiment IS 'Identifiant';
|
|
||||||
COMMENT ON COLUMN geo_batiment.annee IS 'Année';
|
|
||||||
COMMENT ON COLUMN geo_batiment.object_rid IS 'Numéro d''objet';
|
|
||||||
COMMENT ON COLUMN geo_batiment.geo_dur IS 'Type de bâtiment';
|
|
||||||
COMMENT ON COLUMN geo_batiment.tex IS 'Texte du bâtiment';
|
|
||||||
COMMENT ON COLUMN geo_batiment.creat_date IS 'Date de création';
|
|
||||||
COMMENT ON COLUMN geo_batiment.update_dat IS 'Date de dernière modification';
|
|
||||||
COMMENT ON TABLE geo_batiment_parcelle IS 'Lien subdivision fiscale - parcelle';
|
|
||||||
COMMENT ON COLUMN geo_batiment_parcelle.geo_batiment_parcelle IS 'Identifiant';
|
|
||||||
COMMENT ON COLUMN geo_batiment_parcelle.annee IS 'Année';
|
|
||||||
COMMENT ON COLUMN geo_batiment_parcelle.geo_batiment IS 'Bâtiment';
|
|
||||||
COMMENT ON COLUMN geo_batiment_parcelle.geo_parcelle IS 'Parcelle';
|
|
||||||
COMMENT ON TABLE geo_zoncommuni IS 'Voie du domaine non cadastré (ou passant sur des parcelles non figurées au plan) représentée par un élément linéaire correspondant à son axe.';
|
|
||||||
COMMENT ON COLUMN geo_zoncommuni.geo_zoncommuni IS 'Identifiant';
|
|
||||||
COMMENT ON COLUMN geo_zoncommuni.annee IS 'Année';
|
|
||||||
COMMENT ON COLUMN geo_zoncommuni.object_rid IS 'Numéro d''objet';
|
|
||||||
COMMENT ON COLUMN geo_zoncommuni.tex IS 'Nom de la voie';
|
|
||||||
COMMENT ON COLUMN geo_zoncommuni.creat_date IS 'Date de création';
|
|
||||||
COMMENT ON COLUMN geo_zoncommuni.update_dat IS 'Date de dernière modification';
|
|
||||||
|
|
||||||
COMMENT ON TABLE geo_tronfluv IS 'Élément surfacique (fermé) utilisé pour tous les cours d''eau et les rivages de mers. Un libellé y est associé.';
|
|
||||||
COMMENT ON COLUMN geo_tronfluv.geo_tronfluv IS 'Identifiant';
|
|
||||||
COMMENT ON COLUMN geo_tronfluv.annee IS 'Année';
|
|
||||||
COMMENT ON COLUMN geo_tronfluv.object_rid IS 'Numéro d''objet';
|
|
||||||
COMMENT ON COLUMN geo_tronfluv.tex IS 'Nom du cours d''eau';
|
|
||||||
COMMENT ON COLUMN geo_tronfluv.creat_date IS 'Date de création';
|
|
||||||
COMMENT ON COLUMN geo_tronfluv.update_dat IS 'Date de dernière modification';
|
|
||||||
|
|
||||||
COMMENT ON TABLE geo_tronroute IS 'Élément surfacique (fermé) utilisé pour tous les tronçons de routes. Un libellé y est associé.';
|
|
||||||
COMMENT ON COLUMN geo_tronroute.geo_tronroute IS 'Identifiant';
|
|
||||||
COMMENT ON COLUMN geo_tronroute.annee IS 'Année';
|
|
||||||
COMMENT ON COLUMN geo_tronroute.object_rid IS 'Numéro d''objet';
|
|
||||||
COMMENT ON COLUMN geo_tronroute.tex IS 'Nom du cours d''eau';
|
|
||||||
COMMENT ON COLUMN geo_tronroute.creat_date IS 'Date de création';
|
|
||||||
COMMENT ON COLUMN geo_tronroute.update_dat IS 'Date de dernière modification';
|
|
||||||
|
|
||||||
COMMENT ON TABLE geo_ptcanv IS 'Objet ponctuel servant d''appui aux opérations de lever des plans..';
|
|
||||||
COMMENT ON COLUMN geo_ptcanv.geo_ptcanv IS 'Identifiant';
|
|
||||||
COMMENT ON COLUMN geo_ptcanv.annee IS 'Année';
|
|
||||||
COMMENT ON COLUMN geo_ptcanv.object_rid IS 'Numéro d''objet';
|
|
||||||
COMMENT ON COLUMN geo_ptcanv.idu IS 'Identifiant PCI';
|
|
||||||
COMMENT ON COLUMN geo_ptcanv.geo_can IS 'Origine du point';
|
|
||||||
COMMENT ON COLUMN geo_ptcanv.geo_ppln IS 'Précision planimétrique';
|
|
||||||
COMMENT ON COLUMN geo_ptcanv.geo_palt IS 'Précision altimétrique';
|
|
||||||
COMMENT ON COLUMN geo_ptcanv.geo_map IS 'Stabilité de matérialisation du support';
|
|
||||||
COMMENT ON COLUMN geo_ptcanv.geo_sym IS 'Genre du point';
|
|
||||||
COMMENT ON COLUMN geo_ptcanv.creat_date IS 'Date de création';
|
|
||||||
COMMENT ON COLUMN geo_ptcanv.update_dat IS 'Date de dernière modification';
|
|
||||||
|
|
||||||
COMMENT ON TABLE geo_borne IS 'Borne située en limite de propriété et représentée par un symbole ponctuel.';
|
|
||||||
COMMENT ON COLUMN geo_borne.geo_borne IS 'Identifiant';
|
|
||||||
COMMENT ON COLUMN geo_borne.annee IS 'Année';
|
|
||||||
COMMENT ON COLUMN geo_borne.object_rid IS 'Numéro d''objet';
|
|
||||||
COMMENT ON COLUMN geo_borne.creat_date IS 'Date de création';
|
|
||||||
COMMENT ON COLUMN geo_borne.update_dat IS 'Date de dernière modification';
|
|
||||||
COMMENT ON TABLE geo_borne_parcelle IS 'Lien borne - parcelle';
|
|
||||||
COMMENT ON COLUMN geo_borne_parcelle.geo_borne_parcelle IS 'Identifiant';
|
|
||||||
COMMENT ON COLUMN geo_borne_parcelle.annee IS 'Année';
|
|
||||||
COMMENT ON COLUMN geo_borne_parcelle.geo_borne IS 'borne';
|
|
||||||
COMMENT ON COLUMN geo_borne_parcelle.geo_parcelle IS 'Parcelle';
|
|
||||||
|
|
||||||
COMMENT ON TABLE geo_croix IS 'Borne située en limite de propriété et représentée par un symbole ponctuel.';
|
|
||||||
COMMENT ON COLUMN geo_croix.geo_croix IS 'Identifiant';
|
|
||||||
COMMENT ON COLUMN geo_croix.annee IS 'Année';
|
|
||||||
COMMENT ON COLUMN geo_croix.object_rid IS 'Numéro d''objet';
|
|
||||||
COMMENT ON COLUMN geo_croix.creat_date IS 'Date de création';
|
|
||||||
COMMENT ON COLUMN geo_croix.update_dat IS 'Date de dernière modification';
|
|
||||||
COMMENT ON TABLE geo_croix_parcelle IS 'Lien croix - parcelle';
|
|
||||||
COMMENT ON COLUMN geo_croix_parcelle.geo_croix_parcelle IS 'Identifiant';
|
|
||||||
COMMENT ON COLUMN geo_croix_parcelle.annee IS 'Année';
|
|
||||||
COMMENT ON COLUMN geo_croix_parcelle.geo_croix IS 'Croix';
|
|
||||||
COMMENT ON COLUMN geo_croix_parcelle.geo_parcelle IS 'Parcelle';
|
|
||||||
|
|
||||||
COMMENT ON TABLE geo_symblim IS 'Symbole de limite de propriété représenté par un signe conventionnel de type ponctuel permettant de documenter le plan cadastral et d''en améliorer la lisibilité.';
|
|
||||||
COMMENT ON COLUMN geo_symblim.geo_symblim IS 'Identifiant';
|
|
||||||
COMMENT ON COLUMN geo_symblim.annee IS 'Année';
|
|
||||||
COMMENT ON COLUMN geo_symblim.object_rid IS 'Numéro d''objet';
|
|
||||||
COMMENT ON COLUMN geo_symblim.ori IS 'Orientation';
|
|
||||||
COMMENT ON COLUMN geo_symblim.geo_sym IS 'Genre';
|
|
||||||
COMMENT ON COLUMN geo_symblim.creat_date IS 'Date de création';
|
|
||||||
COMMENT ON COLUMN geo_symblim.update_dat IS 'Date de dernière modification';
|
|
||||||
COMMENT ON TABLE geo_symblim_parcelle IS 'Lien symblim - parcelle';
|
|
||||||
COMMENT ON COLUMN geo_symblim_parcelle.geo_symblim_parcelle IS 'Identifiant';
|
|
||||||
COMMENT ON COLUMN geo_symblim_parcelle.annee IS 'Année';
|
|
||||||
COMMENT ON COLUMN geo_symblim_parcelle.geo_symblim IS 'symblim';
|
|
||||||
COMMENT ON COLUMN geo_symblim_parcelle.geo_parcelle IS 'Parcelle';
|
|
||||||
|
|
||||||
COMMENT ON TABLE geo_tpoint IS 'Détail topographique ponctuel représenté par un signe conventionnel de type ponctuel permettant de documenter le plan cadastral et d''en améliorer la lisibilité.';
|
|
||||||
COMMENT ON COLUMN geo_tpoint.geo_tpoint IS 'Identifiant';
|
|
||||||
COMMENT ON COLUMN geo_tpoint.annee IS 'Année';
|
|
||||||
COMMENT ON COLUMN geo_tpoint.object_rid IS 'Numéro d''objet';
|
|
||||||
COMMENT ON COLUMN geo_tpoint.ori IS 'Orientation';
|
|
||||||
COMMENT ON COLUMN geo_tpoint.tex IS 'Texte du détail';
|
|
||||||
COMMENT ON COLUMN geo_tpoint.geo_sym IS 'Genre';
|
|
||||||
COMMENT ON COLUMN geo_tpoint.creat_date IS 'Date de création';
|
|
||||||
COMMENT ON COLUMN geo_tpoint.update_dat IS 'Date de dernière modification';
|
|
||||||
COMMENT ON TABLE geo_tpoint_commune IS 'Lien tpoint - commune';
|
|
||||||
COMMENT ON COLUMN geo_tpoint_commune.geo_tpoint_commune IS 'Identifiant';
|
|
||||||
COMMENT ON COLUMN geo_tpoint_commune.annee IS 'Année';
|
|
||||||
COMMENT ON COLUMN geo_tpoint_commune.geo_tpoint IS 'tpoint';
|
|
||||||
COMMENT ON COLUMN geo_tpoint_commune.geo_commune IS 'commune';
|
|
||||||
|
|
||||||
COMMENT ON TABLE geo_tline IS 'Détail topographique linéaire représenté par un signe conventionnel de type linéaire permettant de documenter le plan cadastral et d''en améliorer la lisibilité.';
|
|
||||||
COMMENT ON COLUMN geo_tline.geo_tline IS 'Identifiant';
|
|
||||||
COMMENT ON COLUMN geo_tline.annee IS 'Année';
|
|
||||||
COMMENT ON COLUMN geo_tline.object_rid IS 'Numéro d''objet';
|
|
||||||
COMMENT ON COLUMN geo_tline.tex IS 'Texte du détail';
|
|
||||||
COMMENT ON COLUMN geo_tline.geo_sym IS 'Genre';
|
|
||||||
COMMENT ON COLUMN geo_tline.creat_date IS 'Date de création';
|
|
||||||
COMMENT ON COLUMN geo_tline.update_dat IS 'Date de dernière modification';
|
|
||||||
COMMENT ON TABLE geo_tline_commune IS 'Lien tline - commune';
|
|
||||||
COMMENT ON COLUMN geo_tline_commune.geo_tline_commune IS 'Identifiant';
|
|
||||||
COMMENT ON COLUMN geo_tline_commune.annee IS 'Année';
|
|
||||||
COMMENT ON COLUMN geo_tline_commune.geo_tline IS 'tline';
|
|
||||||
COMMENT ON COLUMN geo_tline_commune.geo_commune IS 'commune';
|
|
||||||
|
|
||||||
COMMENT ON TABLE geo_tsurf IS 'Détail topographique surfacique représenté par un signe conventionnel de type surfacique permettant de documenter le plan cadastral et d''en améliorer la lisibilité';
|
|
||||||
COMMENT ON COLUMN geo_tsurf.geo_tsurf IS 'Identifiant';
|
|
||||||
COMMENT ON COLUMN geo_tsurf.annee IS 'Année';
|
|
||||||
COMMENT ON COLUMN geo_tsurf.object_rid IS 'Numéro d''objet';
|
|
||||||
COMMENT ON COLUMN geo_tsurf.tex IS 'Texte du détail';
|
|
||||||
COMMENT ON COLUMN geo_tsurf.geo_sym IS 'Genre';
|
|
||||||
COMMENT ON COLUMN geo_tsurf.creat_date IS 'Date de création';
|
|
||||||
COMMENT ON COLUMN geo_tsurf.update_dat IS 'Date de dernière modification';
|
|
||||||
COMMENT ON TABLE geo_tsurf_commune IS 'Lien tsurf - commune';
|
|
||||||
COMMENT ON COLUMN geo_tsurf_commune.geo_tsurf_commune IS 'Identifiant';
|
|
||||||
COMMENT ON COLUMN geo_tsurf_commune.annee IS 'Année';
|
|
||||||
COMMENT ON COLUMN geo_tsurf_commune.geo_tsurf IS 'tsurf';
|
|
||||||
COMMENT ON COLUMN geo_tsurf_commune.geo_commune IS 'commune';
|
|
||||||
|
|
||||||
COMMENT ON TABLE geo_label IS 'Libellés';
|
|
||||||
COMMENT ON COLUMN geo_label.ogc_fid IS 'Numéro d''enregistrement source';
|
|
||||||
COMMENT ON COLUMN geo_label.object_rid IS 'Numéro d''objet';
|
|
||||||
COMMENT ON COLUMN geo_label.fon IS 'Nom en clair de la police typographique';
|
|
||||||
COMMENT ON COLUMN geo_label.hei IS 'Hauteur des caractères';
|
|
||||||
COMMENT ON COLUMN geo_label.tyu IS 'Type de l''unité utilisée';
|
|
||||||
COMMENT ON COLUMN geo_label.cef IS 'Facteur d''agrandissement';
|
|
||||||
COMMENT ON COLUMN geo_label.csp IS 'Espacement intercaractères';
|
|
||||||
COMMENT ON COLUMN geo_label.di1 IS 'Orientation composante X du vecteur hauteur';
|
|
||||||
COMMENT ON COLUMN geo_label.di2 IS 'Orientation composante Y du vecteur hauteur';
|
|
||||||
COMMENT ON COLUMN geo_label.di3 IS 'Orientation composante X du vecteur base';
|
|
||||||
COMMENT ON COLUMN geo_label.di4 IS 'Orientation composante Y du vecteur base';
|
|
||||||
COMMENT ON COLUMN geo_label.tpa IS 'Sens de l''écriture';
|
|
||||||
COMMENT ON COLUMN geo_label.hta IS 'Alignement horizontal du texte';
|
|
||||||
COMMENT ON COLUMN geo_label.vta IS 'Alignement vertical du texte';
|
|
||||||
COMMENT ON COLUMN geo_label.atr IS 'Identificateur de l''attribut à écrire';
|
|
||||||
COMMENT ON COLUMN geo_label.ogr_obj_lnk IS 'lien n°objet';
|
|
||||||
COMMENT ON COLUMN geo_label.ogr_obj_lnk_layer IS 'type objet';
|
|
||||||
COMMENT ON COLUMN geo_label.ogr_atr_val IS 'Ogr valeur';
|
|
||||||
COMMENT ON COLUMN geo_label.ogr_angle IS 'Ogr angle';
|
|
||||||
COMMENT ON COLUMN geo_label.ogr_font_size IS 'Ogr taille fonte';
|
|
||||||
COMMENT ON COLUMN geo_label.x_label IS 'Longitude';
|
|
||||||
COMMENT ON COLUMN geo_label.y_label IS 'Latitude';
|
|
||||||
|
|
||||||
COMMENT ON TABLE geo_unite_fonciere IS 'Regroupe les unités foncières, c est a dire la fusion de parcelles adjacentes d un même propriétaire';
|
|
||||||
COMMENT ON COLUMN geo_unite_fonciere.id IS 'Identifiant des unités foncières';
|
|
||||||
COMMENT ON COLUMN geo_unite_fonciere.comptecommunal IS 'Compte communal des parcelles composant l unité foncière';
|
|
||||||
COMMENT ON COLUMN geo_unite_fonciere.annee IS 'Année';
|
|
||||||
|
|||||||
Reference in New Issue
Block a user