Re: --single-transaction doc clarification

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: --single-transaction doc clarification
Дата
Msg-id 22553.1162261888@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: --single-transaction doc clarification  (Neil Conway <neilc@samurai.com>)
Список pgsql-patches
Neil Conway <neilc@samurai.com> writes:
> On Tue, 2006-10-31 at 01:07 +0000, Simon Riggs wrote:
>> As requested.

> Applied, thanks for the patch.

This patch converted a correct statement into a lie: there is not
anything that will cause begin/commit in a script file to fail just
because you wrapped begin/commit around them.  I rewrote the text to

        If the script itself uses <command>BEGIN</>, <command>COMMIT</>,
        or <command>ROLLBACK</>, this option will not have the desired
        effects.
        Also, if the script contains any command that cannot be executed
        inside a transaction block, specifying this option will cause that
        command (and hence the whole transaction) to fail.

            regards, tom lane

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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: --single-transaction doc clarification
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: [HACKERS] WAL logging freezing