Subject How to rename index without DROP / CREATE
Author Jojakim Stahl
Firebird 1.5

Is it possible to somehow rename an index that has been created on behalf of
a primary / foreign key without dropping and recreating the constraints and
their indices? DROP / CREATE is no option for me as this takes far to long.
But I need self-defined names as I have to provide my own PLAN for some
selects.

-- Joja