Home
last modified time | relevance | path

Searched refs:f_areal (Results 1 – 9 of 9) sorted by relevance

/dports/databases/postgis30/postgis-3.0.4/topology/test/regress/
H A Dtotopogeom.sql27 CREATE TABLE tt.f_areal(id serial); table
184 INSERT INTO tt.f_areal (id, g)
187 FROM tt.f_areal t, tt.relation r
190 UPDATE tt.f_areal SET g = toTopoGeom(st_translate(g, st_xmax(g::geometry)+1, 0), g);
192 FROM tt.f_areal t, tt.relation r
196 UPDATE tt.f_areal SET g = toTopoGeom(st_buffer(g, -1), g);
198 FROM tt.f_areal t, tt.relation r
223 DROP TABLE tt.f_areal;
H A Dcreatetopogeom.sql46 CREATE TABLE "MiX".f_areal (id int); table
/dports/databases/postgis25/postgis-2.5.5/topology/test/regress/
H A Dtotopogeom.sql27 CREATE TABLE tt.f_areal(id serial); table
184 INSERT INTO tt.f_areal (id, g)
187 FROM tt.f_areal t, tt.relation r
190 UPDATE tt.f_areal SET g = toTopoGeom(st_translate(g, st_xmax(g::geometry)+1, 0), g);
192 FROM tt.f_areal t, tt.relation r
196 UPDATE tt.f_areal SET g = toTopoGeom(st_buffer(g, -1), g);
198 FROM tt.f_areal t, tt.relation r
223 DROP TABLE tt.f_areal;
H A Dcreatetopogeom.sql46 CREATE TABLE "MiX".f_areal (id int); table
/dports/databases/postgis31/postgis-3.1.4/topology/test/regress/
H A Dtotopogeom.sql27 CREATE TABLE tt.f_areal(id serial); table
184 INSERT INTO tt.f_areal (id, g)
187 FROM tt.f_areal t, tt.relation r
190 UPDATE tt.f_areal SET g = toTopoGeom(st_translate(g, st_xmax(g::geometry)+1, 0), g);
192 FROM tt.f_areal t, tt.relation r
196 UPDATE tt.f_areal SET g = toTopoGeom(st_buffer(g, -1), g);
198 FROM tt.f_areal t, tt.relation r
350 DROP TABLE tt.f_areal;
H A Dcreatetopogeom.sql46 CREATE TABLE "MiX".f_areal (id int); table
/dports/databases/postgis32/postgis-3.2.0/topology/test/regress/
H A Dtotopogeom.sql27 CREATE TABLE tt.f_areal(id serial); table
184 INSERT INTO tt.f_areal (id, g)
187 FROM tt.f_areal t, tt.relation r
190 UPDATE tt.f_areal SET g = toTopoGeom(st_translate(g, st_xmax(g::geometry)+1, 0), g);
192 FROM tt.f_areal t, tt.relation r
196 UPDATE tt.f_areal SET g = toTopoGeom(st_buffer(g, -1), g);
198 FROM tt.f_areal t, tt.relation r
370 DROP TABLE tt.f_areal;
H A Dtopogeom_addtopogeom.sql20 CREATE TABLE tt.f_areal(id serial); table
77 DROP TABLE tt.f_areal;
H A Dcreatetopogeom.sql46 CREATE TABLE "MiX".f_areal (id int); table