Name

geo_delete — Deletes a geometry from an R tree index.

Synopsis

geo_delete ( in tb any ,
  in geo any ,
  in id int );
 

Description

Deletes a geometry from an R tree index. The tb must be a fully qualified name of an R tree table. This function is typically used from triggers on a geometry column. The function is transactional and makes a transaction log record of the action.

Parameters

tb

A fully qualified name of an R tree table.

geo

A geometry.

id

Geometry id.

Return Types

Returns int.

Examples

Example 24.149. Simple example