| From: | Dave Page <dpage(at)pgadmin(dot)org> |
|---|---|
| To: | pgadmin-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | pgAdmin 4 commit: Add some SQL updates to handle inherited column marke |
| Date: | 2019-03-29 14:44:46 |
| Message-ID: | E1h9skQ-0004A6-0e@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(dot)toshniwal(at)enterprisedb(dot)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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2019-03-29 14:47:34 | Re: Feature Tests query tool: unnecessary print statement removal |
| Previous Message | Dave Page | 2019-03-29 14:44:38 | Re: [pgAdmin4][RM4037] COMMENTS from inherited fields are not present when seeing generated SQL from a table |