Mention vacuum for relpages.
authorBruce Momjian <[email protected]>
Thu, 13 Jun 2002 00:54:05 +0000 (00:54 +0000)
committerBruce Momjian <[email protected]>
Thu, 13 Jun 2002 00:54:05 +0000 (00:54 +0000)
contrib/oid2name/README.oid2name

index 58ad43e947ffeaf5c7ca70e07d8ac25486a531da..2e63ae31ff2064049643aae42b414d97338505ab 100644 (file)
@@ -115,10 +115,11 @@ $ du -s * |
 2135        18735  = postgres
 ..
 
-This can be done in psql with:  (each page is typically 8k)
+This can be done in psql with:  
 
 test=> SELECT relpages, relfilenode, relname FROM pg_class ORDER BY relpages DESC;
 
+Each page is typically 8k.  Relpages is updated by VACUUM.
 
 ---------------------------------------------------------------------------