Re: Different transaction log for database/schema - Mailing list pgsql-general

From sachin kotwal
Subject Re: Different transaction log for database/schema
Date
Msg-id 1374496434505-5764622.post@n5.nabble.com
Whole thread Raw
In response to Different transaction log for database/schema  ("Ondrej Chaloupka" <chalda@seznam.cz>)
List pgsql-general
>where I need to run simultaneously different tests using transactions

Are you running tests simultaneously on different databases?
i.e. access to different databases within one transaction.

If not --

after each transaction you can do pg_switch_xlog() then new transaction log
will be created and next transaction details will store in new log file.

make sure that you set proper configuration parameter to keep maximum
transactions logs.







--
View this message in context:
http://postgresql.1045698.n5.nabble.com/Different-transaction-log-for-database-schema-tp5764604p5764622.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


pgsql-general by date:

Previous
From: "Ondrej Chaloupka"
Date:
Subject: Different transaction log for database/schema
Next
From: Natalie Wenz
Date:
Subject: Re: Insert result does not match record count