PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ LWGEOM_to_bytea()

Datum LWGEOM_to_bytea ( PG_FUNCTION_ARGS  )

Definition at line 748 of file lwgeom_inout.c.

749{
750 POSTGIS_DEBUG(2, "LWGEOM_to_bytea called");
751
752 PG_RETURN_POINTER(
753 DatumGetPointer(
754 DirectFunctionCall1(
756 PG_GETARG_DATUM(0)
757 )));
758}
Datum WKBFromLWGEOM(PG_FUNCTION_ARGS)

References WKBFromLWGEOM().

Here is the call graph for this function: