Yes, this is a known bug:
>From TODO list:
o ALTER TABLE ADD COLUMN column SERIAL doesn't create sequence
---
[EMAIL PROTECTED] wrote:
> wolfgang fuertbauer ([EMAIL PROTECTED]) reports a bug with a severity of 3
wolfgang fuertbauer ([EMAIL PROTECTED]) reports a bug with a severity of 3
The lower the number the more severe it is.
Short Description
alter table add field serial - does not create serial field
Long Description
altering an existing table and adding a field from type serial via
>>alter table