Subject Re: How to change the name of PRIMARY KEY constraint
Author emb_blaster
--- In firebird-support@yahoogroups.com, "b0bik2000" <b0bik@...> wrote:
>
> Is there any way to do that ? By SQL or by direct system tables update ?
>
> b0bik
>

You probably know that is not recommended change it direct on system tables... Why do you can't do a Alter table Drop constraint/Alter table ADD constraint?