Re: [GENERAL] pg_class.relfilenode for large tables

2007-08-20 Thread Martijn van Oosterhout
On Mon, Aug 20, 2007 at 08:57:14AM +0200, Luca Ferrari wrote: > Hi all, > when a table becomes large a new file on disk is created. Such file has the > name compound by the pg_class.relfilenode attribute and an incremental index. > However it seems to me this does not appears in the pg_class tabl

[GENERAL] pg_class.relfilenode for large tables

2007-08-20 Thread Luca Ferrari
Hi all, when a table becomes large a new file on disk is created. Such file has the name compound by the pg_class.relfilenode attribute and an incremental index. However it seems to me this does not appears in the pg_class table. Is there any place where this extra file appears? As an example: