pgAdmin 4 commit: Fix an issue in procedure node where users were not a

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix an issue in procedure node where users were not a
Date: 2016-07-13 13:57:12
Message-ID: E1bNKf2-0005x0-Oz@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)zabuawala(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

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