Show subtables of table in tree #73

Open
opened 2023-01-21 11:06:30 +00:00 by eelke · 0 comments
eelke commented 2023-01-21 11:06:30 +00:00 (Migrated from gitlab.com)

We want this both for normal inheritance and declarative partitioning.

  • Switch code to using a tree and make model work without actually having any children
  • Because of multiple inheritance a child can have multiple parents. To not loose track of where an item belongs in the tree we need to have unique nodes as children that point to the actual subtable.
We want this both for normal inheritance and declarative partitioning. - [x] Switch code to using a tree and make model work without actually having any children - [ ] Because of multiple inheritance a child can have multiple parents. To not loose track of where an item belongs in the tree we need to have unique nodes as children that point to the actual subtable. - [ ]
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: eelke/pgLab#73
No description provided.