pgAdmin 4 commit: Add some SQL updates to handle inherited column marke

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Add some SQL updates to handle inherited column marke
Дата
Msg-id E1h9skQ-0004A6-0e@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Add some SQL updates to handle inherited column markers/comments that were missed in the previous commit.

Branch
------
master

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

Modified Files
--------------
.../schemas/tables/templates/partition/sql/gpdb/5_plus/properties.sql | 1 +
.../schemas/tables/templates/partition/sql/pg/10_plus/properties.sql  | 1 +
.../tables/templates/partition/sql/ppas/10_plus/properties.sql        | 1 +
.../databases/schemas/tables/templates/table/sql/10_plus/create.sql   | 4 ++--
.../databases/schemas/tables/templates/table/sql/default/create.sql   | 2 +-
.../schemas/tables/templates/table/sql/default/properties.sql         | 1 +
.../schemas/tables/templates/table/sql/gpdb_5.0_plus/create.sql       | 4 ++--
.../schemas/tables/templates/table/sql/gpdb_5.0_plus/properties.sql   | 1 +
8 files changed, 10 insertions(+), 5 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][RM4037] COMMENTS from inherited fields are not presentwhen seeing generated SQL from a table
Следующее
От: Dave Page
Дата:
Сообщение: Re: Feature Tests query tool: unnecessary print statement removal