supa_audit icon indicating copy to clipboard operation
supa_audit copied to clipboard

Generic Table Auditing

Results 6 supa_audit issues
Sort by recently updated
recently updated
newest added

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...

documentation

Ensure that the function recursively follows any change in the records primary key values over time

enhancement
stale

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'...

bug

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....

documentation

## 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...