Re: creating audit tables - Mailing list pgsql-general

From Tom Lane
Subject Re: creating audit tables
Date
Msg-id 25193.1097726356@sss.pgh.pa.us
Whole thread Raw
In response to creating audit tables  (Scott Cain <cain@cshl.org>)
Responses Re: creating audit tables  (Scott Cain <cain@cshl.org>)
List pgsql-general
Scott Cain <cain@cshl.org> writes:
> I am trying to create audit tables for all of the tables in my
> database.  The function, table and trigger create statements are below.
> Apparently, I am not doing it quite right, because I get these messages
> when I try to run the create statements below:

Trigger functions don't take any explicit parameters.  Everything they
need they get through specialized mechanisms (in plpgsql, it's special
variables like tgargv).

            regards, tom lane

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: PostgreSQL CE started
Next
From: Scott Frankel
Date:
Subject: psycopg help