pggeodb.nancy.inra.fr/db_robot - db_robot on pggeodb.nancy.inra.fr
Previous topic Chapter index Next topic

Function: topogeo_addgeometry

 

 

Schema

topology

 

Owner

albenard

 

Descriptions

There is no description for function topogeo_addgeometry

 

Options

Option

Value

Returns

void

Language

plpgsql

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 26/02/2014 11:51
Previous topic Chapter index Next topic