PostGIS
2.5.7dev-r@@SVN_REVISION@@
◆
postgis_scripts_released()
Datum postgis_scripts_released
(
PG_FUNCTION_ARGS
)
Definition at line
200
of file
lwgeom_functions_basic.c
.
201
{
202
char
ver[64];
203
text *result;
204
205
snprintf(ver, 64,
"%s r%d"
,
POSTGIS_LIB_VERSION
, POSTGIS_SVN_REVISION);
206
ver[63] =
'\0'
;
207
208
result = cstring_to_text(ver);
209
PG_RETURN_TEXT_P(result);
210
}
POSTGIS_LIB_VERSION
#define POSTGIS_LIB_VERSION
Definition:
sqldefines.h:12
References
POSTGIS_LIB_VERSION
.
postgis
lwgeom_functions_basic.c
Generated by
1.9.1