Re: Adding ddl audit trigger

Поиск
Список
Период
Сортировка
От Lawrence Cohan
Тема Re: Adding ddl audit trigger
Дата
Msg-id 965AA5440EAC094E9F722519E285ACED725C0B98E7@WWCEXCHANGE.web.web.com
обсуждение исходный текст
Ответ на Re: Adding ddl audit trigger  (Guillaume Lelarge <guillaume@lelarge.info>)
Список pgsql-general
If Postgres users are not allowed to add triggers to system catalogs (which is fair nothing to say) maybe they could be
addedinto a future release of Postgres. Maybe some basic DDL auditing like the name/type of the object, action,
userid(current_user),and timestamp be included in these audit DDL triggers that would be added DISABLED by default and
userscan turn them on/off at their will. 

Regards,
Lawrence Cohan.

-----Original Message-----
From: Guillaume Lelarge [mailto:guillaume@lelarge.info]
Sent: January-26-11 5:41 PM
To: Tom Lane
Cc: Lawrence Cohan; pgsql-general@postgresql.org
Subject: Re: [GENERAL] Adding ddl audit trigger

Le 26/01/2011 23:13, Tom Lane a écrit :
> Guillaume Lelarge <guillaume@lelarge.info> writes:
>> Le 26/01/2011 22:29, Lawrence Cohan a écrit :
>>> All I need is to at least be able and save a userid(current_user), timestamp, action, and the name of the object
andthis could be done easily by adding triggers to these pg catalogs. 
>
>> Nope, sorry. You can't add triggers on system catalogs.
>
> This has been discussed, and I think it's on the TODO list.  It's not
> "easily done".
>

Yes, AFAIR, it was discussed during pgcon dev meeting last year. Jan
Wieck was interested to work on this (I suppose to help Slony work
better with DDL). Still hope to see some progress on this :)


--
Guillaume
 http://www.postgresql.fr
 http://dalibo.com

Attention:
The information contained in this message and or attachments is intended only for the person or entity to which it is
addressedand may contain confidential and/or privileged material.  Any review, retransmission, dissemination or other
useof, or taking of any action in reliance upon, this information by persons or entities other than the intended
recipientis prohibited. If you received this in error, please contact the sender and delete the material from any
systemand destroy any copies. 

В списке pgsql-general по дате отправления:

Предыдущее
От: Sim Zacks
Дата:
Сообщение: Re: Queyring for columns which are exist in table.
Следующее
От: Emi Lu
Дата:
Сообщение: Re: resizing a varchar column on 8.3.8