Enhancement: Renaming a table...

BWendling

Member³
Renaming a table should update the table list (as do create statements).

All these entries should also be automatically sorted in at the right position.

Thank you for improving PLSD.
 
If you right-click on a table and select the "Rename" function, the Object Browser will be updated.

Automatically updating the sort order is tricky, because you define the order in the where clause of the filter. We could do a Refresh of course.
 
Hi Marco,

1. but I meant issueing the statement "rename table1 to table2". (There might be the task for the programmer to find out the type of the renamed object first).

2. I agree with you. A refresh would be nice, if it does not affect users with thousands of tables. They might want to stay with the append solution.
 
Back
Top