
In order to run applications using PostgresDAC, the PostgreSQL client
library must be available on a computer, it includes the following
files:

    libpq.dll
    pg_dump.dll
    pg_restore.dll
    libcrypto-1_1-x64.dll
    libssl-1_1-x64.dll

Copy these files to a directory on your PATH environment variable
(e.g. Windows\System32) or place them in the directory where the
client application is installed.

Alternatively, you can make use of the installation package from
PostgreSQL.org and install only the client libraries.

