[RU]
Рекомендация
Максимальную производительность работы системы с базами данных PostgreSQL можно получить в случаи, если при соединении с базой данных используется библиотека той же версии.
В редакторе запросов реализован механизм указания пути к библиотеке для каждого из соединений сохраненных в программе (при соединении с БД путь может быть изменён)
Добавление библиотек
Добавление библиотек для работы с базами данных PostgreSQL:
На диске создать папку, например pg_13 в директории <путь к папке с программой>.\DLL\PG\
Из центра загрузки PostgreSQL скачать архив с библиотеками для ODBC, например psqlodbc_13_00_0000-x64.zip для подключения к версии 13
Скопировать все файлы из папки psqlodbc в созданную папку
В менеджере подключения в поле "Vendor library" указать путь до библиотеки "libpq.dll"
[EN]
Recommendation
The maximum performance of the system with PostgreSQL databases can be obtained if a library of the same version is used when connecting to the database.
The query editor implements a mechanism for specifying the path to the library for each of the connections saved in the program (the path can be changed when connecting to the database)
Adding Libraries
Adding libraries for working with PostgreSQL databases:
Create a folder on the disk, for example pg_13 in the directory <path to the folder with the program>.\DLL\PG\
Download the archive with ODBC libraries from the PostgreSQL download center, for example psqlodbc_13_00_0000-x64.zip to connect to version 13
Copy all files from psqlodbc folder to created folder
In the connection manager, in the "Vendor library" field, specify the path to the "libpq.dll" library