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 <diegoaugustomol...@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(-)