A problem presentaion about ECPG, DECLARE STATEMENT

Поиск
Список
Период
Сортировка
От kuroda.hayato@fujitsu.com
Тема A problem presentaion about ECPG, DECLARE STATEMENT
Дата
Msg-id TY2PR01MB2443EC8286995378AEB7D9F8F5B10@TY2PR01MB2443.jpnprd01.prod.outlook.com
обсуждение исходный текст
Ответы Re: A problem presentaion about ECPG, DECLARE STATEMENT  (Michael Meskes <meskes@postgresql.org>)
Список pgsql-hackers
Dear ALL,

I want to report and consult about DECLARE STATEMENT.
This feature, committed last February, has some bugs.

* This is not thread-independent.
* If some cursors are declared for the same SQL identifier,
  only one cursor you declared at last is enabled.
* This syntax does not have oracle compatibility.

In order to modify bugs, I think many designs, implementations,
and specifications should be changed.
Any operations will be done at the preprocessor process, like #define
macro in C.

It will take about 2 or 3 weeks to make a patch.
Is it acceptable for PG12?

Best Regards,

Hayato Kuroda
FUJITSU LIMITED
E-Mail:kuroda.hayato@fujitsu.com




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: don't see materialized views in information_schema
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: doc: update PL/pgSQL sample loop function