pgsql: Make it more clear that you need to release savepoint with - Mailing list pgsql-committers

From heikki@postgresql.org (Heikki Linnakangas)
Subject pgsql: Make it more clear that you need to release savepoint with
Date
Msg-id 20100527062532.9B5507541D2@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: rhaas@postgresql.org (Robert Haas)
Date:
Subject: pgsql: Avoid starting walreceiver in states where it shouldn't be
Next
From: Heikki Linnakangas
Date:
Subject: Re: pgsql: Make it more clear that you need to release savepoint with