pgAdmin 4 commit: Ensure the default schema is set when creating object

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure the default schema is set when creating object
Date: 2016-09-26 09:15:24
Message-ID: E1boS0S-0002e8-V7@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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(dot)vashi(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-09-26 09:15:33 Re: PATCH: RM#1735
Previous Message Dave Page 2016-09-26 09:06:03 Re: PATCH: pgAgent support