Re: Transactions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Transactions
Дата
Msg-id 14426.976029664@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Transactions  (Leandro Fanzone <leandro@hasar.com>)
Список pgsql-novice
Leandro Fanzone <leandro@hasar.com> writes:
> BEGIN TRANSACTION
> INSERT INTO test VALUES('any #n');
> COMMIT TRANSACTION

> leaves me with no records inserted at all after an abrupt reset on the
> server.

Are you perhaps starting the postmaster with "-o -F" (no fsync)?
If so, don't use that switch.  It buys performance at the cost
of not being secure against server system crashes.

            regards, tom lane

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

Предыдущее
От: Leandro Fanzone
Дата:
Сообщение: Re: Transactions
Следующее
От: Helge Bahmann
Дата:
Сообщение: Re: Transactions