Re: Currently running queries with actual arguments?

Поиск
Список
Период
Сортировка
От Garfield Lewis
Тема Re: Currently running queries with actual arguments?
Дата
Msg-id FB2D6F2B-FCDF-4195-8092-9FA0A0515EC3@lzlabs.com
обсуждение исходный текст
Ответ на Currently running queries with actual arguments?  (rihad <rihad@mail.ru>)
Ответы Re: Currently running queries with actual arguments?  (rihad <rihad@mail.ru>)
Список pgsql-general
The way I normally get this info is by setting the following:

log_statement = 'all'

then the arguments will be printed in the postgres.log file. There could be some other way but that is what I know.

-- 
Regards,
Garfield

On 2021-09-23, 11:33 AM, "rihad" <rihad@mail.ru> wrote:

    Hi, is it possible to view the list of currently running queries with 
    $1, $2 etc replaced with the actual arguments?





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

Предыдущее
От: rihad
Дата:
Сообщение: Currently running queries with actual arguments?
Следующее
От: Israel Brewster
Дата:
Сообщение: Re: Faster distinct query?