I have a Postgres Database set to UTF-8. I am working with DBeaver 3.1.4, and it seems to use a different encoding than UTF-8 (I suppose Latin-1 or something), which leads to
1) wrong display in the views
2) sending queries in the wrong encoding, which makes text search difficult
Where can I set the encoding properly?
