Mercurial > lada > lada-server
view db_schema/stammdaten_fill_verwaltungsgrenze.sql @ 1206:4df70458164d
Add public schema to search path and remove obsolete data-source.
We need the public schema to access PostGIS functionality.
The lada-bund data-source is obsolete since the schema has been removed.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Fri, 02 Dec 2016 20:13:12 +0100 |
parents | 1bc8ab13e1f7 |
children | f094aca05cf2 |
line wrap: on
line source
insert into stammdaten.verwaltungsgrenze(gem_id, shape) SELECT verwaltungseinheit.id, gem_utm.geom FROM stammdaten.verwaltungseinheit left join geo.gem_utm on verwaltungseinheit.id = gem_utm.ags;