Re: Help in Postgresql - Mailing list pgsql-general

From legrand legrand
Subject Re: Help in Postgresql
Date
Msg-id 1527069436408-0.post@n3.nabble.com
Whole thread Raw
In response to Help in Postgresql  (mooh Rash <moohrash@yahoo.com>)
List pgsql-general
Hello Moohanad,

Did you check for pg_stat_statements
https://www.postgresql.org/docs/10/static/pgstatstatements.html ?
This is based on postgres hooks and will give you: db,user,query id, query
text

There are many developments trying to add start /end time, planid, plan text
as described in
http://www.postgresql-archive.org/Poc-pg-stat-statements-with-planid-td6014027.html

remark: this extension doen't care about statements finished in error or
timeout
 
Regards
PAscal



--
Sent from: http://www.postgresql-archive.org/PostgreSQL-general-f1843780.html


pgsql-general by date:

Previous
From: tango ward
Date:
Subject: Re: Insert data if it is not existing
Next
From: Steven Winfield
Date:
Subject: RE: Insert data if it is not existing