Schema
Owner
postgres
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 07/12/2018 13:23 |