Re: Problem with dropping a tablespace - Mailing list pgsql-general

From Tom Lane
Subject Re: Problem with dropping a tablespace
Date
Msg-id 13162.1123004986@sss.pgh.pa.us
Whole thread Raw
In response to Re: Problem with dropping a tablespace  (Oliver Siegmar <o.siegmar@vitrado.de>)
Responses Re: Problem with dropping a tablespace  (Oliver Siegmar <o.siegmar@vitrado.de>)
List 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 by date:

Previous
From: Dr NoName
Date:
Subject: Re: indexes are fucked
Next
From: Madison Kelly
Date:
Subject: Re: indexes are fucked