projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
063da9d
)
Remove mention of transactions for insensitive cursors.
author
Bruce Momjian
Fri, 21 Mar 2003 17:11:46 +0000
(17:11 +0000)
committer
Bruce Momjian
Fri, 21 Mar 2003 17:11:46 +0000
(17:11 +0000)
doc/src/sgml/ref/declare.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/declare.sgml
b/doc/src/sgml/ref/declare.sgml
index 5f4812200710d73f48e081907b65437d05cd909f..2801aeeabb2e2dc88c127843140f749d80b0ca7f 100644
(file)
--- 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.