pgAdmin 4 commit: Fix the formatting of the ROWS option for functionse

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Fix the formatting of the ROWS option for functionse
Дата
Msg-id E1dTUhX-0006Ev-3g@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix the formatting of the ROWS option for functions etc. Fixes #2537

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=acd3568f064be65ec82d2b2e20189b7cf3df2fef
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
.../schemas/functions/templates/function/pg/sql/9.2_plus/update.sql    | 2 +-
.../schemas/functions/templates/function/pg/sql/9.5_plus/update.sql    | 2 +-
.../schemas/functions/templates/function/pg/sql/9.6_plus/create.sql    | 3 +++
.../schemas/functions/templates/function/pg/sql/9.6_plus/update.sql    | 2 +-
.../schemas/functions/templates/function/pg/sql/default/update.sql     | 2 +-
.../schemas/functions/templates/function/ppas/sql/9.2_plus/update.sql  | 2 +-
.../schemas/functions/templates/function/ppas/sql/9.5_plus/update.sql  | 2 +-
.../schemas/functions/templates/function/ppas/sql/9.6_plus/create.sql  | 3 +++
.../schemas/functions/templates/function/ppas/sql/9.6_plus/update.sql  | 2 +-
.../schemas/functions/templates/function/ppas/sql/default/update.sql   | 2 +-
.../schemas/functions/templates/procedure/ppas/sql/9.5_plus/update.sql | 2 +-
.../schemas/functions/templates/procedure/ppas/sql/9.6_plus/update.sql | 2 +-
.../functions/templates/trigger_function/pg/sql/9.2_plus/update.sql    | 2 +-
.../functions/templates/trigger_function/pg/sql/9.5_plus/update.sql    | 2 +-
.../functions/templates/trigger_function/pg/sql/default/update.sql     | 2 +-
.../functions/templates/trigger_function/ppas/sql/9.2_plus/update.sql  | 2 +-
.../functions/templates/trigger_function/ppas/sql/9.5_plus/update.sql  | 2 +-
.../functions/templates/trigger_function/ppas/sql/default/update.sql   | 2 +-
18 files changed, 22 insertions(+), 16 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers][pgAdmin4][Patch] Make karma test results outputto browser
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch] To fix the issue in Function, Procedure &Trigger Function modules