Re: sticky sequence

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: sticky sequence
Дата
Msg-id 23477.1072801744@sss.pgh.pa.us
обсуждение исходный текст
Ответ на sticky sequence  (strk <strk@keybit.net>)
Список pgsql-hackers
strk <strk@keybit.net> writes:
> I cannot get rid of a sequence:
>     gis=# drop sequence geopol.geology_gid_seq;
>     ERROR:  cache lookup of relation 8511697 failed
> Yes, geology_gid_seq have been created as a consequence of a
> geology.gid attribute of type serial.
> And.. yes, I've removed the relation with a delete on pg_class.

Shame on you ;-)

> Where is this sequence-to-relation association stored so that
> i can clean it up ?

Most likely the complaint is because there's still a link from table to
sequence in pg_depend.  Get rid of that pg_depend row and you should be
okay.
        regards, tom lane


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

Предыдущее
От: Jan Wieck
Дата:
Сообщение: Re: [PATCHES] update i386 spinlock for hyperthreading
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: sticky sequence