Document that "ROLLBACK TO savepoint" does not un-close cursors.
authorAlvaro Herrera
Mon, 12 May 2008 16:23:26 +0000 (16:23 +0000)
committerAlvaro Herrera
Mon, 12 May 2008 16:23:26 +0000 (16:23 +0000)
doc/src/sgml/ref/close.sgml

index f4fada4ac71395ebf15375575497f41dc13b555d..24a060b002672acf2f5b0512f2a2e5922eec7bce 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -91,6 +91,12 @@ CLOSE { name | ALL }
    You can see all available cursors by querying the 
    linkend="view-pg-cursors">pg_cursors system view.
   
+
+  
+   If a cursor is closed after a savepoint which is later rolled back,
+   the CLOSE is not rolled back; that is, the cursor
+   remains closed.
+