PostGIS
3.0.6dev-r@@SVN_REVISION@@
◆
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
}
lwgeom_sfcgal_version
const char * lwgeom_sfcgal_version()
Definition:
liblwgeom/lwgeom_sfcgal.c:33
References
lwgeom_sfcgal_version()
.
Here is the call graph for this function:
postgis
lwgeom_sfcgal.c
Generated by
1.9.1