Schema
Owner
postgres
Descriptions
There is no description for function st_removeisoedge
Options
Option | Value |
---|---|
Returns |
text |
Language |
c |
Parameters |
atopology varchar anedge integer |
Definition
CREATE OR REPLACE FUNCTION topology.st_removeisoedge (
atopology varchar,
anedge integer
)
RETURNS text AS
'$libdir/postgis_topology-2.3', 'ST_RemIsoEdge'
LANGUAGE 'c'
VOLATILE
CALLED ON NULL INPUT
SECURITY INVOKER
COST 1;
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 13/03/2014 13:23 |