Re: [PERFORM] Help disk-pages

2003-07-21 Thread Bruce Momjian
See postgres -t and the statistics tables to see block read, and the chapter on Disk Space Monitor to find disk sizes. --- [EMAIL PROTECTED] wrote: > > Hi all! I'm new to Postgresql and I'm trying solve a problem: is there

[PERFORM] Help disk-pages

2003-07-13 Thread
Hi all! I'm new to Postgresql and I'm trying solve a problem: is there a way to know how many disk-pages are read during a query? Because I found out only how many disk-pages a relation has and I'd like to know if there is a system catalog or something else that stores this information thanks,