BUG #18605: cursor select not working - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #18605: cursor select not working
Date
Msg-id 18605-d50c6475ffe40bcf@postgresql.org
Whole thread Raw
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      18605
Logged by:          ANNADURAI s
Email address:      annadurai02145@outlook.com
PostgreSQL version: 15.5
Operating system:   pg admin  tool
Description:

BEGIN;
DECLARE 
 my_cursor CURSOR FOR SELECT * FROM example;
FETCH all FROM my_cursor;-------------------i have execute the script get
record row 

BEGIN;
DECLARE 
 my_cursor CURSOR FOR SELECT * FROM example;
FETCH all FROM my_cursor;
end;-----------this script execute no row found we need clarification 

------------------------------------------------------------------------------------------------------
i have create select procedure return cursor output execute this one
unammend port1 error showing we need clarification this one also


pgsql-bugs by date:

Previous
From: Basha
Date:
Subject: Re: [EXT]: Re: BUG #18604: Regression in PostgreSQL 16.4: pg_dump Prevents Essential System Table Modifications
Next
From: PG Bug reporting form
Date:
Subject: BUG #18606: syntax error at or near "ROWS"