pgsql: Make it more clear that you need to release savepoint with

From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make it more clear that you need to release savepoint with
Date: 2010-05-27 06:25:32
Message-ID: 20100527062532.9B5507541D2@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Make it more clear that you need to release savepoint with
RELEASE SAVEPOINT to make an older savepoint with the same name
accessible. It's also possible to implicitly release the savepoint by
rolling back to an earlier savepoint, but mentioning that too would make
the note just more verbose and confusing.

Modified Files:
--------------
pgsql/doc/src/sgml/ref:
savepoint.sgml (r1.7 -> r1.8)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/savepoint.sgml?r1=1.7&r2=1.8)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2010-05-27 06:53:37 Re: pgsql: Make it more clear that you need to release savepoint with
Previous Message Robert Haas 2010-05-27 02:01:38 pgsql: Avoid starting walreceiver in states where it shouldn't be