pgAdmin 4 commit: Allow to create the foreign table with inherits optio

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Allow to create the foreign table with inherits optio
Дата
Msg-id E1bUR0p-0005tk-5U@gothos.postgresql.org
обсуждение исходный текст
Список 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.dhumal@enterprisedb.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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: PATCH: Encoding issue with qtLiteral function (pgAdmin4)
Следующее
От: Ashesh Vashi
Дата:
Сообщение: Re: patch for issue RM1260 [pgAdmin4]