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

Function: postgis_cache_bbox

 

 

Schema

public

 

Owner

albenard

 

Descriptions

There is no description for function postgis_cache_bbox

 

Options

Option

Value

Returns

trigger

Language

c

Parameters

There are no parameters for function postgis_cache_bbox

 

Definition

CREATE OR REPLACE FUNCTION public.postgis_cache_bbox (
)
RETURNS trigger AS
'$libdir/postgis-2.3', 'cache_bbox'
LANGUAGE 'c'
VOLATILE
CALLED ON NULL INPUT
SECURITY INVOKER
COST
1;

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 26/02/2014 11:51
Previous topic Chapter index Next topic