PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ postgis_lib_version()

Datum postgis_lib_version ( PG_FUNCTION_ARGS  )

Definition at line 166 of file lwgeom_functions_basic.c.

References PG_FUNCTION_INFO_V1(), POSTGIS_LIB_VERSION, and postgis_svn_version().

Referenced by postgis_liblwgeom_version().

167 {
168  char *ver = POSTGIS_LIB_VERSION;
169  text *result = cstring2text(ver);
170  PG_RETURN_TEXT_P(result);
171 }
#define POSTGIS_LIB_VERSION
Definition: sqldefines.h:12
Here is the call graph for this function:
Here is the caller graph for this function: