PostGIS  2.5.7dev-r@@SVN_REVISION@@
rtpg_inout.c File Reference
#include <postgres.h>
#include <fmgr.h>
#include "rtpostgis.h"
Include dependency graph for rtpg_inout.c:

Go to the source code of this file.

Functions

Datum RASTER_in (PG_FUNCTION_ARGS)
 
Datum RASTER_out (PG_FUNCTION_ARGS)
 
Datum RASTER_to_bytea (PG_FUNCTION_ARGS)
 
Datum RASTER_to_binary (PG_FUNCTION_ARGS)
 obsolete as of 2.5.0 stubbing for smoother upgrade from 2.4 More...
 
Datum RASTER_noop (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (RASTER_to_binary)
 Legacy return error if called Removed in PostGIS 2.5.0. More...
 
 PG_FUNCTION_INFO_V1 (RASTER_in)
 Input is Hex WKB Used as the input function of the raster type. More...
 
 PG_FUNCTION_INFO_V1 (RASTER_out)
 Output is Hex WKB Used as the output function of the raster type. More...
 
 PG_FUNCTION_INFO_V1 (RASTER_to_bytea)
 Output is WKB Used to cast a raster to a bytea. More...
 
 PG_FUNCTION_INFO_V1 (RASTER_noop)
 Deserialize and then immediately serialize. More...