supa_audit
supa_audit copied to clipboard
Generic Table Auditing
Hey, I find this extension really useful 🙏 I am not sure about how some of the use cases should be approached with such a table. ## Getting the history...
Ensure that the function recursively follows any change in the records primary key values over time
This is related to closed issue#30. I found a workaround by doing the **make install** bypassing **llvm**. `make install USE_PGXS=1 with_llvm=no` Without it: ``` /bin/mkdir -p '/usr/lib/postgresql/13/lib' /bin/mkdir -p '/usr/share/postgresql/13/extension'...
Since you are simply using an extension that uses SQL, you can make this available for contexts like the cloud that do not have access to the underlying operating system....
## What kind of change does this PR introduce? Feature that adds ability to query over logs with comparing old-to-new records. Please see Readme.md that I included into PR. ##...
## What kind of change does this PR introduce? Feature: added script that will ensure that all tables have enabled audit triggers. ## What is the current behavior? Users should...