[pgadmin-hackers] pgAdmin 4 commit: Fix the PostGIS Datatypes in SQL tab,Create / Update

Поиск
Список
Период
Сортировка
От Dave Page
Тема [pgadmin-hackers] pgAdmin 4 commit: Fix the PostGIS Datatypes in SQL tab,Create / Update
Дата
Msg-id E1dKNqT-0002u8-Es@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix the PostGIS Datatypes in SQL tab, Create / Update dialogues for Table, Column, Foreign Table and Type node. Fixes
#2324

Note that this doesn't add full support for PostGIS types to the table/column dialogues, which still can't handle the
typmodusage. It does bring support to parity with pgAdmin 3 though. 

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8bd8ae001bd7c3141d8b5a22b00907b9fbe046f5
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

Modified Files
--------------
.../databases/schemas/foreign_tables/__init__.py   |  8 ++--
.../foreign_tables/sql/9.2_plus/create.sql         |  2 +-
.../foreign_tables/sql/9.5_plus/create.sql         |  2 +-
.../foreign_tables/sql/default/create.sql          |  2 +-
.../servers/databases/schemas/tables/__init__.py   | 24 ++++++-----
.../databases/schemas/tables/column/__init__.py    | 29 +++++++------
.../templates/column/sql/9.1_plus/properties.sql   |  1 +
.../tables/templates/column/sql/default/create.sql |  2 +-
.../templates/column/sql/default/properties.sql    |  1 +
.../tables/templates/table/sql/default/create.sql  |  2 +-
.../servers/databases/schemas/types/__init__.py    | 42 +++++++++----------
.../type/sql/default/additional_properties.sql     |  4 +-
.../types/templates/type/sql/default/create.sql    |  2 +-
.../servers/databases/schemas/utils.py             | 48 ++++++++++++++--------
14 files changed, 97 insertions(+), 72 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers] [pgAdmin4] [PATCH] History Tab rewrite in React
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers] [pgAdmin4][Patch]: Fixed RM 2324 - PostGIS datatypes not showing up properly on SQL tab.