GetTopologyName — Returns the name of a topology (schema) given the id of the topology.
varchar GetTopologyName(
integer topology_id)
;
Returns the topology name (schema) of a topology from the topology.topology table given the topology id of the topology.
Availability: 1.1
SELECT topology.GetTopologyName(1) As topo_name; topo_name ----------- ma_topo
CreateTopology, DropTopology, GetTopologyID, GetTopologySRID