Postgres : Close cursor / PerformPortalClose - Mailing list pgsql-general

From Eric Rasoa
Subject Postgres : Close cursor / PerformPortalClose
Date
Msg-id BE32E8AA61107F43A9AD862957B500B402DC17@fowin2ksrv01
Whole thread Raw
List pgsql-general
Hello,
 
I have a question about the PerformPortalClose function associated with the SQL command "Close Cursor". Sorry if you have already answered it but I didn't find the answer :
- With releases < 7.4, the function listed above produced only a warning message when the cursor to be closed didn't exist (in documentation, it says that it is following the SQL92 standard).
- Since releases 7.4, the same function now produces an error message
 
1/ Can you tell me why this has changed
2/ Is there any way to have an option or something similar at compilation time or run-time to choose if we want the performportalclose to raise an error or just a warning
 
Thanks in advance for your help.
 
Eric Rasoa

pgsql-general by date:

Previous
From: Kev
Date:
Subject: Re: DML value format
Next
From: Alan J Batsford
Date:
Subject: Problem Designing Index