pgAdmin 4 commit: Fix SQL generation for functions that return SETOF ..

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Fix SQL generation for functions that return SETOF ..
Дата
Msg-id E1bhdI5-00062H-DC@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix SQL generation for functions that return SETOF ... Fixes #1631

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=35d3c396de26c2fd5586a7d3af0d699a02a9b062
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
.../schemas/functions/templates/function/pg/sql/9.1_plus/create.sql    | 3 ++-
.../schemas/functions/templates/function/pg/sql/9.2_plus/create.sql    | 3 ++-
.../schemas/functions/templates/function/pg/sql/9.5_plus/create.sql    | 3 ++-
.../schemas/functions/templates/function/ppas/sql/9.1_plus/create.sql  | 3 ++-
.../schemas/functions/templates/function/ppas/sql/9.2_plus/create.sql  | 3 ++-
.../schemas/functions/templates/function/ppas/sql/9.5_plus/create.sql  | 3 ++-
6 files changed, 12 insertions(+), 6 deletions(-)


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

Предыдущее
От: Murtuza Zabuawala
Дата:
Сообщение: PATCH: wrong sql in function node (pgAdmin4)
Следующее
От: Dave Page
Дата:
Сообщение: Re: PATCH: wrong sql in function node (pgAdmin4)