Re: sequence havn't been dropped.

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: sequence havn't been dropped.
Дата
Msg-id Pine.LNX.4.30.0203140052460.741-100000@peter.localdomain
обсуждение исходный текст
Ответ на sequence havn't been dropped.  (Bhuvan A <bhuvansql@yahoo.com>)
Список pgsql-bugs
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

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Bhuvan A
Дата:
Сообщение: sequence havn't been dropped.
Следующее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #614: Incorrect parse with time function