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

◆ gidx_in()

Datum gidx_in ( PG_FUNCTION_ARGS  )

Definition at line 1795 of file gserialized_gist_nd.c.

1796{
1797 ereport(ERROR, (errcode(ERRCODE_FEATURE_NOT_SUPPORTED), errmsg("function gidx_in not implemented")));
1798 PG_RETURN_POINTER(NULL);
1799}