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

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Copying data from table to table (cloned tables)
Дата
Msg-id 20061011151439.GA11039@wolff.to
обсуждение исходный текст
Ответ на Re: Copying data from table to table (cloned tables)  ("Fourat Zouari" <fourat@gmail.com>)
Список pgsql-admin
On Wed, Oct 11, 2006 at 13:30:22 +0200,
  Fourat Zouari <fourat@gmail.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.)

В списке pgsql-admin по дате отправления:

Предыдущее
От: "Sebastian Reitenbach"
Дата:
Сообщение: Re: postgres in HA constellation
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: postgres in HA constellation