compute/store geo.geom centroid only once

This commit is contained in:
Christian Quest 2016-05-09 14:23:51 +02:00
parent 5d07c7895d
commit 63ff78eaa1
2 changed files with 3 additions and 4 deletions

View file

@ -107,9 +107,8 @@ CREATE TABLE events (
--
CREATE TABLE geo (
insee character varying(80),
nom character varying(80),
geom geometry(Geometry,4326),
geom_center geometry(Point,4326),
hash text
);