Index: doc/src/sgml/ref/declare.sgml =================================================================== RCS file: /cvsroot/pgsql-server/doc/src/sgml/ref/declare.sgml,v retrieving revision 1.19 diff -c -c -r1.19 declare.sgml *** doc/src/sgml/ref/declare.sgml 10 Mar 2003 03:53:48 -0000 1.19 --- doc/src/sgml/ref/declare.sgml 21 Mar 2003 16:51:36 -0000 *************** *** 58,66 **** 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. --- 58,64 ---- SQL92 keyword indicating that data retrieved from the cursor should be unaffected by updates from other processes or cursors. ! By default, all cursors are insensitive. This keyword has no effect.