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.toshni...@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(-)