> Shouldn't:
> alter table xxx rename to yyy
> also adjust the index built as a side effect of 'primary key'
> in the create table operation?
As far as v6.3.2 is concerned a primary key definition is simply a
unique index. After the table is created there is no method to
determine which index was declared using as primary key.
-DEJ
> Les Mikesell
> les@mcs.com