Re: Diskspace

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: Jeff MacDonald <bignose(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Diskspace
Date: 2004-12-20 13:48:18
Message-ID: 20041220134818.GB8861@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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[(at)]dcc(dot)uchile(dot)cl>)
"I suspect most samba developers are already technically insane...
Of course, since many of them are Australians, you can't tell." (L. Torvalds)

In response to

  • Diskspace at 2004-12-20 13:39:15 from Jeff MacDonald

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jeff MacDonald 2004-12-20 13:48:57 Re: Diskspace
Previous Message Jeff MacDonald 2004-12-20 13:46:54 Re: Diskspace