pgAdmin 4 commit: Ensure that the OWNER should be quoted for foreign ta - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Ensure that the OWNER should be quoted for foreign ta
Date
Msg-id E1jojSi-0005gM-76@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Ensure that the OWNER should be quoted for foreign tables, procedures, and trigger functions.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6a632793962d03a61f409cd5998e2560f54c3697
Author: Diego Augusto Molina <diegoaugustomolina@gmail.com>

Modified Files
--------------
.../event_triggers/templates/event_triggers/sql/9.3_plus/grant.sql    | 4 ++--
.../foreign_tables/templates/foreign_tables/sql/9.2_plus/create.sql   | 2 +-
.../foreign_tables/templates/foreign_tables/sql/9.2_plus/update.sql   | 2 +-
.../foreign_tables/templates/foreign_tables/sql/9.5_plus/create.sql   | 2 +-
.../foreign_tables/sql/9.5_plus/foreign_table_schema_diff.sql         | 2 +-
.../foreign_tables/templates/foreign_tables/sql/9.5_plus/update.sql   | 2 +-
.../foreign_tables/templates/foreign_tables/sql/default/create.sql    | 2 +-
.../foreign_tables/templates/foreign_tables/sql/default/update.sql    | 2 +-
.../schemas/functions/templates/procedures/pg/sql/11_plus/update.sql  | 2 +-
.../functions/templates/procedures/ppas/sql/11_plus/update.sql        | 2 +-
.../functions/templates/procedures/ppas/sql/9.2_plus/update.sql       | 2 +-
.../functions/templates/procedures/ppas/sql/9.5_plus/update.sql       | 2 +-
.../functions/templates/procedures/ppas/sql/9.6_plus/update.sql       | 2 +-
.../functions/templates/procedures/ppas/sql/default/update.sql        | 2 +-
.../templates/trigger_functions/ppas/sql/9.5_plus/create.sql          | 2 +-
.../templates/trigger_functions/ppas/sql/9.5_plus/update.sql          | 2 +-
16 files changed, 17 insertions(+), 17 deletions(-)


pgadmin-hackers by date:

Previous
From: Nikhil Mohite
Date:
Subject: Support schema level restrictions and edit connection properties whenalready connected.
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch] - SonarQube Issues - 5 (Rule Boolean checksshould not be inverted, Comma operator should not be used)