pgAdmin 4 commit: Remove additional "SETOF" included when generating CR

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Remove additional "SETOF" included when generating CR
Дата
Msg-id E1hdw2M-0005D7-Om@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Remove additional "SETOF" included when generating CREATE scripts for trigger functions. Fixes #4362

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=81752bb9984765ae1621806311e3db52adea0dad

Modified Files
--------------
docs/en_US/release_notes_4_9.rst                                       | 1 +
.../functions/templates/trigger_functions/pg/sql/11_plus/create.sql    | 3 ++-
.../functions/templates/trigger_functions/pg/sql/9.2_plus/create.sql   | 3 ++-
.../functions/templates/trigger_functions/pg/sql/9.5_plus/create.sql   | 3 ++-
.../functions/templates/trigger_functions/pg/sql/default/create.sql    | 3 ++-
.../functions/templates/trigger_functions/ppas/sql/9.2_plus/create.sql | 3 ++-
.../functions/templates/trigger_functions/ppas/sql/9.5_plus/create.sql | 3 ++-
.../functions/templates/trigger_functions/ppas/sql/default/create.sql  | 3 ++-
8 files changed, 15 insertions(+), 7 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Fix formatting change which inadvertently broke the f
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: RM #4362 trigger function create script