Re: BEGIN/END in SQL generated by pgAdmin ERD command

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: BEGIN/END in SQL generated by pgAdmin ERD command
Дата
Msg-id CA+OCxowm--WdiC3k57i3SiyX0uMExayF6Fsdrq+HSQ-EcEvkxA@mail.gmail.com
обсуждение исходный текст
Ответ на BEGIN/END in SQL generated by pgAdmin ERD command  (Marc Linster <marc@marclinster.com>)
Ответы Re: BEGIN/END in SQL generated by pgAdmin ERD command
Список pgadmin-support
Hi

On Mon, 2 Jun 2025 at 15:30, Marc Linster <marc@marclinster.com> wrote:
When I ask pgAdmin 9.4 to generate SQL from the ERD window, it wraps 'BEGIN;' and 'END;' around the set of statements, instead of 'BEGIN;/COMMIT;'.

This is for pgAdmin 9.4 on Sequoia 15.5

Am I missing something?

END is the same as COMMIT, albeit PostgreSQL specific and not part of the SQL standard.


It would probably be nice to change it to COMMIT if someone felt inclined, but it's not a bug. 

--

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