From: Bruce Momjian Date: Fri, 21 Mar 2003 17:11:46 +0000 (+0000) Subject: Remove mention of transactions for insensitive cursors. X-Git-Tag: REL7_4_BETA1~862 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=93331d8318325305cad9c5224eb4b86663214846;p=thirdparty%2Fpostgresql.git Remove mention of transactions for insensitive cursors. --- diff --git a/doc/src/sgml/ref/declare.sgml b/doc/src/sgml/ref/declare.sgml index 5f481220071..2801aeeabb2 100644 --- a/doc/src/sgml/ref/declare.sgml +++ b/doc/src/sgml/ref/declare.sgml @@ -1,5 +1,5 @@ @@ -58,9 +58,7 @@ DECLARE cursorname [ BINARY ] [ INS SQL92 keyword indicating that data retrieved from the cursor should be unaffected by updates from other processes or cursors. - Since cursor operations occur within transactions - in PostgreSQL this is always the case. - This keyword has no effect. + By default, all cursors are insensitive. This keyword has no effect.