Postgres : Close cursor / PerformPortalClose

Поиск
Список
Период
Сортировка
От Eric Rasoa
Тема Postgres : Close cursor / PerformPortalClose
Дата
Msg-id BE32E8AA61107F43A9AD862957B500B402DC17@fowin2ksrv01
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Kev
Дата:
Сообщение: Re: DML value format
Следующее
От: Alan J Batsford
Дата:
Сообщение: Problem Designing Index