On Tue, Feb 10, 2004 at 12:04:42PM +0000, beyaNet Consultancy wrote:
> Hi,
> can anyone tell me whether there is a trace facility (application) 
> available for postgreSQL version 7.4.1 which will enable me to see all 
> incoming requests being made to the database (ala SQL Server)?

Sure.  Alter your configuration to echo queries, and then watch your
log file.  Alternatively, you can enable the command string
statistics function, and then you get the queries in near to real
time in pg_stat_activity.

A

-- 
Andrew Sullivan  | [EMAIL PROTECTED]
The plural of anecdote is not data.
                --Roger Brinner

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to