diff --git a/doc/src/sgml/ref/close.sgml b/doc/src/sgml/ref/close.sgml index f4fada4ac7..24a060b002 100644 --- 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 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. +