projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9084399
)
Document that "ROLLBACK TO savepoint" does not un-close cursors.
author
Alvaro Herrera
Mon, 12 May 2008 16:23:26 +0000
(16:23 +0000)
committer
Alvaro Herrera
Mon, 12 May 2008 16:23:26 +0000
(16:23 +0000)
doc/src/sgml/ref/close.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/close.sgml
b/doc/src/sgml/ref/close.sgml
index f4fada4ac71395ebf15375575497f41dc13b555d..24a060b002672acf2f5b0512f2a2e5922eec7bce 100644
(file)
--- a/
doc/src/sgml/ref/close.sgml
+++ b/
doc/src/sgml/ref/close.sgml
@@
-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.
+