Re: pgaudit - an auditing extension for PostgreSQL

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgaudit - an auditing extension for PostgreSQL
Дата
Msg-id 11708.1406747065@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgaudit - an auditing extension for PostgreSQL  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-hackers
Stephen Frost <sfrost@snowman.net> writes:
> What I wish to avoid is the situation which exists around hstore.
> Perhaps I've got this wrong, but my recollection of the discussion 
> leads me to believe that we can't have hstore in core becasue there's
> no simple migration path from an hstore-enabled installation to one
> where hstore is in core instead.

The issues around hstore have to do with how we'd get from userland
datatype OIDs to fixed-at-initdb-time datatype OIDs, in view of the fact
that said OIDs exist in user data on-disk (in arrays for instance).  This
is pretty much completely unrelated to reloptions or other catalog data,
and it's not at all clear to me why an auditing extension would have
any such issue.  If an auditing extension has any impact on the storage of
user data, what it's doing is hardly just auditing, eh?
        regards, tom lane



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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: pgaudit - an auditing extension for PostgreSQL
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pgaudit - an auditing extension for PostgreSQL