Re: Any way to see what queries are currently running?

Поиск
Список
Период
Сортировка
От Chris Hoover
Тема Re: Any way to see what queries are currently running?
Дата
Msg-id 1d219a6f05081610363089c0fe@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Any way to see what queries are currently running?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-admin
Ok, I was able to log the postgres.log and I found the entire query.
I am very sorry for causing this confusion.  The way the query was
being submitted made it look like it was being cut off, and our daily
log files are multi-gig so mining them is quite a pain. (Also, I was
quite under the weather yesterday).

Anyway, it good to know there are some possible options besides always
mining the logs.

Thanks,

Chris

On 8/16/05, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> adey <adey11@gmail.com> writes:
> > You could try the following query after enabling the
> > stats_command_string parameter in the postgresql.conf file:-
>
> The pg_stat_activity mechanism *does* have a limit on the query
> string length it can display, and if memory serves that limit was
> not large in 7.3.* --- I'm thinking 256 bytes.
>
> However, the postmaster log doesn't have any hard limit that I'm
> aware of, so it seems like Chris' original approach should work.
>
>                         regards, tom lane
>

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Restore from pg_dumpall
Следующее
От: Chris Hoover
Дата:
Сообщение: Is there anyway to create a functional index using to_date?