From 249db4826541cc09026e9dcb4adb8f2c6865418c Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 24 Oct 2007 22:55:52 +0000 Subject: [PATCH] Remove obsolete statement that you can't update through a cursor. --- doc/src/sgml/ref/fetch.sgml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/src/sgml/ref/fetch.sgml b/doc/src/sgml/ref/fetch.sgml index a396e418ed..559d91a98e 100644 --- a/doc/src/sgml/ref/fetch.sgml +++ b/doc/src/sgml/ref/fetch.sgml @@ -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 -- 2.39.5