Forum OpenACS Development: Response to Reordering tree sortkeys

Collapse
Posted by Dan Wickstrom on
There currently isn't an easy way to reorder sortkeys.  You could, however, write a pl/psql function to manually insert an object between two other objects.  This operation could be quite expensive though, since an insertion at the right point could cause the sortkeys for the most of the table to be recalculated.  This is not something that you would want to do on a large table like acs_objects.