PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
#include <postgres.h>
#include <fmgr.h>
#include <utils/builtins.h>
#include "../../postgis_config.h"
#include "lwgeom_pg.h"
#include "rtpostgis.h"
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) | |