Re: Single-Transaction Utility options

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Single-Transaction Utility options
Дата
Msg-id 20051216190458.GB26971@surnet.cl
обсуждение исходный текст
Ответ на Single-Transaction Utility options  (Simon Riggs <simon@2ndquadrant.com>)
Ответы Re: Single-Transaction Utility options  (Simon Riggs <simon@2ndquadrant.com>)
Список pgsql-patches
Simon Riggs wrote:
> The following patches add a -N option to psql and pgrestore.
>
> This option adds a BEGIN at the start and a COMMIT at the end of all
> commands, causing all statements to be executed as a single transaction.

Why use it around the whole file and not only around that particular
table's operations?  Also why force it to activate the abort-on-error
mode?

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Single-Transaction Utility options
Следующее
От: Jaime Casanova
Дата:
Сообщение: Re: Single-Transaction Utility options