1set client_min_messages to WARNING;
2
3-- Tests TopoGeometry->Geometry cast and id(TopoGeometry)
4
5\i load_topology.sql
6\i load_features.sql
7\i more_features.sql
8\i hierarchy.sql
9\i query_features.sql
10
11-- clean up
12SELECT topology.DropTopology('city_data');
13DROP SCHEMA features CASCADE;
14