a quick way to see your database size ( because pg:info won't work if you are using a shared DB ) is heroku info, the item that you are looking for is Data Size:
heroku info --app <app_name> | grep "Data size" -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
