PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ postgis_sfcgal_version()

Datum postgis_sfcgal_version ( PG_FUNCTION_ARGS  )

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

723 {
724  const char *ver = lwgeom_sfcgal_version();
725  text *result = cstring_to_text(ver);
726  PG_RETURN_POINTER(result);
727 }
const char * lwgeom_sfcgal_version()

References lwgeom_sfcgal_version().

Here is the call graph for this function: