Installation
- Download, unzip and choose related dll file
- rename to
plpgsql_check.dll
and copy to PostgreSQL's lib directory (Program Files/PostgreSQL/10/lib
) - copy
plpgsql_check-1.7.sql
andplpgsql_check.control
to PostgreSQL's share/extension directory (PostgreSQL/10/share/extension
). - with super user rights (user postgres) run command
CREATE EXTENSION plpgsql_check;
.
Please, check it.
No comments:
Post a Comment