Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

large update: multiple prs #48

Closed
wants to merge 7 commits into from

Conversation

iloveitaly
Copy link
Contributor

This PR includes a bunch of the changes from the other PRs:

  • converted from hstore to jsonb
  • Add a function to stop auditing a table.
  • Added option to not track insert statements.
  • remove unused variables
  • add pk to the table schema

In case it's easier to review in one big shot

Michel Luiz Milezzi and others added 7 commits November 24, 2017 11:52
* deaudit_table:
  Add a function to stop auditing a table.

* patch-1:
  remove unused variables

* peterbecker/master:
  Added option to not track insert statements.

* michelmilezzi/master:
  converted from hstore to jsonb
@iloveitaly iloveitaly closed this Sep 2, 2023
@jenast
Copy link

jenast commented Oct 25, 2023

Thanks. This worked well for me after changing the type of row_id to 'text' in audit.logged_actions. That way you can monitor tables with different datatypes as primary keys as row_id is cast to text.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants