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

Поиск
Список
Период
Сортировка
От Dave Page
Тема [pgadmin-hackers] pgAdmin 4 commit: Fix function arguments when generating create SQL.Fi
Дата
Msg-id E1chFCe-0007Ii-G9@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Surinder Kumar
Дата:
Сообщение: Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM2039 - Big (numeric)numbers are sometimes rounded up when displayed
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers] [pgAdmin4][Patch]: Fix #2198 - Cannot createfunction/procedure with arguments