pgAdmin 4 commit: Ensure the default schema is set when creating object - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Ensure the default schema is set when creating object
Date
Msg-id E1boS0S-0002e8-V7@gothos.postgresql.org
Whole thread Raw
List 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.vashi@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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: PATCH: pgAgent support
Next
From: Dave Page
Date:
Subject: Re: PATCH: RM#1735