Re: lookup fail at DROP USER

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: lookup fail at DROP USER
Дата
Msg-id 15739.1125364295@sss.pgh.pa.us
обсуждение исходный текст
Ответ на lookup fail at DROP USER  (Jaime Casanova <systemguards@gmail.com>)
Список pgsql-hackers
Jaime Casanova <systemguards@gmail.com> writes:
> the i drop the objects:
> DROP DATABASE sgis;
> DROP TABLESPACE sgis_dat;
> DROP TABLESPACE sgis_idx;
> DROP USER deimos;
> ERROR:  cache lookup failed for tablespace 16396

Fixed ... it seems the shared-dependency patch missed DROP TABLESPACE.
If you need to clean up from this, you can just manually remove the
relevant rows in pg_shdepend (look for rows with classid = 1213 and
objid not equal to any OID in pg_tablespace).

Thanks for the report!
        regards, tom lane


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: lookup fail at DROP USER
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: SHMMAX seems entirely broken in OS X 10.4.2