PostGIS 3.0.6dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ postgis_version()

Datum postgis_version ( PG_FUNCTION_ARGS  )

Definition at line 166 of file lwgeom_functions_basic.c.

167{
168 char *ver = POSTGIS_VERSION;
169 text *result = cstring_to_text(ver);
170 PG_RETURN_TEXT_P(result);
171}