Refactored code of table and it's child nodes.

1) Remove duplicate logic.
2) Child node specific logic should be inside the child node and table node gets the required information from the respective child node.

Note:- Refactoring of columns node still in progress.

Fixes #4807
This commit is contained in:
Akshay Joshi
2019-11-15 14:45:55 +05:30
parent 00ce130286
commit de878b3198
26 changed files with 1923 additions and 2225 deletions

View File

@@ -13,6 +13,7 @@ New features
Housekeeping
************
| `Issue #4807 <https://redmine.postgresql.org/issues/4807>`_ - Refactored code of table and it's child nodes.
Bug fixes
*********