Re: [DOCS] error in documentation?

2007-09-24 Thread Michael Cochez
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

Re: [DOCS] error in documentation?

2007-09-24 Thread Phil Frost
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

[DOCS] error in documentation?

2007-09-24 Thread Michael Cochez
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