PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ postgis_sfcgal_version()

Datum postgis_sfcgal_version ( PG_FUNCTION_ARGS  )

Definition at line 721 of file postgis/lwgeom_sfcgal.c.

References lwgeom_sfcgal_version(), PG_FUNCTION_INFO_V1(), and sfcgal_is_solid().

Referenced by sfcgal_extrude().

722 {
723  const char *ver = lwgeom_sfcgal_version();
724  text *result = cstring2text(ver);
725  PG_RETURN_POINTER(result);
726 }
const char * lwgeom_sfcgal_version()
Here is the call graph for this function:
Here is the caller graph for this function: