From 8a35b07e1849c1af7acbdc8eea0bc357b5ad51e3 Mon Sep 17 00:00:00 2001
From: Tom Lane
Date: Wed, 24 Oct 2007 22:55:52 +0000
Subject: Remove obsolete statement that you can't update through a cursor.
---
doc/src/sgml/ref/fetch.sgml | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/doc/src/sgml/ref/fetch.sgml b/doc/src/sgml/ref/fetch.sgml
index c5975c73e05..a3168d5f484 100644
--- a/doc/src/sgml/ref/fetch.sgml
+++ b/doc/src/sgml/ref/fetch.sgml
@@ -1,5 +1,5 @@
@@ -326,11 +326,6 @@ FETCH count
FETCH ABSOLUTE 0) is fast.
-
- Updating data via a cursor is currently not supported by
- PostgreSQL.
-
-
is used to define a cursor. Use
--
cgit v1.2.3