I am looking at migrating from PostgreSQL to CockroachDB (CKDB), which is wire-compatible with PostgreSQL. Currently there's no support in CKDB for functions or geometric/geographical data. However, looking at the Traccar PostgreSQL documentation, there's no reference to any special extensions or functions which are needed. Does Traccar use any functions or extensions for PostgreSQL?
No, you don't need any geometric/geographical extensions. Pure standard SQL should be enough.
I am looking at migrating from PostgreSQL to CockroachDB (CKDB), which is wire-compatible with PostgreSQL. Currently there's no support in CKDB for functions or geometric/geographical data. However, looking at the Traccar PostgreSQL documentation, there's no reference to any special extensions or functions which are needed. Does Traccar use any functions or extensions for PostgreSQL?