PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ postgis_version()

Datum postgis_version ( PG_FUNCTION_ARGS  )

Definition at line 150 of file lwgeom_functions_basic.c.

References PG_FUNCTION_INFO_V1(), and postgis_liblwgeom_version().

Referenced by LWGEOM_summary().

151 {
152  char *ver = POSTGIS_VERSION;
153  text *result = cstring2text(ver);
154  PG_RETURN_TEXT_P(result);
155 }
Here is the call graph for this function:
Here is the caller graph for this function: