Обсуждение: pgAdmin 4 commit: Fix the formatting of the ROWS option for functionse

Поиск
Список
Период
Сортировка

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

От
Dave Page
Дата:
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(-)