mirror of
https://github.com/postgres/postgres.git
synced 2025-12-12 02:37:31 +03:00
Change warnings for non-existing or pre-existing cursors to errors.
This commit is contained in:
@@ -737,4 +737,4 @@ DECLARE foo26 CURSOR WITH HOLD FOR SELECT * FROM tenk1;
|
||||
ROLLBACK;
|
||||
-- should fail
|
||||
FETCH FROM foo26;
|
||||
WARNING: portal "foo26" does not exist
|
||||
ERROR: cursor "foo26" does not exist
|
||||
|
||||
Reference in New Issue
Block a user