Wlodek
2014-01-31 17:16:58 UTC
Hi all
The documentation says that to re/set serial column next value one should use
alter table t modify (c serial(x));
What it doesn't say is that by doing this you loose all
foreign key constraints pointing to this column.
Anyone knows how to reset such column without loss of FK?
Thanks
Wlodek
The documentation says that to re/set serial column next value one should use
alter table t modify (c serial(x));
What it doesn't say is that by doing this you loose all
foreign key constraints pointing to this column.
Anyone knows how to reset such column without loss of FK?
Thanks
Wlodek