I compiled and uploaded zip files plpgsql_check for PostgreSQL 16 and PostgreSQL 17 - I used Microsoft Visual C 2022.
Setup:
- download plpgsql_check-2.7.15-x86_64-windows.zip and extract files
- copy related dll file to PostgreSQL lib directory (NN is number of pg release)
plpgsql_check_NN.dll -> "c:\Program Files\PostgreSQL\NN\lib" - copy *.sql and *.control files to extension directory
*.sql, *.control -> "c:\Program Files\PostgreSQL\NN\share\extension" - execute with super user rights SQL command CREATE EXTENSION
CREATE EXTENSION plpgsql_check;
No comments:
Post a Comment