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

◆ postgis_sfcgal_version()

Datum postgis_sfcgal_version ( PG_FUNCTION_ARGS  )

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

492{
493 const char *ver = lwgeom_sfcgal_version();
494 text *result = cstring_to_text(ver);
495 PG_RETURN_POINTER(result);
496}
const char * lwgeom_sfcgal_version()

References lwgeom_sfcgal_version().

Here is the call graph for this function: