pgAdmin 4 commit: Fix an issue in procedure node where users were not a - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Fix an issue in procedure node where users were not a
Date
Msg-id E1bNKf2-0005x0-Oz@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix an issue in procedure node where users were not able to create a new procedure when they provide arguments. Fixes
#1416

Branch
------
master

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

Modified Files
--------------
.../server_groups/servers/databases/schemas/functions/__init__.py       | 2 +-
.../schemas/functions/templates/function/pg/sql/9.1_plus/create.sql     | 2 +-
.../schemas/functions/templates/function/pg/sql/9.1_plus/update.sql     | 2 +-
.../schemas/functions/templates/function/pg/sql/9.2_plus/create.sql     | 2 +-
.../schemas/functions/templates/function/pg/sql/9.2_plus/update.sql     | 2 +-
.../schemas/functions/templates/function/pg/sql/9.5_plus/create.sql     | 2 +-
.../schemas/functions/templates/function/pg/sql/9.5_plus/update.sql     | 2 +-
.../schemas/functions/templates/function/ppas/sql/9.1_plus/create.sql   | 2 +-
.../schemas/functions/templates/function/ppas/sql/9.2_plus/create.sql   | 2 +-
.../schemas/functions/templates/function/ppas/sql/9.2_plus/update.sql   | 2 +-
.../schemas/functions/templates/function/ppas/sql/9.5_plus/create.sql   | 2 +-
.../schemas/functions/templates/function/ppas/sql/9.5_plus/update.sql   | 2 +-
.../schemas/functions/templates/procedure/ppas/sql/9.1_plus/create.sql  | 2 +-
.../schemas/functions/templates/procedure/ppas/sql/9.1_plus/update.sql  | 2 +-
.../schemas/functions/templates/procedure/ppas/sql/9.2_plus/create.sql  | 2 +-
.../schemas/functions/templates/procedure/ppas/sql/9.2_plus/update.sql  | 2 +-
.../schemas/functions/templates/procedure/ppas/sql/9.5_plus/create.sql  | 2 +-
.../schemas/functions/templates/procedure/ppas/sql/9.5_plus/update.sql  | 2 +-
18 files changed, 18 insertions(+), 18 deletions(-)


pgadmin-hackers by date:

Previous
From: Surinder Kumar
Date:
Subject: Re: [pgAdmin4][Patch]: RM#1432 - File Browser - File does not exist error
Next
From: Dave Page
Date:
Subject: Re: PATCH: Unable to create procedure (pgAdmin4)