projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05c3443
)
Remove obsolete statement that you can't update through a cursor.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Wed, 24 Oct 2007 22:55:52 +0000
(22:55 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Wed, 24 Oct 2007 22:55:52 +0000
(22:55 +0000)
doc/src/sgml/ref/fetch.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/fetch.sgml
b/doc/src/sgml/ref/fetch.sgml
index a396e418eda3479e6cf684d7bb6fe75b5506358d..559d91a98e3f9a6488d4f85a72bd3f6cc9c19e40 100644
(file)
--- a/
doc/src/sgml/ref/fetch.sgml
+++ b/
doc/src/sgml/ref/fetch.sgml
@@
-326,11
+326,6
@@
FETCH <replaceable class="parameter">count</replaceable>
<literal>FETCH ABSOLUTE 0</literal>) is fast.
</para>
- <para>
- Updating data via a cursor is currently not supported by
- <productname>PostgreSQL</productname>.
- </para>
-
<para>
<xref linkend="sql-declare" endterm="sql-declare-title">
is used to define a cursor. Use