Changes between Initial Version and Version 1 of Ticket #3205
- Timestamp:
- 07/18/15 01:28:42 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3205 – Description
initial v1 15 15 ---------------- 16 16 17 {{{ 17 18 SELECT DropTopology('test_postgis_topology'); 18 19 SELECT CreateTopology('test_postgis_topology',0,0.1,false); --2 … … 36 37 DROP TABLE IF EXISTS test_postgis_topology.test_topogeo_linestring ; 37 38 SELECT DropTopology('test_postgis_topology'); 39 }}} 40 41 38 42 39 43 ----------------