PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ postgis_version()

Datum postgis_version ( PG_FUNCTION_ARGS  )

Definition at line 154 of file lwgeom_functions_basic.c.

155 {
156  char *ver = POSTGIS_VERSION;
157  text *result = cstring_to_text(ver);
158  PG_RETURN_TEXT_P(result);
159 }