PostGIS  3.4.0dev-r@@SVN_REVISION@@
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages

◆ RASTER_to_binary()

Datum RASTER_to_binary ( PG_FUNCTION_ARGS  )

Definition at line 44 of file rtpg_legacy.c.

45 {
46  elog(ERROR, "RASTER_to_binary: This function is out of date. Run: ALTER EXTENSION postgis UPDATE; SELECT PostGIS_Extensions_Upgrade();");
47 }