Re: PostgreSQL Logging

Поиск
Список
Период
Сортировка
От Oliver Elphick
Тема Re: PostgreSQL Logging
Дата
Msg-id 1135434455.4274.56.camel@linda.lfix.co.uk
обсуждение исходный текст
Ответ на PostgreSQL Logging  (Mag Gam <magawake@gmail.com>)
Ответы Re: PostgreSQL Logging  (Mag Gam <magawake@gmail.com>)
Список pgsql-novice
On Fri, 2005-12-23 at 10:15 -0500, Mag Gam wrote:
> Is it possible to isolate logging for each individual database?
> For example, lets say I have 3 databases: db1, db2, db3. And I want to
> log db activity (statements, login/logout, etc..)  db1, db2, db3 like
> $PGDATA/db1, $PGDATA/db2, $PGDATA/db3, respectively.
>
> Currently everything is logged in $PGDATA/pg_log

I don't think you can do it in PostgreSQL itself.

I suggest this method:

  Configure PostgreSQL to log to standard output.

  When starting the postmaster, redirect standard output to a named
pipe.

  Before you start PostgreSQL, start up a perl script to read the named
pipe and write to appropriate logs.

--
Oliver Elphick                                          olly@lfix.co.uk
Isle of Wight                              http://www.lfix.co.uk/oliver
GPG: 1024D/A54310EA  92C8 39E7 280E 3631 3F0E  1EC0 5664 7A2F A543 10EA
                 ========================================
   Do you want to know God?   http://www.lfix.co.uk/knowing_god.html


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

Предыдущее
От: "Lane Van Ingen"
Дата:
Сообщение: Re:
Следующее
От: Mag Gam
Дата:
Сообщение: Re: PostgreSQL Logging