Thread: [pgadmin-hackers] pgAdmin 4 commit: Fix function arguments when generating create SQL.Fi

Fix function arguments when generating create SQL. Fixes #2198

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b961b2d92983a3bebbf613c1d8cc2cc512934409
Author: Harshal Dhumal <harshal.dhumal@enterprisedb.com>

Modified Files
--------------
.../schemas/functions/templates/function/pg/sql/9.2_plus/create.sql   | 4 ++--
.../schemas/functions/templates/function/pg/sql/9.5_plus/create.sql   | 4 ++--
.../schemas/functions/templates/function/pg/sql/9.6_plus/create.sql   | 4 ++--
.../schemas/functions/templates/function/pg/sql/default/create.sql    | 4 ++--
.../schemas/functions/templates/function/ppas/sql/9.2_plus/create.sql | 4 ++--
.../schemas/functions/templates/function/ppas/sql/9.5_plus/create.sql | 4 ++--
.../schemas/functions/templates/function/ppas/sql/9.6_plus/create.sql | 4 ++--
.../schemas/functions/templates/function/ppas/sql/default/create.sql  | 4 ++--
.../functions/templates/procedure/ppas/sql/9.2_plus/create.sql        | 4 ++--
.../functions/templates/procedure/ppas/sql/9.5_plus/create.sql        | 4 ++--
.../functions/templates/procedure/ppas/sql/9.6_plus/create.sql        | 4 ++--
.../schemas/functions/templates/procedure/ppas/sql/default/create.sql | 4 ++--
12 files changed, 24 insertions(+), 24 deletions(-)