phase 4
This commit is contained in:
parent
65b93be1b6
commit
4c6fda4a15
|
@ -615,8 +615,8 @@ ALTER TABLE phase_3_pk_sens_verif_4326 OWNER TO redadeg;
|
||||||
DROP VIEW IF EXISTS phase_4_pk_auto_4326 ;
|
DROP VIEW IF EXISTS phase_4_pk_auto_4326 ;
|
||||||
CREATE VIEW phase_4_pk_auto_4326 AS
|
CREATE VIEW phase_4_pk_auto_4326 AS
|
||||||
SELECT
|
SELECT
|
||||||
pk_id integer,
|
pk_id,
|
||||||
secteur_id integer,
|
secteur_id,
|
||||||
ST_Transform(the_geom,4326)::geometry(Point, 4326) AS the_geom
|
ST_Transform(the_geom,4326)::geometry(Point, 4326) AS the_geom
|
||||||
FROM phase_3_pk_auto ;
|
FROM phase_3_pk_auto ;
|
||||||
ALTER TABLE phase_4_pk_auto_4326 OWNER TO redadeg;
|
ALTER TABLE phase_4_pk_auto_4326 OWNER TO redadeg;
|
||||||
|
|
Loading…
Reference in a new issue