PostGIS
2.5.7dev-r@@SVN_REVISION@@
◆
postgis_geos_version()
Datum postgis_geos_version
(
PG_FUNCTION_ARGS
)
Definition at line
117
of file
postgis/lwgeom_geos.c
.
118
{
119
const
char
*ver =
lwgeom_geos_version
();
120
text *result = cstring_to_text(ver);
121
PG_RETURN_POINTER(result);
122
}
lwgeom_geos_version
const char * lwgeom_geos_version(void)
Return GEOS version string (not to be freed)
Definition:
liblwgeom/lwgeom_geos.c:597
References
lwgeom_geos_version()
.
Here is the call graph for this function:
postgis
lwgeom_geos.c
Generated by
1.9.1