Re: Transactions in one table

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: Transactions in one table
Дата
Msg-id CAKFQuwYP0Rfp-ib8K+zfyZ0i-d2rqfqROEd12DSxHGC5Cr1uaw@mail.gmail.com
обсуждение исходный текст
Ответ на Transactions in one table  (JORGE MALDONADO <jorgemal1960@gmail.com>)
Список pgsql-sql
On Fri, Sep 27, 2019 at 9:22 AM JORGE MALDONADO <jorgemal1960@gmail.com> wrote:
Does it make any sense to use transactions if only one DB operation is performed in only one table?
For example, insert only one record in a "countries" table without doing anything else in other table(s). One operation, one table, that´s it.

Its not necessary to explicitly issue a begin/commit but it also isn't something to actively avoid.

Dave

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

Предыдущее
От: Olivier Gautherot
Дата:
Сообщение: Re: Transactions in one table
Следующее
От: Rob Sargent
Дата:
Сообщение: Re: Transactions in one table