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
}
lwgeom_sfcgal_version
const char * lwgeom_sfcgal_version()
Definition:
liblwgeom/lwgeom_sfcgal.c:36
References
lwgeom_sfcgal_version()
.
Here is the call graph for this function:
postgis
lwgeom_sfcgal.c
Generated by
1.9.1