Debug PostgreSQL function using pgAdmin
You have to enable debugging in two places. On PGAdmin and on the database itself. That article you referenced does a wonderful job explaining it but there were some nuances. PGAdmin When updating your postgresql.conf file to load the debugging library, I was running PGAdmin on Windows so the file was here: C:\Program Files\PostgreSQL\9.4\data\postgresql.conf And … Read more