Thread: pgAdmin 4 commit: Properly quote role names when specifying function ow

pgAdmin 4 commit: Properly quote role names when specifying function ow

From
Dave Page
Date:
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(-)