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

◆ postgis_lib_version()

Datum postgis_lib_version ( PG_FUNCTION_ARGS  )

Definition at line 182 of file lwgeom_functions_basic.c.

183{
184 char *ver = POSTGIS_LIB_VERSION;
185 text *result = cstring_to_text(ver);
186 PG_RETURN_TEXT_P(result);
187}
#define POSTGIS_LIB_VERSION
Definition sqldefines.h:13

References POSTGIS_LIB_VERSION.