From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)lists(dot)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Remove additional "SETOF" included when generating CR |
Date: | 2019-06-20 12:19:30 |
Message-ID: | E1hdw2M-0005D7-Om@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2019-06-20 12:19:44 | Re: [pgAdmin4][Patch]: RM #4362 trigger function create script |
Previous Message | Dave Page | 2019-06-20 11:43:10 | pgAdmin 4 commit: Fix formatting change which inadvertently broke the f |