Schema
Owner
postgres
Descriptions
There is no description for function topogeo_addgeometry
Options
Option | Value |
---|---|
Returns |
void |
Language |
|
Parameters |
atopology varchar ageom public.geometry tolerance double precision = 0 |
Definition
CREATE OR REPLACE FUNCTION topology.topogeo_addgeometry (
atopology varchar,
ageom public.geometry,
tolerance double precision = 0
)
RETURNS void AS
$span$
DECLARE
BEGIN
RAISE EXCEPTION 'TopoGeo_AddGeometry not implemented yet';
END
$span$
LANGUAGE 'plpgsql'
VOLATILE
CALLED ON NULL INPUT
SECURITY INVOKER
COST 100;
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 13/03/2014 13:23 |