PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ RASTER_to_binary()

Datum RASTER_to_binary ( PG_FUNCTION_ARGS  )

obsolete as of 2.5.0 stubbing for smoother upgrade from 2.4

Definition at line 50 of file rtpg_inout.c.

51 {
52 
53  elog(ERROR, "RASTER_to_binary: This function is out of date. Run ALTER EXTENSION postgis UPDATE; to fix");
54 
55 }