Hi there,
I'm trying to use MobilityDB and while trying to run the image available for Mac laptops which is mobilitydb/mobilitydb:16-3.4-1.1-beta1, I it has MobilityDB 1.1 apparently because when I execute SELECT mobilitydb_version(); I get "MobilityDB 1.1.0beta1"
But the documentation at the website says the latest version of MobilityDB is 1.3 so I'm confused.
because for example, when I try run the example query:
SELECT cbuffer(ST_Point(1,1), 0.3);
I get an error:
ERROR: type "cbuffer" does not exist
LINE 1: SELECT cbuffer 'Cbuffer(Point(1 1), 0.3)';
Hi there,
I'm trying to use MobilityDB and while trying to run the image available for Mac laptops which is
mobilitydb/mobilitydb:16-3.4-1.1-beta1, I it has MobilityDB 1.1 apparently because when I executeSELECT mobilitydb_version();I get"MobilityDB 1.1.0beta1"But the documentation at the website says the latest version of MobilityDB is
1.3so I'm confused.because for example, when I try run the example query:
I get an error: