PostGIS
2.4.9dev-r@@SVN_REVISION@@
◆
pgis_abs_in()
Datum pgis_abs_in
(
PG_FUNCTION_ARGS
)
Definition at line
98
of file
lwgeom_accum.c
.
References
PG_FUNCTION_INFO_V1()
, and
pgis_abs_out()
.
99
{
100
ereport(ERROR,(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
101
errmsg(
"function %s not implemented"
, __func__)));
102
PG_RETURN_POINTER(NULL);
103
}
Here is the call graph for this function:
postgis
lwgeom_accum.c
Generated by
1.8.13