Re: Diskspace - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: Diskspace
Date
Msg-id 20041220134818.GB8861@dcc.uchile.cl
Whole thread Raw
In response to Diskspace  (Jeff MacDonald <bignose@gmail.com>)
Responses Re: Diskspace  (Jeff MacDonald <bignose@gmail.com>)
List pgsql-general
On Mon, Dec 20, 2004 at 09:39:15AM -0400, Jeff MacDonald wrote:

Hi,

> select * from pg_statio_user_tables where relid = 13312283;

See the pg_class table, using the relfilenode column.

> So I guess my question is, how do i find out what 13312283.* are, are
> they safe to delete ?

Probably none.  You'd have to VACUUM FULL or maybe REINDEX, depending on
which version you are using.

--
Alvaro Herrera (<alvherre[@]dcc.uchile.cl>)
"I suspect most samba developers are already technically insane...
Of course, since many of them are Australians, you can't tell." (L. Torvalds)

pgsql-general by date:

Previous
From: Jeff MacDonald
Date:
Subject: Re: Diskspace
Next
From: Jeff MacDonald
Date:
Subject: Re: Diskspace