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

◆ gidx_in()

Datum gidx_in ( PG_FUNCTION_ARGS  )

Definition at line 1798 of file gserialized_gist_nd.c.

1799{
1800 ereport(ERROR, (errcode(ERRCODE_FEATURE_NOT_SUPPORTED), errmsg("function gidx_in not implemented")));
1801 PG_RETURN_POINTER(NULL);
1802}