> o -ALTER TABLE ADD PRIMARY KEY (Tom)
> o -ALTER TABLE ADD UNIQUE (Tom)
>
> AFAIR, I didn't do either of those; I think Chris K-L gets the credit.
Actually, I did ADD UNIQUE originally after lots of coding and then you went
and made it work by changing a couple of lines in the grammar. You then got
ADD PRIMARY KEY working as well, so I had Bruce change it to you. In fact,
you even removed all the code I had in there that was no longer reachable :)
Chris