-
Notifications
You must be signed in to change notification settings - Fork 676
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Use Postgres LTREE for groups hierarchy #2214
Closed
2 of 4 tasks
Milestone
Comments
dborovcanin
changed the title
Feature: Retrieve Parents and Children groups using Postgres LTREE.
Feature: Use Postgres LTREE for groups hierarchy
May 15, 2024
WashingtonKK
moved this from In Progress
to 🧪 Review and testing in progress
in SuperMQ
May 17, 2024
dborovcanin
assigned dborovcanin, arvindh123 and WashingtonKK and unassigned WashingtonKK
Jun 12, 2024
This is in progress in https://github.com/absmach/magistrala/pull/2409. |
I am closing as a duplicate of #1980. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Reference: https://github.com/absmach/magistrala/issues/1980
Describe the feature you are requesting, as well as the possible use case(s) for it.
Implmentation
path
and type asLTREE
If the inserting new row have no parent .
path
column should have value ofid
If the inserting new row have parent, Get the path column should have
parent path
+.
+id
Indicate the importance of this feature to you.
Should-have
Anything else?
No response
The text was updated successfully, but these errors were encountered: