Re: [BUGS] sequence havn't been dropped.

2002-03-13 Thread Peter Eisentraut
Bhuvan A writes: > while creating a table with a column of type 'serial', well a sequence > has been created and the default value of that field is set to nextval > of that sequence, fine. But while dropping that table, why aren't that > sequence dropped? The sequence isn't owned by the table.

[BUGS] sequence havn't been dropped.

2002-03-13 Thread Bhuvan A
hi, Hope you might have came accross this problem earlier. it exists in 7.1.x and 7.2 as well. while creating a table with a column of type 'serial', well a sequence has been created and the default value of that field is set to nextval of that sequence, fine. But while dropping that table, why