| From: | Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com> |
|---|---|
| To: | pgadmin-hackers(at)postgresql(dot)org |
| Subject: | pgAdmin 4 commit: Allow to create the foreign table with inherits optio |
| Date: | 2016-08-02 04:09:03 |
| Message-ID: | E1bUR0p-0005tk-5U@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
Allow to create the foreign table with inherits options. Fixes #1260
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ec3b9bb15b5e963e8904a2ee57f284b9d7ef0adc
Author: Harshal Dhumal <harshal(dot)dhumal(at)enterprisedb(dot)com>
Modified Files
--------------
.../databases/schemas/foreign_tables/__init__.py | 13 +--
.../templates/foreign_tables/js/foreign_tables.js | 102 +--------------------
.../foreign_tables/sql/9.1_plus/get_columns.sql | 8 +-
.../foreign_tables/sql/9.2_plus/get_columns.sql | 20 +---
.../foreign_tables/sql/9.5_plus/get_columns.sql | 19 ----
.../foreign_tables/sql/9.5_plus/get_tables.sql | 2 +-
.../templates/foreign_key/js/foreign_key.js | 11 ++-
web/pgadmin/browser/static/js/datamodel.js | 2 +-
web/pgadmin/static/js/backform.pgadmin.js | 18 +++-
9 files changed, 32 insertions(+), 163 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Ashesh Vashi | 2016-08-02 04:09:19 | Re: patch for issue RM1260 [pgAdmin4] |
| Previous Message | Dave Page | 2016-08-01 14:24:19 | Re: PATCH: Encoding issue with qtLiteral function (pgAdmin4) |