PostgreSQL
The PostgreSQL driver buffer all rows in the result set before handing it over to DbVisualizer. This may lead to out of memory situations. Check the Set q...
Thu, 4 Mar, 2021 at 8:08 AM
The PostgreSQL JDBC driver was updated in DbVisualizer 11.0 and the new version works different when setting sslfactory = org.postgresql.ssl.NonValidatingFa...
Thu, 21 May, 2020 at 7:01 PM
PostgreSQL has native support for using SSL connections to encrypt client/server communications for increased security. This solution describes how to conne...
Wed, 21 Aug, 2024 at 5:14 PM
PostgreSQL and some related databases can store connection passwords in a file, commonly referred to as a .pgpass file. To use a password file: In yo...
Mon, 13 May, 2024 at 6:09 AM
If you are on Windows and want to use Kerberos (from Active Directory) to log in to a PostgreSQL database, you need to configure the DbVisualizer connection...
Tue, 21 May, 2024 at 10:11 PM