9.34.7.Insert and Delete

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

These functions insert and delete a geometry from an R tree index. The tb must be a fully qualified name of an R tree table.

These functions will typically be used from triggers on a geometry column. The functions are transactional and make a transaction log record of the action.