PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ postgis_lib_build_date()

Datum postgis_lib_build_date ( PG_FUNCTION_ARGS  )

Definition at line 192 of file lwgeom_functions_basic.c.

193 {
194  char *ver = POSTGIS_BUILD_DATE;
195  text *result = cstring_to_text(ver);
196  PG_RETURN_TEXT_P(result);
197 }