Re: creating audit tables

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: creating audit tables
Дата
Msg-id 25193.1097726356@sss.pgh.pa.us
обсуждение исходный текст
Ответ на creating audit tables  (Scott Cain <cain@cshl.org>)
Ответы Re: creating audit tables  (Scott Cain <cain@cshl.org>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: PostgreSQL CE started
Следующее
От: Scott Frankel
Дата:
Сообщение: psycopg help