Closed atonse closed 4 years ago
@atonse
We will investigate connection problems with PostGIS, for now it is not supported. From my understanding seems a problem with node-postgres library.
Happy new year 😄
@michaelsogos PostGIS is a plugin for Postgres, so we are actually just running vanilla Postgres. It's likely that to support PostGIS (not asking for support of PostGIS necessarily, because I mostly want my PG tables compared), you'd have to ignore st_*
functions and it would already work.
However as I write this, I realize if you are doing data diffing, you'll initially want to ignore geometry tables. So maybe not so easy :-)
Hi @atonse PostGIS is one of the most famous extension/distro for Postgre. It is our intention to officially support it.
We are working on it and before proceed with a simple "ignore st_* table" we would like to investigate deeply.
Thanks to support our library, we appreciate it.
Hi @atonse ,
We released verison 1.2.13 that should resolve your issue. Can you eventually let me know if it works for you?
Changelog:
Version: 1.2.8 PG Version: 11.2 Plugins: PostGIS is installed
When comparing two databases and PostGIS is installed, this seems to blow up with the following error: