Maybe it's just me, but I find it annoying that the ALTER TABLE docs
say to look at the CREATE TABLE docs for info on CONSTRAINT syntax. ISTM
it would be much better to:
Include the docs in both places, or
Break constraint syntax/info into it's own page
A last-resort would be to still refer to CR
Jim C. Nasby wrote:
> Maybe it's just me, but I find it annoying that the ALTER TABLE docs
> say to look at the CREATE TABLE docs for info on CONSTRAINT syntax. ISTM
> it would be much better to:
>
> Include the docs in both places, or
> Break constraint syntax/info into it's own page
>
> A last-