Re: Table/log file name which store the queries which got executed in last 1 month

From: legrand legrand <legrand_legrand(at)hotmail(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Table/log file name which store the queries which got executed in last 1 month
Date: 2020-05-01 07:55:38
Message-ID: 1588319738779-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

If thoses users are connected with distinct accounts from application into
the database, maybe that pg_stat_statements may help see
https://www.postgresql.org/docs/current/pgstatstatements.html

Regards
PAscal

--
Sent from: https://www.postgresql-archive.org/PostgreSQL-sql-f2142323.html

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Viral Shah 2020-05-01 13:53:58 Re: pg_dump fails when a table is in ACCESS SHARE MODE
Previous Message Rene Romero Benavides 2020-05-01 03:34:29 Re: Table/log file name which store the queries which got executed in last 1 month