lib / pq

Pure Go Postgres driver for database/sql
https://pkg.go.dev/github.com/lib/pq
MIT License
8.98k stars 909 forks source link

Support RollbackTo and SavePoint #973

Open wozuo opened 4 years ago

wozuo commented 4 years ago

Hey everyone, is there a way to create save points or setting \set ON_ERROR_ROLLBACK on somehow?