Find all the the SELECT statements that occured

From: Nik Tek <niktek2005(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Find all the the SELECT statements that occured
Date: 2013-05-23 21:37:45
Message-ID: CAHySzWXpRwvU+JLRR4UG1ENzHJZvtpx-oxRtOFEy692EUQcTMg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I have a question on how to find all the SELECT statements that have
occurred in the database. I don't want any DML(Insert/Update/Delete)
statements to be captured. This is for knowing how many selects statements
occur within the database in an 1 hour interval or on a average.

Would this simple or possible in postgres?

Thank you
Nik

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Melvin Call 2013-05-23 21:38:28 Re: New role, no database
Previous Message Oscar Calderon 2013-05-23 21:36:32 Success stories of PostgreSQL implementations in different companies