From 693aad413b16aac85fb9a4e792d84cd87778aa9e Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 24 Aug 2003 21:02:43 +0000 Subject: Change warnings for non-existing or pre-existing cursors to errors. --- doc/src/sgml/ref/fetch.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/ref/fetch.sgml') diff --git a/doc/src/sgml/ref/fetch.sgml b/doc/src/sgml/ref/fetch.sgml index 305e5fc02c..05960eb2e0 100644 --- a/doc/src/sgml/ref/fetch.sgml +++ b/doc/src/sgml/ref/fetch.sgml @@ -1,5 +1,5 @@ @@ -281,7 +281,7 @@ where direction can be empty or one - WARNING: PerformPortalFetch: portal "cursor" not found + ERROR: cursor "cursor" does not exist There is no cursor with the specified name. -- cgit v1.2.1