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

Поиск
Список
Период
Сортировка
От heikki@postgresql.org (Heikki Linnakangas)
Тема pgsql: Make it more clear that you need to release savepoint with
Дата
Msg-id 20100527062532.9B5507541D2@cvs.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: rhaas@postgresql.org (Robert Haas)
Дата:
Сообщение: pgsql: Avoid starting walreceiver in states where it shouldn't be
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: pgsql: Make it more clear that you need to release savepoint with