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

Function: st_remisonode

 

 

Schema

topology

 

Owner

postgres

 

Descriptions

There is no description for function st_remisonode

 

Options

Option

Value

Returns

text

Language

c

Parameters

varchar

integer

 

Definition

CREATE OR REPLACE FUNCTION topology.st_remisonode (
 varchar,
 integer
)
RETURNS text AS
'$libdir/postgis_topology-2.3', 'ST_RemoveIsoNode'
LANGUAGE 'c'
VOLATILE
CALLED ON NULL INPUT
SECURITY INVOKER
COST
1;

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 07/12/2018 13:23
Previous topic Chapter index Next topic