Language reference: wrong description of RDB$INDICES.RDB$FOREIGN_KEY field
aafemt opened this issue · 3 comments
aafemt commented
This is not the constraint's name but name of index on master table this key is referencing to.
mrotteveel commented
The InterBase 6.0 Language Reference also documents it as "Name of FOREIGN KEY constraint for which the index is implemented". IIRC, historically, the index was named the same as the foreign key constraint.
mrotteveel commented
I see you're right, so this has been documented incorrectly for a long time... I'll update fblangref25 - fblangref50.
mrotteveel commented
Fixed in fblangref25 - fblangref50, published fblangref25 - fblangref40.
Thanks for reporting.