EnterpriseDB / pldebugger

Procedural Language Debugger Plugin for PostgreSQL and EDB Postgres Advanced Server
70 stars 19 forks source link

How to rollback when debug a procedure #13

Open highgozhangyc opened 1 year ago

highgozhangyc commented 1 year ago

Hi, everyone, I am using pldebugger to debug stored procedures recently, and I have encountered a problem, that is, how to rollback the operation in debugging after the debugging is finished? Thanks.