Re: Error when trying to drop a tablespace

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Error when trying to drop a tablespace
Дата
Msg-id 18959.1213706375@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Error when trying to drop a tablespace  (Cyril SCETBON <scetbon@echo.fr>)
Список pgsql-general
Cyril SCETBON <scetbon@echo.fr> writes:
> I get the following error :

> postgres=# DROP TABLESPACE IF EXISTS my_tbs;
> ERROR:  tablespace "my_tbs" is not empty

> I've searched in pg_class and I'm not able to find a relation which
> refers to my_tbs with :

Maybe there's something in a different database?

I'd just look into the filesystem and see what's underneath the
tablespace directory ...

            regards, tom lane

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

Предыдущее
От: "Markus Wollny"
Дата:
Сообщение: Re: Slony-I configuration problem, probably due to custom casts in 8.3
Следующее
От: Philippe Grégoire
Дата:
Сообщение: Re: inserting to a multi-table view