rtr-nettest / open-rmbt

RTR-NetTest Open Source repository
Apache License 2.0
69 stars 15 forks source link

(Errors) not working. #25

Open GreatDandashi opened 2 years ago

GreatDandashi commented 2 years ago

I am using postgresql 14.

I receive these errors when trying to import the rmbt.sql into the database.

psql:/home/root_control/open-rmbt/install/postgresql/rmbt.sql:2793: ERROR: type "public.pgis_abs" does not exist psql:/home/root_control/open-rmbt/install/postgresql/rmbt.sql:2796: ERROR: aggregate public.accum(public.geometry) does not exist psql:/home/root_control/open-rmbt/install/postgresql/rmbt.sql:2806: ERROR: function public.st_combine_bbox(public.box3d, public.geometry) does not exist psql:/home/root_control/open-rmbt/install/postgresql/rmbt.sql:2809: ERROR: aggregate public.extent(public.geometry) does not exist psql:/home/root_control/open-rmbt/install/postgresql/rmbt.sql:2819: ERROR: type "public.pgis_abs" does not exist psql:/home/root_control/open-rmbt/install/postgresql/rmbt.sql:2822: ERROR: aggregate public.makeline(public.geometry) does not exist psql:/home/root_control/open-rmbt/install/postgresql/rmbt.sql:2833: ERROR: function array_append(anyarray, anyelement) does not exist psql:/home/root_control/open-rmbt/install/postgresql/rmbt.sql:2836: ERROR: aggregate public.median(anyelement) does not exist psql:/home/root_control/open-rmbt/install/postgresql/rmbt.sql:2845: ERROR: function "memcollect" already exists with same argument types ALTER AGGREGATE psql:/home/root_control/open-rmbt/install/postgresql/rmbt.sql:2857: ERROR: function public.st_combine_bbox(public.box3d, public.geometry) does not exist psql:/home/root_control/open-rmbt/install/postgresql/rmbt.sql:2860: ERROR: aggregate public.st_extent3d(public.geometry) does not exist

These errors are hindering A LOT of the functionalities of this repository.

IcarusXf commented 2 years ago

I'll get right on that