Re: abnormal data grow

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: reynardh(at)lightsky(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: abnormal data grow
Date: 2004-09-21 15:05:14
Message-ID: 1027.1095779114@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Reynard Hilman <reynardmh(at)lightsky(dot)com> writes:
> But in the filesystem data directory the total size is 12Gb. I noticed
> there are 10 files with 1Gb size each:
> 1.1G 25677563
> 1.1G 25677563.1
> ...

> I'm just wondering is there a way to know what that 25677563 file is?

select relname from pg_class where relfilenode = 25677563;

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Doug McNaught 2004-09-21 15:07:01 Re: abnormal data grow
Previous Message Reynard Hilman 2004-09-21 14:51:15 abnormal data grow