PostGIS  3.0.6dev-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 48 of file rtpg_legacy.c.

49 {
50 
51  elog(ERROR, "RASTER_to_binary: This function is out of date. Run: ALTER EXTENSION postgis UPDATE; SELECT PostGIS_Extensions_Upgrade();");
52 
53 }