pgAdmin 4 commit: Fix function arguments when generating create SQL. Fi

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix function arguments when generating create SQL. Fi
Date: 2017-02-24 12:42:28
Message-ID: E1chFCe-0007Ii-G9@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)dhumal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-02-24 12:42:44 Re: [pgAdmin4][Patch]: Fix #2198 - Cannot create function/procedure with arguments
Previous Message Surinder Kumar 2017-02-24 12:35:40 Re: [pgAdmin4][Patch]: RM2039 - Big (numeric) numbers are sometimes rounded up when displayed