PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ box2df_in()

Datum box2df_in ( PG_FUNCTION_ARGS  )

Definition at line 1976 of file gserialized_gist_2d.c.

1977 {
1978  ereport(ERROR,(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
1979  errmsg("function box2df_in not implemented")));
1980  PG_RETURN_POINTER(NULL);
1981 }