"Matthew Nuzum" <[EMAIL PROTECTED]> writes: > Thanks for the very quick reply... I didn't know about the dbsize stuff, > they may help. Unfortunately, the records are mixed together.
When measuring the on-disk size of a table, don't forget to include its indexes and its toast table (and the toast table's index). If you are using large objects, you'll also need to think sbout charging for the space occupied by pg_largeobject. regards, tom lane ---------------------------(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