Re: Copying data from table to table (cloned tables)

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Fourat Zouari <fourat(at)gmail(dot)com>
Cc: "Jim C(dot) Nasby" <jim(at)nasby(dot)net>, Bricklen Anderson <banderson(at)presinet(dot)com>, pgsql-novice(at)postgresql(dot)org, pgsql-admin(at)postgresql(dot)org
Subject: Re: Copying data from table to table (cloned tables)
Date: 2006-10-11 15:14:39
Message-ID: 20061011151439.GA11039@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-novice

On Wed, Oct 11, 2006 at 13:30:22 +0200,
Fourat Zouari <fourat(at)gmail(dot)com> wrote:
> what's the benefits using a serialized trans ?

All of the queries in the transaction see a consistant view of the database.
So that two identical select queries will return the same information
within a serialized transaction. (As long as the current transaction doesn't
make any changes between the two selects that would affect their output.)

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Jim C. Nasby 2006-10-11 21:12:46 Re: postgres in HA constellation
Previous Message Sebastian Reitenbach 2006-10-11 14:42:22 Re: postgres in HA constellation

Browse pgsql-novice by date

  From Date Subject
Next Message Laura Hornbeck 2006-10-12 17:27:10 FATAL: the database system is in recovery mode
Previous Message Brandon Aiken 2006-10-11 12:56:09 Re: [ADMIN] Copying data from table to table (cloned tables)