error in documentation? - Mailing list pgsql-docs

From Michael Cochez
Subject error in documentation?
Date
Msg-id 71337.93299.qm@web33515.mail.mud.yahoo.com
Whole thread Raw
Responses Re: error in documentation?  (Phil Frost <phil@macprofessionals.com>)
List pgsql-docs
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 system can free some resources. Keep in mind that either releasing or rolling back to a savepoint will automatically release all savepoints that were defined after it."
mustn't it be :
"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 system can free some resources. Keep in mind that rolling back to a savepoint will automatically release all savepoints that were defined after it and releasing a savepoint will automatically release all savepoints defined before it."

if not, could you please explain why this decision is made?
thanks,
Michael


Don't let your dream ride pass you by. Make it a reality with Yahoo! Autos.

pgsql-docs by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PATCHES] Patch to update log levels
Next
From: Phil Frost
Date:
Subject: Re: error in documentation?