pgsql: Document that "ROLLBACK TO savepoint" does not un-close cursors.

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Document that "ROLLBACK TO savepoint" does not un-close cursors.
Date: 2008-05-12 16:23:27
Message-ID: 20080512162327.152417559E9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Document that "ROLLBACK TO savepoint" does not un-close cursors.

Modified Files:
--------------
pgsql/doc/src/sgml/ref:
close.sgml (r1.26 -> r1.27)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/close.sgml?r1=1.26&r2=1.27)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2008-05-12 16:29:05 pgsql: Check for non-existant connection in prepare statement handling.
Previous Message Alvaro Herrera 2008-05-12 16:06:10 pgsql: Put back bufmgr.h in bufpage.h -- it is needed by some macros.