Re: Query on Postgres SQL transaction

Поиск
Список
Период
Сортировка
От Greg Sabino Mullane
Тема Re: Query on Postgres SQL transaction
Дата
Msg-id CAKAnmmJvPT2ruoYL6OfJ+ygrpesK4FgVi2RyH9Z-iDeqYEdQgg@mail.gmail.com
обсуждение исходный текст
Ответ на Query on Postgres SQL transaction  ("Bandi, Venkataramana - Dell Team" <Venkataramana.Bandi@dellteam.com>)
Список pgsql-general
That log snippet shows two different PIDs. Check the logs to see the complete path that process 1876 took after it did the insert at  2024-02-19 15:21:54.850 +08

Make sure you are not using prepared transactions. This should return 0:

select current_setting('max_prepared_transactions');

Cheers,
Greg

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

Предыдущее
От: "Bandi, Venkataramana - Dell Team"
Дата:
Сообщение: RE: Query on Postgres SQL transaction
Следующее
От: Ron Johnson
Дата:
Сообщение: Re: how to check if the license is expired.