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. It might be used elsewhere as
well.
--
Peter Eisentraut peter_e@gmx.net