From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Properly quote role names when specifying function ow |
Date: | 2016-10-28 15:18:37 |
Message-ID: | E1c08vV-0007oy-AO@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(dot)zabuawala(at)enterprisedb(dot)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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2016-10-28 15:18:51 | Re: PATCH: To fix quoting issue in the rolename (pgAdmin4) |
Previous Message | Dave Page | 2016-10-28 15:13:45 | Re: [pgAdmin4][Patch]: RM 1789 Column width of data output panel should fit to data (as pgAdmin III) |