PostGIS
3.1.6dev-r@@SVN_REVISION@@
◆
postgis_lib_build_date()
Datum postgis_lib_build_date
(
PG_FUNCTION_ARGS
)
Definition at line
205
of file
lwgeom_functions_basic.c
.
206
{
207
char
*ver = POSTGIS_BUILD_DATE;
208
text *
result
= cstring_to_text(ver);
209
PG_RETURN_TEXT_P(
result
);
210
}
result
char result[OUT_DOUBLE_BUFFER_SIZE]
Definition:
cu_print.c:267
References
result
.
postgis
lwgeom_functions_basic.c
Generated by
1.9.1