Ability to reorganize the data object tree #383
DaltonCalford
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The object tree is currently alphabetical and does not really reflect the needs of the users.
This will become even worse with the upcomming schema/namespace support that is in the Firebird 6 roadmap.
Either changing the current organization to something more usable or allowing for user personalization would be a big benefit.
For example the following
and other such objects should be in a branch called SYSTEM or INSTANCE or fbdb (like microsofts msdb)
General things like functions/procedures/packages should go in a branch called PROGRAMMING or PSQL etc.
Indexes, Database Triggers, keys etc would all be under the specific table they apply to.
This makes it easier to manage/find the appropriate sections for the database.
Beta Was this translation helpful? Give feedback.
All reactions