On Mon, Dec 20, 2004 at 09:57:35AM -0400, Jeff MacDonald wrote: > # select relname,relfilenode,relpages from pg_class where relfilenode > = 13312279; > relname | relfilenode | relpages > -----------+-------------+---------- > email_log | 13312279 | 36821 > > It just so happens that email_log has around 700,000 rows, that would > explain the space issues. > > I do know that email_log is 100% deleteable, so I'll proceed with hosing that. > > Does all this sound reasonable ?
Certainly. -- Alvaro Herrera (<[EMAIL PROTECTED]>) "Para tener más hay que desear menos" ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend