pgAdmin 4 commit: Fix the formatting of the ROWS option for functionse - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Fix the formatting of the ROWS option for functionse
Date
Msg-id E1dTUhX-0006Ev-3g@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgadmin-hackers][pgAdmin4][Patch] Make karma test results outputto browser
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch] To fix the issue in Function, Procedure &Trigger Function modules