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(-)