Re: Unable to drop sequence due to dependency?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Unable to drop sequence due to dependency?
Дата
Msg-id 9822.1236212029@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Unable to drop sequence due to dependency?  (Glen Parker <glenebob@nwlink.com>)
Ответы Re: Unable to drop sequence due to dependency?  (Glen Parker <glenebob@nwlink.com>)
Список pgsql-general
Glen Parker <glenebob@nwlink.com> writes:
> I can't drop a sequence.  I get the error "cannot drop sequence
> <sequence name> because other objects depend on it".  I've tried to use
> the pg_depend table to find out what object(s) depend on it, and have
> found nothing.

What's the whole contents of the rows with refobjid matching the
sequence's OID?  In particular, classid::regclass would tell you
where to look for the dependent object.

> Any hints?  What type of objects can depend on a sequence?

Typically, the default expression for a serial column based on the
sequence.  It's a bit odd that the DROP doesn't tell you about it
though.

            regards, tom lane

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

Предыдущее
От: Douglas J Hunley
Дата:
Сообщение: Re: pgsql announce now on twitter
Следующее
От: Glen Parker
Дата:
Сообщение: Re: Unable to drop sequence due to dependency?