From: | "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com> |
---|---|
To: | "Michael P(dot) Soulier" <michael_soulier(at)mitel(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: transaction logging |
Date: | 2008-05-16 20:11:22 |
Message-ID: | dcc563d10805161311g5d8804c2h389d6d118cf6820@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Fri, May 16, 2008 at 1:06 PM, Michael P. Soulier
<michael_soulier(at)mitel(dot)com> wrote:
> I'm interested in enabling transaction logging, so that I can audit those
> logs on a system having issues.
>
> Is there already such a log in postgres 7.4? If not, is there such a feature
> and how do I enable it?
>
> I looked in the docs and saw many logging options but nothing for
> transactions.
What, exactly, do you mean by transaction logging? Transaction
failures? DML? 2 phase commits?
After all, everything (well nearly) is a transaction in pgsql, so I'm
not sure exactly what you mean.
From | Date | Subject | |
---|---|---|---|
Next Message | Michal Szymanski | 2008-05-16 21:11:05 | Re: Problem with transaction isolation level |
Previous Message | D. Dante Lorenso | 2008-05-16 20:09:06 | Re: PostgreSQL executing my function too many times during query |