Re: Attempting to delete excess rows from table with BATCH DELETE

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Attempting to delete excess rows from table with BATCH DELETE
Дата
Msg-id 731539.1769573201@sss.pgh.pa.us
обсуждение
Ответ на Re: Attempting to delete excess rows from table with BATCH DELETE  (Ron Johnson <ronljohnsonjr@gmail.com>)
Ответы Re: Attempting to delete excess rows from table with BATCH DELETE
Список pgsql-general
Ron Johnson <ronljohnsonjr@gmail.com> writes:
> Hmm.  Must have been START TRANSACTION which I remember causing issues in DO
>  blocks.

Too lazy to test, but I think we might reject that.  The normal rule
in a procedure is that the next command after a COMMIT automatically
starts a new transaction, so you don't need an explicit START.

            regards, tom lane



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