Re: Blocking Alert

From: Shreeyansh Dba <shreeyansh2014(at)gmail(dot)com>
To: Anjul Tyagi <anjul(at)ibosstech-us(dot)com>
Cc: pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Blocking Alert
Date: 2018-10-01 10:00:48
Message-ID: CAGDYbUPkgN1G94wvxw1TZ-jMvnTmEx39kWuLFJeXLTE-6yJoww@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi Anjul,

You can use log_statement = all in postgresql.conf if you want full
parameter logging.

Another option is to set log_min_duration_statement = 0 to use with
pgBadger to get the actual parameter value in place of $1 and $2.

<http://www.shreeyansh.com>

On Mon, Oct 1, 2018 at 11:32 AM Anjul Tyagi <anjul(at)ibosstech-us(dot)com> wrote:

> Hi All,
>
> we recently implement the blocking alert in our production server. However
> whenever we receive the blocking alert, we need th actual parameters value
> to figure out the issues. Can you please help up to get the actual
> parameter value in place of $1 and $2.
>
>
>
> blocked_pid | blocked_user | blocked_duration | blocking_pid |
> blocking_user | blocking_duration |
> blocked_statement |
> blocking_statement
>
> -------------+--------------+------------------+--------------+---------------+-------------------+-------------------------------------------------------------------------+-------------------------------------------------------------------------
> 21961 | ssusers | 00:00:03.729771 | 15928 | ssusers
> | 00:00:24.207317 | select * from get_updated_doc_list($1,XML($2)) as
> result | select * from get_updated_doc_list($1,XML($2)) as result
> (1 row)
>
>
>
>
>
> Regards,
>
> Anjul *TYAGI*
>
>
>
> *ü* *Go Green*
>
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Anjul Tyagi 2018-10-01 11:52:14 Re: Blocking Alert
Previous Message Anjul Tyagi 2018-10-01 06:02:25 Blocking Alert