top of page
Волнистый абстрактный фон
CerebroSQL

Adding libpg.dll

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\

  • From  PostgreSQL download center  download archive with libraries for ODBC, 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

bottom of page