|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/ref/close.sgml,v 1.26 2007/05/15 19:13:55 neilc Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/close.sgml,v 1.27 2008/05/12 16:23:26 alvherre Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -91,6 +91,12 @@ CLOSE { <replaceable class="PARAMETER">name</replaceable> | ALL }
|
91 | 91 | You can see all available cursors by querying the <link
|
92 | 92 | linkend="view-pg-cursors"><structname>pg_cursors</></> system view.
|
93 | 93 | </para>
|
| 94 | + |
| 95 | + <para> |
| 96 | + If a cursor is closed after a savepoint which is later rolled back, |
| 97 | + the <command>CLOSE</command> is not rolled back; that is, the cursor |
| 98 | + remains closed. |
| 99 | + </para> |
94 | 100 | </refsect1>
|
95 | 101 |
|
96 | 102 | <refsect1>
|
|