3

I have postgreSQL 9.5 installed on Windows. I've cloned pgAudit repository and tried to install but there is no dll file in this repository and I could not build it.

I am new to postgreSQL extensions, so anybody know the better way to do this? or what I have to do to install this extension?

mban94
  • 683
  • 1
  • 10
  • 18

1 Answers1

0

The BigSQL distribution of postgreSQL comes with tools to install community extensions like pgAudit. See https://www.openscg.com/bigsql/docs/security/pgaudit for details.

Alternatively, you can follow the steps here to build the dll yourself. I have successfully used this method to create a working distribution with pgAudit.