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 (<[EMAIL PROTECTED]>)
"I suspect most samba developers are already technically insane...
Of course, since many of them are Australians, you can't tell." (L. Torvalds)

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to