PostGIS
2.4.9dev-r@@SVN_REVISION@@
◆
postgis_proj_version()
Datum postgis_proj_version
(
PG_FUNCTION_ARGS
)
Definition at line
203
of file
postgis/lwgeom_transform.c
.
Referenced by
transform_geom()
.
204
{
205
const
char
*ver = pj_get_release();
206
text *result = cstring2text(ver);
207
PG_RETURN_POINTER(result);
208
}
Here is the caller graph for this function:
postgis
lwgeom_transform.c
Generated by
1.8.13