Re: Logs

From: Richard Huxton <dev(at)archonet(dot)com>
To: Hrishikesh Deshmukh <hdeshmuk(at)gmail(dot)com>
Cc: Postgresql-General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Logs
Date: 2005-05-18 07:05:59
Message-ID: 428AE957.1070902@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hrishikesh Deshmukh wrote:
> Hi All,
>
> Where can i find more information on "user actions", i.e. say a user
> logins in and does some querying via sql and then uses perl/c/c++
> language to do some more querying. So how does postgresql keep track
> of "user actions" in a sequential order?

PostgreSQL doesn't really distinguish between querying from psql and via
Perl/C/etc. It's all just SQL coming in from the client.

You can control what information is logged with the various settings in
postgresql.conf

http://www.postgresql.org/docs/8.0/static/runtime-config.html#RUNTIME-CONFIG-LOGGING

--
Richard Huxton
Archonet Ltd

In response to

  • Logs at 2005-05-17 19:11:35 from Hrishikesh Deshmukh

Browse pgsql-general by date

  From Date Subject
Next Message Jan Sunavec 2005-05-18 07:07:13 Count and Results together
Previous Message Greg Stark 2005-05-18 05:54:46 Re: regarding IN clause