PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ LWGEOM_to_bytea()

Datum LWGEOM_to_bytea ( PG_FUNCTION_ARGS  )

Definition at line 815 of file lwgeom_inout.c.

816 {
817  POSTGIS_DEBUG(2, "LWGEOM_to_bytea called");
818 
819  PG_RETURN_POINTER(
820  DatumGetPointer(
821  DirectFunctionCall1(
823  PG_GETARG_DATUM(0)
824  )));
825 }
Datum WKBFromLWGEOM(PG_FUNCTION_ARGS)
Definition: lwgeom_inout.c:430

References WKBFromLWGEOM().

Here is the call graph for this function: