> PostgreSQL said: ERROR: Relation 'kokot_kokot_seq' already exists
In pre 7.3, you should drop the sequence as well. It is fixed in 7.3. Thus
in 7.3, if you drop a table its dependent objects like sequences, FKs are
dropped automatically.
regards,
bhuvaneswaran