I made dll of plpgsql_check 2.0.4. These dll are available from archive
plpgsql_check-2.0.4-x64-win.zip
Instalation is simple. Copy related dll file to directory
Program files/Postgres/version/lib
and rename this dll just to
plpgsql_check
. Next, copy
plpgsql_check.control
and
plpgsql_check-2.0.sql
to
Program files/Postgres/version/share/extension
. Last step is executing command
CREATE EXTENSION plpgsql_check
in the database, where you want to use
plpgsql_check
. It can require redistributable runtime for Visual Studio 2019.
No comments:
Post a Comment