PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ postgis_lib_build_date()

Datum postgis_lib_build_date ( PG_FUNCTION_ARGS  )

Definition at line 188 of file lwgeom_functions_basic.c.

References PG_FUNCTION_INFO_V1(), and postgis_scripts_released().

Referenced by postgis_svn_version().

189 {
190  char *ver = POSTGIS_BUILD_DATE;
191  text *result = cstring2text(ver);
192  PG_RETURN_TEXT_P(result);
193 }
Here is the call graph for this function:
Here is the caller graph for this function: