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

◆ box2df_in()

Datum box2df_in ( PG_FUNCTION_ARGS  )

Definition at line 2159 of file gserialized_gist_2d.c.

2160{
2161 ereport(ERROR,(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
2162 errmsg("function box2df_in not implemented")));
2163 PG_RETURN_POINTER(NULL);
2164}