Re: is there a function in postgresql that can be used for retrieving deleted rows

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: is there a function in postgresql that can be used for retrieving deleted rows
Дата
Msg-id CAFj8pRCeExEfr4t37TJDOo926eFnxF_+qzFbHhJRXFpVWOkf4w@mail.gmail.com
обсуждение исходный текст
Ответ на is there a function in postgresql that can be used for retrieving deleted rows  ("Charles Waweru" <cwaweru@systempartners.biz>)
Ответы Re: is there a function in postgresql that can be used for retrieving deleted rows
Список pgsql-general
Hello

2011/10/22 Charles Waweru <cwaweru@systempartners.biz>:
> I am looking for a tool in the PostgreSQL database that can help to audit
> fraudulent activities on a PostgreSQL database. Of particular interest is
> how to retrieve say from a PostgreSQL sales database all the deleted rows.
>

you can use triggers

PostgreSQL has no other internal mechanism, but triggers and well
access rights are enough for this purposes

Regards

Pavel Stehule

>
>
> Any suggestion please would be appreciated.
>
>
>
> Charles

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

Предыдущее
От: "Charles Waweru"
Дата:
Сообщение: is there a function in postgresql that can be used for retrieving deleted rows
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: 9.0: plpgsql eror when restoring a database as a non superuser