index f4fada4ac71395ebf15375575497f41dc13b555d..24a060b002672acf2f5b0512f2a2e5922eec7bce 100644 (file)
<!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/close.sgml,v 1.26 2007年05月15日 19:13:55 neilc Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/close.sgml,v 1.27 2008年05月12日 16:23:26 alvherre Exp $
PostgreSQL documentation
-->
@@ -91,6 +91,12 @@ CLOSE { <replaceable class="PARAMETER">name</replaceable> | ALL }
You can see all available cursors by querying the <link
linkend="view-pg-cursors"><structname>pg_cursors</></> system view.
</para>
+
+ <para>
+ If a cursor is closed after a savepoint which is later rolled back,
+ the <command>CLOSE</command> is not rolled back; that is, the cursor
+ remains closed.
+ </para>
</refsect1>
<refsect1>