2 years ago
#57441
gsr
Docker PostgreSQL 12.3 how to debug failed transaction\ incomplete message
Im using PostgreSQL 12.3 docker image, and i have an application that stopped working as some query transaction gets closed or incomplete in the middle of it and the application just doesn't work.
My question is, how can i see or make PostgreSQL to save the incomplete transaction ? I want to see from where, when and what was the query and issue, is there any way to debug it? or save it maybe on a error table ?
my psql log:
LOG: incomplete message from client
Thanks!
sql
database
postgresql
transactions
psql
0 Answers
Your Answer