My reasoning was :
Look to every query on a time line
savepoint 1
query 1
savepoint j
query j
.
savepoint n
query n
When I release savepoint j , I think 'everythin before savepoint j is ok and
safe', and so I don't need the savepoints before savepoint j anymore (cause
they're save) when
On Sep 24, 2007, at 10:03 , Michael Cochez wrote:
In http://www.postgresql.org/docs/8.2/static/tutorial-
transactions.html
"After rolling back to a savepoint, it continues to be defined, so
you can roll back to it several times. Conversely, if you are sure
you won't need to roll back to a p
In http://www.postgresql.org/docs/8.2/static/tutorial-transactions.html
"After rolling back to a savepoint, it continues to be defined, so you can roll
back to it several times. Conversely, if you are sure you won't need to roll
back to a particular savepoint again, it can be released, so the sys