PostGIS
2.5.7dev-r@@SVN_REVISION@@
◆
pgis_abs_out()
Datum pgis_abs_out
(
PG_FUNCTION_ARGS
)
Definition at line
72
of file
lwgeom_accum.c
.
73
{
74
ereport(ERROR,(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
75
errmsg(
"function %s not implemented"
, __func__)));
76
PG_RETURN_POINTER(NULL);
77
}
postgis
lwgeom_accum.c
Generated by
1.9.1