Subject | How to rename index without DROP / CREATE |
---|---|
Author | Jojakim Stahl |
Post date | 2006-01-30T11:00:59Z |
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
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