PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ LWGEOM_to_bytea()

Datum LWGEOM_to_bytea ( PG_FUNCTION_ARGS  )

Definition at line 808 of file lwgeom_inout.c.

809 {
810  POSTGIS_DEBUG(2, "LWGEOM_to_bytea called");
811 
812  PG_RETURN_POINTER(
813  DatumGetPointer(
814  DirectFunctionCall1(
816  PG_GETARG_DATUM(0)
817  )));
818 }
Datum WKBFromLWGEOM(PG_FUNCTION_ARGS)
Definition: lwgeom_inout.c:423

References WKBFromLWGEOM().

Here is the call graph for this function: