PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ postgis_lib_version()

Datum postgis_lib_version ( PG_FUNCTION_ARGS  )

Definition at line 170 of file lwgeom_functions_basic.c.

171 {
172  char *ver = POSTGIS_LIB_VERSION;
173  text *result = cstring_to_text(ver);
174  PG_RETURN_TEXT_P(result);
175 }
#define POSTGIS_LIB_VERSION
Definition: sqldefines.h:12

References POSTGIS_LIB_VERSION.