PostGIS  2.5.7dev-r@@SVN_REVISION@@
rtpg_utility.c File Reference
#include <postgres.h>
#include <fmgr.h>
#include <utils/builtins.h>
#include "../../postgis_config.h"
#include "lwgeom_pg.h"
#include "rtpostgis.h"
Include dependency graph for rtpg_utility.c:

Go to the source code of this file.

Functions

Datum RASTER_lib_version (PG_FUNCTION_ARGS)
 
Datum RASTER_lib_build_date (PG_FUNCTION_ARGS)
 
Datum RASTER_gdal_version (PG_FUNCTION_ARGS)
 
Datum RASTER_minPossibleValue (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (RASTER_lib_version)
 
 PG_FUNCTION_INFO_V1 (RASTER_lib_build_date)
 
 PG_FUNCTION_INFO_V1 (RASTER_gdal_version)
 
 PG_FUNCTION_INFO_V1 (RASTER_minPossibleValue)
 
Datum RASTER_memsize (PG_FUNCTION_ARGS)
 find the detoasted size of a value More...
 
 PG_FUNCTION_INFO_V1 (RASTER_memsize)