pgAdmin 4 commit: Include inherited column comments and defaults in rev

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Include inherited column comments and defaults in rev
Дата
Msg-id E1h9UH1-00083q-W1@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Include inherited column comments and defaults in reverse engineered table SQL. Fixes #2627
Include comment SQL for inherited columns in reverse engineered table SQL. Fixes #4037
Include inherited columns in SELECT scripts. Fixes #4058

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8aaacdf96eb0e21669ddeed673a892bfebf8ac55
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_4.rst                   |  3 ++
.../templates/table/sql/10_plus/properties.sql     |  1 +
.../templates/table/sql/9.1_plus/properties.sql    |  1 +
.../tables/templates/table/sql/default/create.sql  |  4 +--
.../servers/databases/schemas/tables/utils.py      | 42 +++++++++-------------
5 files changed, 24 insertions(+), 27 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Fix an issue where JSON data would not be rendered in
Следующее
От: Akshay Joshi
Дата:
Сообщение: [pgAdmin4][Patch]: RM #4110 "Updating 'Custom auto-vacuum?' propertythrows error for Materialized View."