Re: Logging all queries

From: Franco Bruno Borghesi <franco(at)akyasociados(dot)com(dot)ar>
To: MaRCeLO PeReiRA <gandalf_mp(at)yahoo(dot)com(dot)br>
Cc: pgsql <pgsql-general(at)postgresql(dot)org>
Subject: Re: Logging all queries
Date: 2004-01-27 19:52:39
Message-ID: 1075233159.1923.2.camel@taz.oficina
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

you can set the log_statement parameter to true in the configuration
file ($PGDATA/postgresql.conf).

On Tue, 2004-01-27 at 16:39, MaRCeLO PeReiRA wrote:

> Hi All,
>
> Is there any way to log (save) "all" the queries
> (select, insert, updade, everything) executed on a
> database, in a table??
>
> Regards,
>
> Marcelo
>
> ______________________________________________________________________
>
> Yahoo! GeoCities: a maneira mais fácil de criar seu web site grátis!
> http://br.geocities.yahoo.com/
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruno Wolff III 2004-01-27 19:58:30 Re: Looking for mail relays ...
Previous Message MaRCeLO PeReiRA 2004-01-27 19:39:38 Logging all queries