Re: Extract transaction logging - Mailing list pgsql-general

From Peter Eisentraut
Subject Re: Extract transaction logging
Date
Msg-id 200402071516.13956.peter_e@gmx.net
Whole thread Raw
In response to Extract transaction logging  ("W. van den Akker" <listsrv@wilsoft.nl>)
Responses Re: Extract transaction logging
List pgsql-general
W. van den Akker wrote:
> Is it somehow possible to extract the transaction logging?

No.

> Secondly, how can I determine which user is locking a record?

Use the system table pg_locks.

> How can I present the errormessages in 'Dutch' to the users.

You would need to write such a translation first.  See
http://developer.postgresql.org/~petere/nlsinfo/ to get started.


pgsql-general by date:

Previous
From: David Garamond
Date:
Subject: duplicate key violates unique constraint "pg_class_oid_index"
Next
From: Anton Nikiforov
Date:
Subject: Re: PL/Ruby