pgAdmin 4 commit: Properly quote role names when specifying function ow - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Properly quote role names when specifying function ow
Date
Msg-id E1c08vV-0007oy-AO@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Properly quote role names when specifying function ownership. Fixes #1899

Branch
------
master

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

Modified Files
--------------
.../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.1_plus/update.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 +-
.../functions/templates/trigger_function/pg/sql/9.1_plus/create.sql     | 2 +-
.../functions/templates/trigger_function/pg/sql/9.1_plus/update.sql     | 2 +-
.../functions/templates/trigger_function/pg/sql/9.2_plus/create.sql     | 2 +-
.../functions/templates/trigger_function/pg/sql/9.2_plus/update.sql     | 2 +-
.../functions/templates/trigger_function/pg/sql/9.5_plus/create.sql     | 2 +-
.../functions/templates/trigger_function/pg/sql/9.5_plus/update.sql     | 2 +-
.../functions/templates/trigger_function/ppas/sql/9.1_plus/create.sql   | 2 +-
.../functions/templates/trigger_function/ppas/sql/9.1_plus/update.sql   | 2 +-
.../functions/templates/trigger_function/ppas/sql/9.2_plus/create.sql   | 2 +-
.../functions/templates/trigger_function/ppas/sql/9.2_plus/update.sql   | 2 +-
22 files changed, 22 insertions(+), 22 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: RM 1789 Column width of data output panel should fit to data (as pgAdmin III)
Next
From: Dave Page
Date:
Subject: Re: PATCH: To fix quoting issue in the rolename (pgAdmin4)