Giter Site home page Giter Site logo

Comments (5)

ringerc avatar ringerc commented on July 17, 2024

I tend to agree. I won't have time to fix it up in the next few days, but if you're happy to send a pull request I can merge it.

from audit-trigger.

ADTC avatar ADTC commented on July 17, 2024

You're Craig Ringer in SO aren't you? :)

I've made the request. Took me a while to figure out how. I just removed the not null in the fork, but in my local use, I actually made every column nullable (just to be sure this doesn't happen again - I don't want the main application to fail) and there's no value check in action column.

In any case, what is TG_ARGV[0] Is the if check for avoiding the insert of current query for row triggers (only inserted for statement triggers)?

from audit-trigger.

ringerc avatar ringerc commented on July 17, 2024

On 01/27/2014 06:25 PM, ADTC wrote:

You're Craig Ringer in SO aren't you? |:)|

I've made the request. Took me a while to figure out how. I just removed
the |not null| in the fork, but in my local use, I actually made every
column nullable (just to be sure this doesn't happen again - I don't
want the main application to fail).

If there's any circumstance where a table trigger can fire with no
relation oid, tble name, or schema name set, then there's something
really, really weird going on.

In any case, what is |TG_ARGV[0]| Is the |if| check for avoiding the
insert of current query for row triggers (only inserted for statement
triggers)?

I don't understand that paragraph.

TG_ARGV[0] ie the first argument in the trigger argument array. (It's
zero-indexed, unlike most arrays in PostgreSQL). That argument is a
boolean, defaulting to 't', controlling whether this trigger invocation
should log the query text.

Craig Ringer http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

from audit-trigger.

ADTC avatar ADTC commented on July 17, 2024

Apologies, I missed a question mark in that paragraph (eats, shoots and leaves!)... I meant to ask: What is TG_ARGV[0]? (first question) followed by: Is the if check for avoiding insert of current_query [...] ? (second question)

You have answered the questions adequately, except what determines whether the query text is logged or not? (that is, what sets the value of TG_ARGV[0]?)

Anyway I should probably look through the code to get the answer. I'll close this issue as it's not important to have the answer. :)

from audit-trigger.

ringerc avatar ringerc commented on July 17, 2024

On 01/28/2014 03:51 PM, ADTC wrote:

Apologies, I missed a question mark in that paragraph /(eats, shoots and
leaves!)/... I meant to ask: What is TG_ARGV[0]? (first question)
followed by: Is the /if/ check for avoiding insert of current_query
[...] ? (second question)

You have answered the questions adequately, except what determines
whether the query text is logged or not? (that is, what sets the value
of TG_ARGV[0]?)

Anyway I should probably look through the code to get the answer. I'll
close this issue as it's not important. |:)|

TG_ARGV[0] is set by the first argument you pass at CREATE TRIGGER time.

https://github.com/2ndQuadrant/audit-trigger/blob/master/audit.sql#L153

which is passed as:

https://github.com/2ndQuadrant/audit-trigger/blob/master/audit.sql#L181

Craig Ringer http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

from audit-trigger.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.