PostGIS
Name
CopyTopology — Makes a copy of a topology structure (nodes, edges, faces, layers and TopoGeometries).
Description
Creates a new topology with name new_topology_name
and SRID and
precision taken from existing_topology_name
, copies all nodes, edges
and faces in there, copies layers and their TopoGeometries too.
|
Availability: 2.0.0
Examples
This example makes a backup of a topology called ma_topo
SELECT topology.CopyTopology('ma_topo', 'ma_topo_bakup');