Schema
Owner
postgres
Descriptions
args: rast - Returns the width of the raster in pixels.
Options
Option | Value |
---|---|
Returns |
integer |
Language |
c |
Parameters |
public.raster |
Definition
CREATE OR REPLACE FUNCTION public.st_width (
public.raster
)
RETURNS integer AS
'$libdir/rtpostgis-2.3', 'RASTER_getWidth'
LANGUAGE 'c'
IMMUTABLE
RETURNS NULL ON NULL INPUT
SECURITY INVOKER
COST 1;
COMMENT ON FUNCTION public.st_width(public.raster)
IS 'args: rast - Returns the width of the raster in pixels.';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 07/12/2018 13:23 |