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

From Dave Page
Subject [pgadmin-hackers] pgAdmin 4 commit: Fix function arguments when generating create SQL.Fi
Date
Msg-id E1chFCe-0007Ii-G9@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
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(-)


pgadmin-hackers by date:

Previous
From: Surinder Kumar
Date:
Subject: Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM2039 - Big (numeric)numbers are sometimes rounded up when displayed
Next
From: Dave Page
Date:
Subject: Re: [pgadmin-hackers] [pgAdmin4][Patch]: Fix #2198 - Cannot createfunction/procedure with arguments