Re: Tables dissapearing

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Tables dissapearing
Дата
Msg-id dcc563d10708271548q7bcea4f3v2c49c8324d8d28d7@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Tables dissapearing  (Kamil Srot <kamil.srot@nlogy.com>)
Список pgsql-general
On 8/27/07, Kamil Srot <kamil.srot@nlogy.com> wrote:

> I really need to make sure, the next problem (if it's necessary to let
> it happen) will be the last one... :-(

Have you set your log_statement to 'ddl' in postgresql.conf?

That way you'll have a log of every single ddl that goes through the
database.  At least then when the table disappears again you can look
in your logs to see if it was in fact a client app that did it.

Also, look at taking away permission from anyone BUT the postgres
superuser to drop objects.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: EXPLAIN ANALYZE not considering primary and unique indices!
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Detecting whether a point is in a box.