Subject | Re: Constraints and indexes automagically renamed |
---|---|
Author | Svein Erling Tysvær |
Post date | 2005-08-25T10:11:03Z |
Hello André,
first of all, I do not know the answer to your question, but thought
that two days without any answer (unless I overlooked something) would
make it likely that this thread would never get answered.
Questions: What version of Firebird are you using and how do you set
the names that disappear?
I think that in the early days of Firebird, you could not specify a
name upon creation and had to modify system tables to change the
names. A restore would recreate rather than restore these system
tables and names were gone (backup should never change names, only
restore).
However, version 1.5 appear to have the possibility of assigning names
to constraints, and hence these names should (in my mind) persist
beyond a restore. Though I do not know whether this applies to all
databases or only new databases (e.g. it may matter if the databases
have been ported from an older version or if they are defined with
Dialect 1).
HTMOJITT (*),
Set
(*) -Hope This Makes Others Jump Into This Thread
first of all, I do not know the answer to your question, but thought
that two days without any answer (unless I overlooked something) would
make it likely that this thread would never get answered.
Questions: What version of Firebird are you using and how do you set
the names that disappear?
I think that in the early days of Firebird, you could not specify a
name upon creation and had to modify system tables to change the
names. A restore would recreate rather than restore these system
tables and names were gone (backup should never change names, only
restore).
However, version 1.5 appear to have the possibility of assigning names
to constraints, and hence these names should (in my mind) persist
beyond a restore. Though I do not know whether this applies to all
databases or only new databases (e.g. it may matter if the databases
have been ported from an older version or if they are defined with
Dialect 1).
HTMOJITT (*),
Set
(*) -Hope This Makes Others Jump Into This Thread
--- In firebird-support@yahoogroups.com, "lysander_fb" wrote:
> Hello all,
>
> I have some kind of phenomenon and cannot find anything in my
> documentations, please forgive me if I have overlooked it or if this
> is otherwise something obvious and SHOULD be known to me.
>
> Here is what troubles me a bit:
> I try to give meaningful names to everything in a database, and have
> my own nomenclatura-system. This applies not only to field-names,
> but of course also to index-names and constraints.
>
> Now, somehow, after some time, my identifiers get exchanged.
> Constraint "PI_3044A" (for the first primary key in schema 3044)
> would suddenly become "INTEG_28" and the corresponding index will be
> renamed from "IxP_3044A" to something like "RDB$Primary_12".
>
> Right now I do suspect it happens with backing up and restoring the
> database, but couldn't nail it down just now.
>
> What's going on and how can I prevent this?
>
> Unfortunately I am still using some older programs which demand an
> index-name to function properly.