Jeremy

Results 8 comments of Jeremy

Thanks! ```ST_AsText()``` works as you described on the provided binary geometry data. In the screenshot you posted above, the binary value was placed into a geography column, which works like...

Thanks for the follow-up! Some servers are configured to reject connections without the parameter. For instance, [all Heroku Postgres client connections require SSL](https://devcenter.heroku.com/changelog-items/2035).

Even with checking the checkbox "Use SSL" -- with or without the sslmode parameter -- the connection still fails. It's possible that a Heroku instance such as mine (enterprise private...

These may be useful: - [debugging heap corruption](https://stackoverflow.com/questions/8606828/how-to-fix-bug-due-to-a-heap-corruption) - [ntdll exception 0xC0000374](https://stackoverflow.com/questions/13388350/why-is-ntdll-dll-crashing-my-c-executable)

@pankus not clear what you're asking but perhaps this [postgis doc](https://postgis.net/docs/using_postgis_dbmanagement.html#OpenGISWKBWKT) helps. the original issue described above with dbgate is that rendering geometry in map view requires an additional conversion...

All credit for dbgate goes to @janproch. I think we're all aligned on what the issue is here, and I would love to submit a patch. Still on my radar.

Ideally, dbgate would group objects by schema (or enable a UI setting by connection). Not all database platforms rely on schemas to the extent postgres does. Also critical is having...

@bouroo see [this issue](https://github.com/dbgate/dbgate/issues/314)