Ensure the default schema is set when creating objects. Fixes #1735 Branch ------ master
Details ------- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6999249dcdc6274131e810155786c7a307d2589d Author: Ashesh Vashi <ashesh.va...@enterprisedb.com> Modified Files -------------- .../servers/databases/schemas/__init__.py | 16 +++++++++++++-- .../collations/templates/collation/js/collation.js | 15 ++------------ .../domains/templates/domains/js/domains.js | 11 ++++++++-- .../templates/foreign_tables/js/foreign_tables.js | 12 +++++------ .../fts_configuration/js/fts_configuration.js | 3 ++- .../templates/fts_parser/js/fts_parser.js | 3 ++- .../templates/fts_template/js/fts_templates.js | 3 ++- .../servers/databases/schemas/packages/__init__.py | 5 ++--- .../packages/templates/package/js/package.js | 22 ++++++++++++++++++++ .../sequences/templates/sequence/js/sequence.js | 2 +- .../synonyms/templates/synonym/js/synonym.js | 7 ++++--- .../schemas/tables/templates/table/js/table.js | 16 +++++++-------- .../schemas/types/templates/type/js/type.js | 15 +++++++------- .../schemas/views/templates/mview/js/mview.js | 23 ++++++++------------- .../schemas/views/templates/view/js/view.js | 24 +++++++++------------- 15 files changed, 100 insertions(+), 77 deletions(-) -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers