Re: Problem with dropping a tablespace

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problem with dropping a tablespace
Дата
Msg-id 13162.1123004986@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Problem with dropping a tablespace  (Oliver Siegmar <o.siegmar@vitrado.de>)
Ответы Re: Problem with dropping a tablespace  (Oliver Siegmar <o.siegmar@vitrado.de>)
Список pgsql-general
Oliver Siegmar <o.siegmar@vitrado.de> writes:
> I did a hexdump on the files within the tabelspace directory...no business
> data at all, only postgres internals (I saw a lot of function names and
> datatypes).

Would you look at pg_class in particular (file 1259) and confirm that it
contains only names of Postgres system catalogs and indexes, no tables
of your own?

If so, I think the evidence is pretty strong that this database was in
process of being created.  A DB that had actually gotten used at all
would have more entries in pg_class.

            regards, tom lane

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

Предыдущее
От: Dr NoName
Дата:
Сообщение: Re: indexes are fucked
Следующее
От: Madison Kelly
Дата:
Сообщение: Re: indexes are fucked