Schema
public
Owner
albenard
Descriptions
There is no description for function st_envelope
Options
Option | Value |
---|---|
Returns |
public.geometry |
Language |
c |
Parameters |
public.raster |
Definition
CREATE OR REPLACE FUNCTION public.st_envelope (
public.raster
)
RETURNS public.geometry AS
'$libdir/rtpostgis-2.3', 'RASTER_envelope'
LANGUAGE 'c'
IMMUTABLE
RETURNS NULL 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 |