I compiled the plpgsql_check by Visual Studio 2010 Express. The dll for PostgreSQL 9.2, 9.3, 9.4 and x86 and x64 platform are available in zip archive http://pgsql.cz/files/plpgsql_check-1.0.1-mswin.zip.
Itcan needed installed a Microsoft Visual C++ 2010 SP1 Redistributable Package http://www.microsoft.com/en-us/download/details.aspx?id=8328.
Installation
- Download, unzip and choose related dll file
- rename to
plpgsql_check.dll
and copy to PostgreSQL's lib directory (Program Files/PostgreSQL/9.2/lib
) - copy
plpgsql_check-1.0.sql
andplpgsql_check.control
to PostgreSQL's share/extension directory (PostgreSQL/9.2/share/extension
).
Itcan needed installed a Microsoft Visual C++ 2010 SP1 Redistributable Package http://www.microsoft.com/en-us/download/details.aspx?id=8328.