Re: viewing large queries in pg_stat_activity

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: viewing large queries in pg_stat_activity
Дата
Msg-id 9837222c1002090209l37db5b50wc8018977e0345b9@mail.gmail.com
обсуждение исходный текст
Ответ на viewing large queries in pg_stat_activity  (David Kerr <dmk@mr-paradox.net>)
Ответы Re: viewing large queries in pg_stat_activity  (David Kerr <dmk@mr-paradox.net>)
Список pgsql-general
2010/2/9 David Kerr <dmk@mr-paradox.net>:
> It seems like pg_stat_activity truncates the current_query to about 1024 characters.
>
> The field is a text, so i'm wondering if there is a way to see the full query?
>
> (I know i can turn on log_statement=all, or log_min_duration_statement) but i'd like
> something that doesn't require a restart.

The data isn't being tracked, so there is no way to show it. The
length of the query tracked can be found in the parameter
track_activity_query_size. Note that increasing that will obviously
increase the overhead of collecting it.


--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

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

Предыдущее
От: AI Rumman
Дата:
Сообщение: string reverse fucntion?
Следующее
От: Ivan Sergio Borgonovo
Дата:
Сообщение: border case ::tsvector vs. to_tsvector was turning a tsvector without position in a weighted tsvector